Skip to contents

Get the variable names in a collection in the Microbiome Dataset.

Usage

# S4 method for MbioDataset
getCollectionVariableNames(object, collectionName)

Arguments

object

A Microbiome Dataset

collectionName

The name of the collection to return the variable names for

Value

a character vector of the variable names in the requested collection

Examples

variableNames <- getCollectionVariableNames(
microbiomeData::DiabImmune, 
"16S (V4) Genus (Relative taxonomic abundance analysis)"
)