Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 28 found.
[1] < 1 2 3 > [3]  Sort:

Annotated-class (Package: S4Vectors) : Annotated class

The virtual class Annotated is used to standardize the storage of metadata with a subclass.
● Data Source: BioConductor
● Keywords: classes, methods
● Alias: Annotated, Annotated-class
● 0 images

DataFrame-class (Package: S4Vectors) : DataFrame objects

The DataFrame class extends the DataTable virtual class and supports the storage of any type of object (with length and [ methods) as columns.
● Data Source: BioConductor
● Keywords: classes, methods
● Alias: DataFrame-class, class:DataFrame
● 0 images

DataTable-class (Package: S4Vectors) : DataTable objects

DataTable is an API only (i.e. virtual class with no slots) for accessing objects with a rectangular shape like DataFrame or RangedData objects. It mimics the API for standard data.frame objects.
● Data Source: BioConductor
● Keywords: classes, methods
● Alias: DataTable, DataTable-class, class:DataTable
● 0 images

FilterMatrix-class (Package: S4Vectors) : Matrix for Filter Results

A FilterMatrix object is a matrix meant for storing the logical output of a set of FilterRules, where each rule corresponds to a column. The FilterRules are stored within the FilterMatrix object, for the sake of provenance. In general, a FilterMatrix behaves like an ordinary matrix.
● Data Source: BioConductor
● Keywords: classes, methods
● Alias: FilterMatrix-class
● 0 images

FilterRules-class (Package: S4Vectors) : Collection of Filter Rules

A FilterRules object is a collection of filter rules, which can be either expression or function objects. Rules can be disabled/enabled individually, facilitating experimenting with different combinations of filters.
● Data Source: BioConductor
● Keywords: classes, methods
● Alias: class:expressionORfunction, expressionORfunction, expressionORfunction-class
● 0 images

Hits-class (Package: S4Vectors) : Hits objects

The Hits class is a container for representing a set of hits between a set of left nodes and a set of right nodes. Note that only the hits are stored in the object. No information about the left or right nodes is stored, except their number.
● Data Source: BioConductor
● Keywords: classes, methods
● Alias: Hits, Hits-class, class:Hits
● 0 images

Hits-comparison (Package: S4Vectors) : Comparing and ordering hits

==, !=, <=, >=, <, >, match(), %in%, order(), sort(), and rank() can be used on Hits objects to compare and order hits.
● Data Source: BioConductor
● Keywords: methods
● Alias: Hits-comparison
● 0 images

Hits-setops (Package: S4Vectors) : Set operations on Hits objects

Perform set operations on Hits objects.
● Data Source: BioConductor
● Keywords: methods
● Alias: Hits-setops
● 0 images

HitsList-class (Package: S4Vectors) : List of Hits objects

The HitsList class stores a set of Hits objects. It's typically used to represent the result of findOverlaps on two RangesList objects.
● Data Source: BioConductor
● Keywords: classes, methods
● Alias: HitsList, HitsList-class, class:HitsList
● 0 images

List-class (Package: S4Vectors) : List objects

List objects are Vector objects with a "[[", elementType and elementNROWS method. The List class serves a similar role as list in base R.
● Data Source: BioConductor
● Keywords: classes, methods
● Alias: List, List-class, class:List
● 0 images