listSampleSummaryStatsTables | R Documentation |
Returns a character vector of the tables within the metadata slot of the SingleCellExperiment object.
listSampleSummaryStatsTables(inSCE, ...)
## S4 method for signature 'SingleCellExperiment'
listSampleSummaryStatsTables(inSCE, ...)
inSCE |
Input SingleCellExperiment object with saved table within the metadata data. Required. |
... |
Other arguments passed to the function. |
A character vector. Contains a list of summary tables within the SingleCellExperiment object.
data(scExample, package = "singleCellTK")
sce <- subsetSCECols(sce, colData = "type != 'EmptyDroplet'")
sce <- sampleSummaryStats(sce, simple = TRUE, statsName = "qc_table")
listSampleSummaryStatsTables(sce)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.