Learn R Programming

⚠️There's a newer version (0.10.2) of this package.Take me there.

S4Vectors (version 0.8.0)

S4 implementation of vectors and lists

Description

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).

Copy Link

Version

Version

0.8.0

License

Artistic-2.0

Maintainer

Bioconductor Package Maintainer

Last Published

February 15th, 2017

Functions in S4Vectors (0.8.0)

FilterMatrix-class

Matrix for Filter Results
Hits-setops

Set operations on Hits objects
aggregate-methods

Compute summary statistics of subsets of vector-like objects
DataFrame-class

DataFrame objects
Hits-comparison

Comparing and ordering hits
Hits-class

Hits objects
FilterRules-class

Collection of Filter Rules
DataTable-class

DataTable objects
Annotated-class

Annotated class
isSorted

Test if a vector-like object is sorted
Rle-runstat

Fixed-width running window summaries
S4Vectors internals

S4Vectors internals
split-methods

Divide a vector-like object into groups
Rle-utils

Common operations on Rle objects
subsetting-internals

Subsetting internals
Rle-class

Rle objects
str-utils

Some utility functions to operate on strings
List-utils

Common operations on List objects
SimpleList-class

SimpleList objects
List-class

List objects
Vector-class

Vector objects
Vector-comparison

Compare, order, tabulate vector-like objects