getMetaVarDf | R Documentation |
Retrieves the metadata variable data frame for a specified assay in the given object. If the metadata variable data frame is empty, it creates a new one based on the molecule names.
Do not confuse with getMetaDf()
which contains meta variables for
the observations.
getMetaVarDf(object, assay_name = activeAssay(object), verbose = TRUE)
object |
An object of class |
assay_name |
Only relevant if the |
verbose |
Logical. If (Warning messages will always be printed.) |
A data frame containing metadata variables for the specified assay.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.