View source: R/signalMatrices.R
mergeSignalMatrices | R Documentation |
mergeSignalMatrices: aggregates two or more signal matrices.
mergeSignalMatrices(ml, aggregation = c("mean", "sum", "median"), assay = 1L)
ml |
A named list of signal matrices or an EnrichmentSE object as
produced by |
aggregation |
The method to aggregate matrices |
assay |
Assay to use (ignored unless 'ml' is an ESE object), defaults to the first assay. |
A single 'normalizedMatrix' object.
# we first get an EnrichmentSE object:
data(exampleESE)
# we merge the two tracks:
merged <- mergeSignalMatrices(exampleESE)
# we could then plot the merge (not run):
# plotEnrichedHeatmaps(merged)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.