Learn R Programming

genomation (version 1.4.2)

ScoreMatrixList-class: An S4 class for storing a set of ScoreMatrixList

Description

The resulting object is an extension of a list object, where each element corresponds to a score matrix object

Arguments

Constructors

see ScoreMatrixList

Coercion

as(from, "ScoreMatrixList"): Creates a ScoreMatrixList object from a list containing ScoreMatrix or ScoreMatrixBin objects.

Subsetting

In the code snippets below, x is a ScoreMatrixList object.

x[[i]],x[[i]]: Get or set elements i, where i is a numeric or character vector of length 1.

x$name, x$name: value: Get or set element name, where name is a name or character vector of length 1.

See Also

ScoreMatrixList