Description Constructors Coercion Subsetting See Also
The resulting object is an extension of a list
object, where each element corresponds to a score matrix object
see ScoreMatrixList
as(from, "ScoreMatrixList"): Creates a ScoreMatrixList
object from a list containing ScoreMatrix
or ScoreMatrixBin
objects.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.