Description Usage Arguments Value Author(s) References Examples
Estimate relative abundance for each phylotype in each sample with a given threshold '
1 | relative.abundance(dat, det.th = 0)
|
dat |
data matrix (phylotypes x samples) in original (non-log) scale |
det.th |
detection threshold. |
Vector containing relative proportions for each phylotype in each sample
Contact: Leo Lahti microbiome-admin@googlegroups.com
See citation('microbiome')
1 2 | data(peerj32)
relab <- relative.abundance(10^t(peerj32$microbes), det.th = 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.