This shiny dashboard is for RNA Seq data analysis. The following steps can be accomplished using this app:
- Exploratory Data analysis / Quality Control
- Differential Expression Analysis
- Visualization of DEGs (MA plots, volcano plots, gene lists)
- Functional Analysis - Gene Ontology (Biological Process, Cellular Component, & Molecular Function) and/or KEGG pathway
- Gene Set enrichment Analysis
- ui.R and server.R - Files for UI and server functions, respectively.
- functions.R - This file contains some general functions used in ui.R and server.R.
- environment.yml - This file can be used to build a conda environment containing all the packages used by this application.