summarizeSCE {singleCellTK} | R Documentation |
Creates a table of summary metrics from an input SingleCellExperiment
summarizeSCE(inSCE, useAssay = NULL, sampleVariableName = NULL)
inSCE |
Input SingleCellExperiment object. |
useAssay |
Indicate which assay to summarize. If |
sampleVariableName |
Variable name in |
A data.frame object of summary metrics.
data("mouseBrainSubsetSCE") summarizeSCE(mouseBrainSubsetSCE, sample = NULL)