addSampleData | R Documentation |
Add sample data to a MultiAmplicon object
addSampleData(MA, sampleData = NULL)
MA |
A |
sampleData |
A data frame of providing data for samples in
the |
The sampleData slot is filled with a
sample_data
object from phyoseq created
merging sample names (colnames) of the MultiAmplicon object with a
data frame of sample data. The rownames of the that sampleData
data frame must correspond to colnames of the MultiAmplcion
object.
A MultiAmplicon
object with the sampleData
slot filled.
Emanuel Heitlinger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.