bioconductor-genomicranges¶
The ability to efficiently represent and manipulate genomic annotations and alignments is playing a central role when it comes to analyzing high-throughput sequencing data (a.k.a. NGS data). The GenomicRanges package defines general purpose containers for storing and manipulating genomic intervals and variables defined along a genome. More specialized containers for representing and manipulating short alignments against a reference genome, or a matrix-like summarization of an experiment, are defined in the GenomicAlignments and SummarizedExperiment packages respectively. Both packages build on top of the GenomicRanges infrastructure.
| Home | http://bioconductor.org/packages/release/bioc/html/GenomicRanges.html | 
| Versions | 1.22.3 | 
| License | Artistic-2.0 | 
| Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/bioconductor-genomicranges | 
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install bioconductor-genomicranges
and update with:
conda update bioconductor-genomicranges