phyloseq_to_df | R Documentation |
phyloseq
Object to data.frame
phyloseq_to_df()
will create a dataframe including OTU abundances, taxonomic
classification and metadata extracted from the phyloseq
object.
This dataframe can be exported as a CSV file for easy viewing.
phyloseq_to_df(x)
x |
The |
A data.frame
object.
#' @examples library(mirlyn) data(example) example_df <- phyloseq_to_df(example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.