getSignalMatrices | R Documentation |
Extracts a list of signal matrices from an EnrichmentSE object.
getSignalMatrices(x, assay = 1L)
x |
An object of class 'EnrichmentSE', as produced by
|
assay |
The assay to extract (defaults to the first assay). |
A list of normalizedMatrix objects.
# we first get an EnrichmentSE object:
data(exampleESE)
# then we can extract the list of signal matrices:
sm <- getSignalMatrices(exampleESE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.