getSignalMatrices: getSignalMatrices

View source: R/ESE.R

getSignalMatricesR Documentation

getSignalMatrices

Description

Extracts a list of signal matrices from an EnrichmentSE object.

Usage

getSignalMatrices(x, assay = 1L)

Arguments

x

An object of class 'EnrichmentSE', as produced by signal2Matrix.

assay

The assay to extract (defaults to the first assay).

Value

A list of normalizedMatrix objects.

Examples

# we first get an EnrichmentSE object:
data(exampleESE)
# then we can extract the list of signal matrices:
sm <- getSignalMatrices(exampleESE)

ETHZ-INS/epiwraps documentation built on May 4, 2024, 6:25 a.m.