Description Usage Arguments Details Author(s)
Extract the cell metadata data frame from a single-cell data object containing the input data for scClustViz visualization.
1 | getMD(x)
|
x |
The single-cell data object. |
This is a wrapper function to the relevant class's cell metadata slot accessor / assignment method. Currently supported input object classes:
Class seurat/Seurat
accessed by
x@data.info
or x@meta.data
,
depending on Seurat object version.
Class SingleCellExperiment
accessed by colData(x)
.
Please submit requests for other data objects here!
Contributed by Brendan Innes from the BaderLab/scClustViz package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.