The seqgroup R package offers a collection of functions that support the analysis of microbial sequencing data with a group structure.
If you did not yet install devtools, please install it first.
install.packages("devtools")
Then you can install seqgroup with the following commands:
library(devtools) install_github("hallucigenia-sparsa/seqgroup")
Now, you can load the seqgroup R package:
library(seqgroup)
If vignettes are not linked in the package documentation, you can try to install seqgroup with build_vignettes enabled:
install_github("hallucigenia-sparsa/seqgroup",build_vignettes = TRUE)
For a tour of seqtime, see the overview vignette.
Contributions are very welcome: