Description Usage Arguments Value Author(s) References Examples
Auxiliary function for bootstrap.microbes
1 2  | bootstrap.microbecount(D, Nsample = NULL, minprev = 1, Nboot = 1000,
  I.thr = 1.8, ncore = 1, I.max = NULL)
 | 
D | 
 data  | 
Nsample | 
 sample size  | 
minprev | 
 minimum prevalence  | 
Nboot | 
 bootstrap sample size  | 
I.thr | 
 intensity threshold  | 
ncore | 
 number of nodes for parallelization  | 
I.max | 
 max intensity threshold  | 
median microbe count in bootstrapped cores
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  | data(peerj32)
  tmp <- bootstrap.microbecount(t(peerj32$microbes),	Nboot = 5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.