Get Microbiome Dataset Collection Variable Names
Source:R/methods-MbioDataset.R
getCollectionVariableNames-MbioDataset-method.Rd
Get the variable names in a collection in the Microbiome Dataset.
Arguments
- object
A Microbiome Dataset
- collectionName
The name of the collection to return the variable names for
Examples
variableNames <- getCollectionVariableNames(
microbiomeData::DiabImmune,
"16S (V4) Genus (Relative taxonomic abundance analysis)"
)