nasqar / deseq2shiny

a web-based R shiny application that wraps DESeq2 R package

Home Page:http://nasqar.abudhabi.nyu.edu/deseq2shiny/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DESeq2Shiny: a web-based app based on the DESeq2 R package for RNA-seq counts data exploratory analysis and differential expression

Introduction


This Shiny app is a wrapper around DESeq2, an R package for "Differential gene expression analysis based on the negative binomial distribution".

It is meant to provide an intuitive interface for researchers to easily upload, analyze, visualize, and explore RNAseq count data interactively with no prior programming knowledge in R.

This tool supports simple or multi-factorial experimental design. It also allows for exploratory analysis when no replicates are available.

The app also provides svaseq Surrogate Variable Analysis for hidden batch effect detection. The user can then include Surrogate Variables (SVs) as adjustment factors for downstream analysis (eg. differential expression). For more information on svaseq, go to this link

Online/Demo:

You can try it online at http://nasqar.abudhabi.nyu.edu/deseq2shiny

Pre-print:

NASQAR: A web-based platform for High-throughput sequencing data analysis and visualization

Features


Various visualizations and output data are included:

  • Clustering

    • R-Log, Variance Stabilizing Transformation (VST) output matrices
    • PCA plots, Heatmaps
  • Differential Expression

    • Comparison Data (logFC, p-value, etc, sample vs sample, etc …)
    • MA plots
  • Gene Expression

    • Gene Boxplots

alt text

About

a web-based R shiny application that wraps DESeq2 R package

http://nasqar.abudhabi.nyu.edu/deseq2shiny/


Languages

Language:R 91.0%Language:CSS 6.2%Language:JavaScript 2.9%