Skip to content

josh45-source/RNAp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RNAp2 -- RNA-seq Analysis Platform v2.0

Author: RNAp2 Author

New in v2.0

  • 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

Dependencies

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"))

Run

shiny::runApp("app.R")

License

GPLv3

About

A comprehensive tool for RNA-seq differential expression analysis, pathway enrichment, single-gene exploration, and genomic variant annotation. Supports multi-factor experimental designs. Navigate using the sidebar.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages