Skip to content

With a few steps this workflow will allow for easy preparation of an R Shiny webpage for differential gene expression and gene set enrichment analysis

Notifications You must be signed in to change notification settings

shawlab-moffitt/DRPPM-EASY-ExprAnalysisShinY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRPPM Expression Analysis Shiny App

Introduction

With the rapid generation of high throughput datasets, the need for quick and reproducible data analysis tools has become paramount. Thus we developed DRPPM-EASY, an Expression Analysis App hosted in R ShinY. The application minimizes the need for extensive computational experience, providing an easy plug-and-play process to allow the user to explore their expression data on a web-based platform. The application provides many of the typical exploratory analyses and visualization, such as unsupervised hierarchical clustering, Gene Set Enrichment (GSEA), and differential gene expression. Results can be downloaded as a comprehensive table or gmt gene set for further downstream analysis.

The user can access the easy app through https://shawlab-moffitt.shinyapps.io/drppm_easy_url_app/

Setup

  • Users may download a zip file of the GitHub repository or cloan it to their local workspace using the command line.
  • Please check to make sure all of the pacakge dependencies are installed.
  • As long as file structure and naming isn't effected, the app can be ran without any additional coding and files cant be input from the interface.

Advanced Setup

  • Under the User Data Input section of the app in the first section of the app.R script, users may include startup files and parameters and the app will upload the data when starting up.
  • If this app will be hosted on a server accessible to others, we have included a feature where you may specify a password in the script.
    • This password is not acsessible from the interface, only the app.R script.

Requirements

R Dependencies

shiny_1.6.0 shinythemes_1.2.0 shinyjqui_0.4.0 shinycssloaders_1.0.0 tools_4.1.0
dplyr_1.0.7 tidyr_1.1.3 readr_2.0.1 tibble_3.1.3 DT_0.18
ggplot2_3.3.5 plotly_4.9.4.1 enrichplot_1.12.2 pheatmap_1.0.12 ggrepel_0.9.1
enrichR_3.0 limma_3.48.3 clusterProfiler_4.0.5 limma_3.48.3 GSVA_1.40.1
BiocManager_1.30.16 reshape2_1.4.4 ggpubr_0.4.0

Required Files

Required User Input Files

  • Expression Matrix:
    • A tab or comma delimited table with gene symbols or other features located in the first column with subsequent columns consiting of the sample name as the header and expression data down the column.
    • The current App expects lowly expressed genes filtered out and normalized data either to FPKM or TMM.
      • Larger files might inflict memory issues.
    • Example
  • Meta Data:
    • A tab or comma delimited with two or more columns. First column consisting of sample names and following columns to be any additional meta or clinical data defining the sample.
    • Example

Required Files for App Setup - Provided

  • GeneSets:
    • This folder contains currated gene sets from public recourses such as MSigDB, LINCS L1000, Cell Marker, as well as gene sets annotated in our lab defining immune signatures and ER stress signatures.

Shiny App Features

alt text

Reference Citation

Obermayer A, Dong L, Hu Q, Golden M, Noble JD, Rodriguez P, Robinson TJ, Teng M, Tan AC, Shaw TI*. DRPPM-EASY: A Web-Based Framework for Integrative Analysis of Multi-Omics Cancer Datasets. Biology (Basel). 2022 Feb 8;11(2):260. doi: 10.3390/biology11020260. PMID: 35205126 PMCID: PMC8869715

Quesions and Comments

Please email Alyssa Obermayer at [email protected] if you have any further comments or questions in regards to the R Shiny Application.

About

With a few steps this workflow will allow for easy preparation of an R Shiny webpage for differential gene expression and gene set enrichment analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages