Description Usage Arguments Value Author(s) References Examples
create coreMatrix
1 2 | createCore(data, verbose = FALSE, prevalence.intervals = seq(20, 100, 20),
intensity.intervals = NULL)
|
data |
data matrix; phylotypes vs. samples |
verbose |
verbose |
prevalence.intervals |
a vector of prevalence percentages in [0,100] |
intensity.intervals |
a vector of intensities around the data range |
Estimated core microbiota
Contact: Jarkko Salojarvi microbiome-admin@googlegroups.com
A Salonen et al. The adult intestinal core microbiota is determined by analysis depth and health status. Clinical Microbiology and Infection 18(S4):16 20, 2012.
To cite the microbiome R package, see citation('microbiome')
1 2 | data(peerj32)
core <- createCore(t(peerj32$microbes))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.