Bioconductor version: Release (2.9)
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.
Author: H. Pages, P. Aboyoun and M. Lawrence
Maintainer: Bioconductor Package Maintainer
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("IRanges")
To cite this package in a publication, start R and enter:
citation("IRanges")
| R Script | An Introduction to IRanges | |
| R Script | Rle Tips and Tricks | |
| Reference Manual | ||
| Text | NEWS |
| Package Source | IRanges_1.12.6.tar.gz |
| Windows Binary | IRanges_1.12.6.zip (32- & 64-bit) |
| MacOS 10.5 (Leopard) binary | IRanges_1.12.6.tgz |
| Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!