Description Usage Arguments Value Author(s) References Examples
Calculate abundancies Discretize Hitchip matrix to form abundancy table of form j, nj where j is number of counts and nj is number of phylotypes with the corresponding counts this format is often required by richness estimation
1 | make.abundancy.table(dat, det.th, discretization.resolution = 1)
|
dat |
data matrix |
det.th |
detection threshold |
discretization.resolution |
discretization resolution |
abundancy table
Contact: Leo Lahti microbiome-admin@googlegroups.com
To cite the microbiome R package, see citation('microbiome')
1 2 | data(peerj32)
abtab <- make.abundancy.table(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.