View source: R/mergeTileResults.R
mergeTileResults | R Documentation |
mergeTileResults
mergeTileResults
merges a list of tileResults that
each contain unique samples into a single object encompassing all samples.
Only cell populations shared among all input tileResults will be retained.
This function can merge MultiAssayExperiment objects from callOpenTiles
that are created with the same TxDb, OrgDb, and Genome assembly.
mergeTileResults(tileResultsList, numCores = 1, verbose = TRUE)
tileResultsList |
List of MultiAssayExperiments objects returned by callOpenTiles containing containing peak calling results. |
numCores |
Optional, the number of cores to use with multiprocessing. Default is 1. |
verbose |
Set TRUE to display additional messages. Default is FALSE. |
tileResults a single MultiAssayExperiment containing a sample-tile intensity matrix for each sample and common cell population in the input tileResultsList.
## Not run:
# Depends on local MOCHA tileResults
MOCHA::mergeTileResults(
list(tileResultsCelltypesABC, tileResultsCelltypesBCD)
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.