View source: R/phylosequtils.R
merge_into_phyloseq | R Documentation |
Allows incorporation of new sample data (a dataframe) to be merged into an existing phyloseq object.
merge_into_phyloseq(dataframe, ps_object, variable)
dataframe |
The dataframe containing new data to be incorporated. |
ps_object |
The phyloseq object to be updated with new data. |
variable |
The variable (column in data) as a string by which to merge new data into phyloseq object. Variable name and values must be identical between the dataframe and the phyloseq object |
An updated phyloseq object with the new data incorporated into sample data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.