knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
PathoStat is a R shiny package, designed for performing Statistical Microbiome Analysis on metagenomics results from sequencing data samples. In particular, it supports analyses on the PathoScope generated report files.
The package includes:
To begin, install Bioconductor and simply run the following to automatically install PathoStat and all the dependencies as follows.
if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("PathoStat")
If you want to install the latest development version of PathoStat from Github, use devtools to install it as follows:
require(devtools) install_github("mani2012/PathoStat", build_vignettes=TRUE)
require(PathoStat) runPathoStat()
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.