Description Constructors Coercion Subsetting See Also
The resulting object is an extension of a matrix
object, and stores values (typically genome-wide scores) for a predefined set of regions
Each row on the ScoreMatrix is a predefined region (Ex: CpG islands, promoters) and columns are values across those regions.
see ScoreMatrix
as(from, "matrix"): Creates a matrix from ScoreMatrix
object. You can also use S3Part() function to extract the matrix from ScoreMatrix
object.
In the code snippets below, x is a ScoreMatrix object.
'x[i,j]'
: Get or set elements from row i
and column j
and return a subset ScoreMatrix object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.