GithubHelp home page GithubHelp logo

bioconductor / bioc2021 Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 8.0 10.69 MB

BioC2021: Where Software and Biology Connect

Home Page: https://bioc2021.bioconductor.org/

License: MIT License

HTML 6.67% CSS 83.75% JavaScript 9.47% R 0.11%

bioc2021's Introduction

BiocManager

CRAN status CRAN release CRAN downloads

Overview

The BiocManager package, as the modern successor package to BiocInstaller, allows users to install and manage packages from the Bioconductor project. Bioconductor focuses on the statistical analysis and comprehension of high-throughput genomic data.

Current Bioconductor packages are available on a ‘release’ version intended for every-day use, and a ‘devel’ version where new features are continually introduced. A new release version is created every six months. Using the BiocManager package helps users accurately install packages from the appropriate release.

  • available() shows all packages associated with a search pattern
  • install() installs and/or updates packages either CRAN or Bioconductor
  • repositories() shows all package repository URL endpoints
  • valid() checks and returns packages that are out-of-date or too new
  • version() returns the current Bioconductor version number

Installation

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

Usage

Checking Bioconductor version currently installed

BiocManager::version()
#> [1] '3.15'

Installing Bioconductor packages

BiocManager::install(c("GenomicRanges", "SummarizedExperiment"))

Verifying a valid Bioconductor installation

BiocManager::valid()
#> [1] TRUE

More information

Please see the package vignette for more detailed information such as changing Bioconductor version, offline use, and other advanced usage.

Getting help

To report apparent bugs, create a minimal and reproducible example on GitHub.

bioc2021's People

Contributors

aedin avatar csoneson avatar dependabot[bot] avatar federicomarini avatar kevinrue avatar lwaldron avatar mdozmorov avatar nturaga avatar seandavi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bioc2021's Issues

rotating speaker view on website

Is it possible to have the 'Speakers' part of the main landing page automatically rotate through all the speakers (alternatively, show all the speakers on one page)? Right now, it's not immediately obvious that there are more than the four speakers shown on the first page.

Deploy to Netlify

Here are the 2 min instructions how to deploy this repository to Netlify https://youtu.be/RriEJuAMhzI. We can use the default domain for the time being - the goal is for everyone to see how it looks online and provide feedback. The e14ee7a commit adds the two speakers. @lshep

Make speaker panels wider

Speaker panels for the 3x2 layout look narrow. I couldn't immediately find CSS formatting that would make speaker panels wider. Will continue looking, in a meantime - help wanted.

Long workshop status

This issue tracks the status of long workshops.

A passing badge is expected to reflect that the workshop:

  • can be built as an R package
  • can deploy pkgdown documentation to the gh-pages branch of the repository
  • can push a Docker container to Docker Hub.

Dimension Reduction for Beginners

R build status

Epidemiology for Bioinformaticians

R build status

Reproducing a single-cell proteomics data analysis using QFeatures and scp

R build status

Introduction to the Terra/AnVIL Cloud-based Genomics Platform

R build status

Building Carpentries-based Bioconductor Lessons

R build status

Multi-omic Integration of cBioPortal and TCGA data with MultiAssayExperiment

R build status

Effectively using the DelayedArray framework to support the analysis of large datasets

R build status

Introduction to Bioconductor annotation resources

R build status

Trajectory inference across conditions: differential expression and differential progression

R build status

systemPipe: Workflow and Visualization Toolkit

R build status

Interfacing Bioconductor with tidyverse with tidySingleCellExperiment and tidySummarisedExperiment

R build status

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.