Statistical analysis for sparse high-throughput sequencing
metagenomeSeq is designed to determine features (be it Operational Taxanomic Unit (OTU), species, etc.) that are differentially abundant between two or more groups of multiple samples. metagenomeSeq is designed to address the effects of both normalization and undersampling of microbial communities on disease association detection and the testing of feature correlations.
To install the latest release version of metagenomeSeq:
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("metagenomeSeq")
To install the latest development version of metagenomeSeq:
install.packages("devtools")
library("devtools")
install_github("Bioconductor-mirror/metagenomeSeq")
Author: Joseph Nathaniel Paulson, Hisham Talukder, Mihai Pop, Hector Corrada Bravo
Maintainer: Joseph N. Paulson : jpaulson at jimmy.harvard.edu