getSignalMatrices
getSignalMatrices.Rd
Extracts a list of signal matrices from an EnrichmentSE object.
Arguments
- x
An object of class `EnrichmentSE`, as produced by
signal2Matrix
.- assay
The assay to extract (defaults to the first assay).
Examples
# we first get an EnrichmentSE object:
data(exampleESE)
# then we can extract the list of signal matrices:
sm <- getSignalMatrices(exampleESE)