Giter VIP home page Giter VIP logo

pathostat's Introduction

PathoStat: Statistical Microbiome Analysis Toolkit

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:

1. Data Summary and Filtering 
2. Relative Abundance plots (Stacked Bar Plot, Heatmap)
3. Multiple species boxplot visualization
4. Diversity analysis (Alpha and Beta diversity)
5. Differential Expression (DEseq2, edgeR)
6. Dimension Reduction (PCA, PCoA)
7. Biomarker identification

runPathoStat is the pipeline function that generates the PathoStat report and launches shiny app when in interactive mode. It combines all the functions into one step.

Run Pathostat

To launch PathoStat in R, just enter the command:

runPathoStat()

Installation

To begin, install Bioconductor and simply run the following to automatically install PathoStat and all the dependencies as follows.

source("http://bioconductor.org/biocLite.R")
biocLite("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("compbiomed/PathoStat")

If all went well you should now be able to load PathoStat:

require(PathoStat)
vignette('PathoStat-vignette', package='PathoStat')
runPathoStat()

pathostat's People

Contributors

mani2012 avatar jasonzhao0307 avatar mlbendall avatar tfaits avatar hpages avatar sanrrone avatar anfederico avatar ecastron avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.