Description Usage Arguments Value
View source: R/sample_data_functions.r
This function selects specified columns from the sample data of a phyloseq object and iteratively merges each count table with the specified sample data columns. Merging occurs using the row.names.
1 | add_sample_data(sample_data_names, phyloseq_object, community_tables)
|
sample_data_names |
a vector of sample data variable names |
phyloseq_object |
the phyloseq object containing the sample data |
community_tables |
the list with relative abundance community tables |
A list of the merged community + sample data tables as data.frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.