View source: R/getCellPopMatrix.R
getCellPopMatrix | R Documentation |
getCellPopMatrix
getCellPopMatrix
pulls out the SampleTileMatrix of tiles
called in one given cell population.
getCellPopMatrix(
SampleTileObj,
cellPopulation,
dropSamples = TRUE,
NAtoZero = TRUE
)
SampleTileObj |
The output from getSampleTileMatrix, a SummarizedExperiment of pseudobulk intensities across all tiles & cell types. |
cellPopulation |
The cell population you want to pull out. |
dropSamples |
Boolean flag to determine whether to drop samples that were too small for peak calling. |
NAtoZero |
Boolean flag to determine whether to replace NAs with zero |
sampleTileMatrix a matrix of samples by called tiles for a given cell population.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.