bioconductor-iranges¶
Summary¶
The package provides efficient low-level and highly reusable S4 classes for storing ranges of integers, RLE vectors (Run-Length Encoding), and, more generally, data that can be organized sequentially (formally defined as Vector objects), as well as views on these Vector objects. Efficient list-like classes are also provided for storing big collections of instances of the basic classes. All classes in the package use consistent naming and share the same rich and consistent “Vector API” as much as possible.
Versions¶
- 2.4.6
License¶
Artistic-2.0
Meta¶
package:
name: bioconductor-iranges
version: 2.4.6
source:
fn: IRanges_2.4.6.tar.gz
url: http://bioconductor.org/packages/release/bioc/src/contrib/IRanges_2.4.6.tar.gz
md5: 8a55ec82f777f61a76b6c467af92b4f6
build:
number: 0
rpaths:
- lib/R/lib/
- lib/
requirements:
build:
- 'bioconductor-biocgenerics >=0.15.10'
- 'bioconductor-s4vectors >=0.8.4'
- 'r >=3.1.0'
run:
- 'bioconductor-biocgenerics >=0.15.10'
- 'bioconductor-s4vectors >=0.8.4'
- 'r >=3.1.0'
test:
commands:
- '$R -e "library(''IRanges'')"'
about:
home: http://bioconductor.org/packages/release/bioc/html/IRanges.html
license: Artistic-2.0
summary: 'The package provides efficient low-level and highly reusable S4 classes
for storing ranges of integers, RLE vectors (Run-Length Encoding), and, more generally,
data that can be organized sequentially (formally defined as Vector objects),
as well as views on these Vector objects. Efficient list-like classes are also
provided for storing big collections of instances of the basic classes. All classes
in the package use consistent naming and share the same rich and consistent "Vector
API" as much as possible.'