meta {dittoSeq} | R Documentation |
Returns the values of a meta.data for all cells/samples
meta(meta, object)
meta |
String, the name of the "metadata" slot to grab. OR "ident" to retireve the clustering of a Seurat |
object |
A target Seurat or SingleCellExperiment object |
A named vector. Returns the values of a metadata slot, or the clustering slot if meta = "ident"
and the object
is a Seurat.
Names of values will be the cell/sample names.
Daniel Bunis
metaLevels
for returning just the unique discrete identities that exist within a metadata slot
getMetas
for returning all metadata slots of an object
isMeta
for testing whether something is the name of a metadata slot
example(importDittoBulk, echo = FALSE) meta("groups", object = myRNA)