-
This is the ShinyGEExplorer R Shiny App for Gene Expression Data analysis and exploration created by Tyler Kolisnik.
-
Please load the package using RStudio by pressing the Run App button or via the command
shiny::runApp('path/ShinyGEExplorer')
-
There is demonstration data that will auto-load.
-
There are instructions in the first tab of the App on how to format your data in the same style as the demo data and how to use it with the package.
-
The demonstration data is located in the file demo_expression_data.RData in the /data/ folder, this is the same folder you should place your data at.
-
Requirements: R version 4.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle" Rstudio (2023.09.01 or later)
Note: When you open up the package in RStudio it should prompt you to install any required packages for this App that you don't already have.
library(shiny)
library(shinydashboard)
library(DT)
library(ggplot2)
library(pheatmap)
library(plotly)
library(dplyr)
library(tidyr)
library(RColorBrewer)
library(tibble)
- See LICENSE.txt for Licensing and Distribution Information
- Thank you for using my app, please address questions, comments, feedback to [email protected] or submit a pull request or issue on github.
- Please see the below screenshots for a preview of the App's functionality.