Table of Contents |
---|
Introduction
...
Bioconductor provides tools for the analysis and comprehension of high-throughput genomic data.
Usage
No Format |
---|
module load R/3.4.0 |
Installation
No Format |
---|
module load R/3.4.0 R source("https://bioconductor.org/biocLite.R") biocLite() for specific packages: biocLite(c("GenomicFeatures", "AnnotationDbi")) |