Description Usage Arguments Value Examples
View source: R/summarize_counts.R
Extract unique values from SingleCellExperiment column (i.e. cell) metadata. Used to determine subject and cell type values.
1 | scSubjects(scExp, ...)
|
scExp |
SingleCellExperiment object containing (at minimum) gene counts and column metadata describing sample identifiers and cell types. |
... |
Named metadata variables for subjects and cell types. |
List of character vectors with unique values from SingleCellExperiment column metadata variables.
1 2 3 4 5 | ## Examples of metadata column variable names.
names(SummarizedExperiment::colData(small_airway))
## Return list of subject and cell type values from experiment metadata.
scSubjects(scExp=small_airway, subjects="orig.ident", cellTypes="celltype")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.