Data set in R format
github.com
Load the microbiota and lipidomic profiling data in R as follows: library(devtools) install_github("microbiome", "microbiome") library(microbiome) data(peerj32) print(names(peerj32))
waiting for moderation