Author: RNAp2 Author
- GO and KEGG pathway enrichment (clusterProfiler)
- Single-gene expression viewer with box plots
- Multi-factor design support (e.g.,
~ batch + condition) - RLE (Relative Log Expression) plots for batch assessment
- Excel workbook export with multiple sheets
install.packages(c("shiny", "shinydashboard", "shinyWidgets", "DT", "plotly",
"ggplot2", "pheatmap", "RColorBrewer", "viridis", "gridExtra",
"openxlsx"))
BiocManager::install(c("DESeq2", "EnhancedVolcano", "clusterProfiler",
"org.Hs.eg.db", "VariantAnnotation"))shiny::runApp("app.R")GPLv3