Description Usage Arguments Value Author(s) References Examples
Plot cumulative core microbiota.
1 2 | plot_cumulative(d.sub, i.set = NULL, type = "cumulative", ylim = NULL,
phylogeny.info)
|
d.sub |
d.sub |
i.set |
i.set |
type |
plot type |
ylim |
y axis limits |
phylogeny.info |
phylogeny.info matrix |
Used for side-effects (plot)
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 3 4 5 6 7 | ## Not run:
data(peerj32)
bs <- bootstrap.microbes(t(peerj32$microbes), Nboot = 5);
phylogeny.info <- GetPhylogeny("HITChip")
plot_cumulative(bs, phylogeny.info = phylogeny.info)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.