8000 Core · microbiome/microbiome Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
antagomir edited this page Oct 31, 2014 · 31 revisions

Examples on determining the common core microbiota for the given profiling data set, as in Salonen A, et al. (2012) The adult intestinal core microbiota is determined by analysis depth and health status, Clinical Microbiology and Infection 18:16–20. Examples with simulated data. See read.profiling to use your own data files:

Determine the core ('blanket analysis')

library(microbiome)
data(peerj32); 
mydata <- t(peerj32$microbes)
core <- createCore(mydata)

Visualize the core

# Core 3D visualization
tmp <- Core3D(core)

plot of chunk core-example2

# Core 2D visualization
tmp <- Core2D(core)

plot of chunk core-example2

tmp <- core_heatmap(mydata)

plot of chunk core-example2

Clone this wiki locally
0