Name Mode Size
..
QSUtils-Alignment.Rmd 100644 12 kb
QSutils-Diversity.Rmd 100644 17 kb
QSutils-Simulation.Rmd 100644 12 kb
alignment.bib 100644 5 kb
diversity.bib 100644 4 kb
simulation.bib 100644 9 kb
README.md
# QSutils Set of utility functions in viral quasispecies analysis with NGS data. Most are equally usefull in metagenomic studies. There are three main types of functions: (1) data manipulation and exploration; functions useful in converting reads to haplotypes and frequencies, repairing reads, intersecting strand haplotypes, and to visualize haplotype alignments. (2) diversity indices; functions to compute diversities and entropies; incidence, abundance and fuctional indices are considered. (3) data simulation; functions useful in generating random viral quasispecies data. # How to install the package ```{r,message=FALSE} library(devtools) install_git("https://github.com/VHIRHepatiques/QSutils") library(QSutils) ``` # Contact Information Address any question/suggestion to Mercedes Guerrero-Murillo <mergumu@gmail.com>