Description Usage Arguments Value Examples
Conducts conversion of 1 of the data objects in a phyloseq object (eg., tax_table) to a dataframe
1 | phyloseq2df(physeq, table_func)
|
physeq |
Phyloseq object |
table_func |
See |
data.frame
1 2 3 4 5 6 | data(physeq_S2D1)
df_otu = phyloseq2df(physeq_S2D1, table_func=phyloseq::otu_table)
head(df_otu)
df_sample = phyloseq2df(physeq_S2D1, table_func=phyloseq::sample_data)
head(df_sample)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.