Description Usage Arguments Value See Also Examples
Transform data from wide to long, without aggregating individual samples.
1 2 3 4 5 6 7 8 9 10 |
df |
Dataframe containing metadata and taxon (Phylum, Otu, etc) abundance data in wide format. |
n |
Number of OTUs to return, 50 by default. |
ar_mean |
Boolean to indicate whether the arithmetic mean should be appended to the data. |
geo_mean |
Boolean to indicate whether the geometric mean should be appended to the data. |
otu_ord |
Character or factor vector of unique OTU identifiers. These are often ordered OTUs resulting from |
tax_df |
Taxonomy table. Passed to |
tax_level |
Taxonomic level(s) to join from |
sample_col |
Single element character vector specifying the column in |
An unaggregated dataframe that has been reshaped into long form.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.