Add sample data to a MultiAmplicon object
addSampleData(MA, sampleData = NULL)
MA | A |
---|---|
sampleData | A data frame of providing data for samples in
the |
A MultiAmplicon
object with the sampleData
slot filled.
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.
Emanuel Heitlinger