View source: R/Seurat.Utils.Metadata.R
getMetaColnames | R Documentation |
Retrieves column names from an object's metadata that match a specified pattern.
getMetaColnames(obj = combined.obj, pattern = "RNA")
obj |
An object containing a |
pattern |
A character string containing a regular expression to match against the column names. Default: "RNA". |
A character vector of column names matching the pattern.
# Assuming `combined.obj` is an object with a meta.data slot
getMetaColnames()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.