Description Usage Arguments Value Examples
View source: R/miscFunctions.R
Creates a table of summary metrics from an input SingleCellExperiment
1 | 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.
1 2 | data("mouseBrainSubsetSCE")
summarizeSCE(mouseBrainSubsetSCE, sample = NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.