The goal of pmartRseq is to provide a pipeline that enables a reproducible workflow and analysis of 16S data. This R package supports the Metagenomics Exploratory Analysis Dashboard (mead) which allows for an entire analysis free of programming.
To install pmartRseq:
- Install devtools from CRAN with
install.packages("devtools")
- Install
pmartRseq
with the devtools commanddevtools::install_github("pmartR/pmartRseq")
This project is licensed under the MIT License - see the LICENSE file for details