phyloseq2df | R Documentation |
A helper function for converting OTU, taxonomy, and metadata to dataframes
phyloseq2df(physeq_obj, physeq_func, long = FALSE, flip = FALSE)
physeq_obj |
The phyloseq object |
physeq_func |
Which object do you want ('otu_table', 'tax_table', or 'sample_data') |
long |
Do you want the table in "long" format ("gathered") |
flip |
Flip (transpose) the table? |
A tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.