Name Mode Size
R 040000
data 040000
inst 040000
man 040000
vignettes 040000
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 1 kb
NEWS 100644 2 kb
README.md 100644 1 kb
README.md
metagenomeSeq ============= 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: ```S source("http://bioconductor.org/biocLite.R") biocLite("metagenomeSeq") ``` To install the latest development version of metagenomeSeq: ```S install.packages("devtools") library("devtools") install_github("metagenomeSeq","nosson") ``` Author: [Joseph Nathaniel Paulson](http://www.cbcb.umd.edu/~jpaulson), [Mihai Pop](http://www.cbcb.umd.edu/~mpop), [Hector Corrada Bravo](http://www.cbcb.umd.edu/~hcorrada) Maintainer: Joseph N. Paulson : jpaulson at umiacs.umd.edu Website: www.cbcb.umd.edu/software/metagenomeSeq