bioconductor-s4vectors¶
The S4Vectors package defines the Vector and List virtual classes and a set of generic functions that extend the semantic of ordinary vectors and lists in R. Package developers can easily implement vector-like or list-like objects as concrete subclasses of Vector or List. In addition, a few low-level concrete subclasses of general interest (e.g. DataFrame, Rle, and Hits) are implemented in the S4Vectors package itself (many more are implemented in the IRanges package and in other Bioconductor infrastructure packages).
Home | http://bioconductor.org/packages/release/bioc/html/S4Vectors.html |
Versions | 0.8.7 |
License | Artistic-2.0 |
Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/bioconductor-s4vectors |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install bioconductor-s4vectors
and update with:
conda update bioconductor-s4vectors