View source: R/miscFunctions.R
summarizeSCE | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.