Learn R Programming

MOCHA (version 1.1.0)

combineSampleTileMatrix: combineSampleTileMatrix

Description

combineSampleTileMatrix combines all celltypes in a SampleTileMatrix object into a SummarizedExperiment with one single matrix across all cell types and samples,

Usage

combineSampleTileMatrix(SampleTileObj, NAtoZero = TRUE, verbose = FALSE)

Value

TileCorr A data.table correlation matrix

Arguments

SampleTileObj

The SummarizedExperiment object output from getSampleTileMatrix containing your sample-tile matrices

NAtoZero

Set NA values in the sample-tile matrix to zero

verbose

Set TRUE to display additional messages. Default is FALSE.