Description Usage Arguments Value Author(s) References Examples
Bootstrap method for core microbiota estimation from Salonen et al. (2012)
1 2 | bootstrap.microbes(D, Nsample = NULL, minPrev = 2, Nboot = 1000,
I.thr = 1.8, ncore = 1, I.max = NULL)
|
D |
data (phylotypes x samples) |
Nsample |
bootstrap sample size, default is the same size as data |
minPrev |
Lower limit for number of samples where microbe needs to exceed the intensity threshold for a 'present' call. |
Nboot |
bootstrap sample size |
I.thr |
Lower limit for intensity threshold |
ncore |
number of nodes for parallelization - default 1 |
I.max |
Upper limit for intensity threshold. Later addition. set to NULL (default) to replicate Salonen et al. |
data frame with microbes and their frequency of presence in the core
Contact: Jarkko Salojarvi microbiome-admin@googlegroups.com
The core microbiota bootstrap method implemented with this function: Salonen A, Salojarvi J, Lahti L, de Vos WM. The adult intestinal core microbiota is determined by analysis depth and health status. Clinical Microbiology and Infection 18(S4):16-20, 2012
To cite this R package, see citation("microbiome")
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.