Description Usage Arguments Value Author(s) Examples
View source: R/make_ranked_sums.R
A function that ranks all samples in a phyloseq object by the sum of reads assigned to all ASVs in that sample (Abundance sum/Total ASV counts).
1 | make_ranked_sums(physeq = ps, myset = "Not specified")
|
physeq |
a phyloseq object to rank by abundance |
myset |
optional: a character string describing the ranked physeq object. |
a tibble that contains all sample metadata (fcts), their abundance (dbl), their ranks (int) by sum of abundance, their original order (int) and a custom descriptor (chr).
Simeon Rossmann
1 | ranked_controls <- make_ranked_sums(physeq = ps_contrls)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.