Commit a746db66 authored by Matteo Barcella's avatar Matteo Barcella
Browse files

Adding input source ggridges

parent 8582746d
...@@ -14,7 +14,7 @@ library(gridExtra) ...@@ -14,7 +14,7 @@ library(gridExtra)
load(file = "../.RData") load(file = "../.RData")
gsea_res_interaction <- gsea_res gsea_res_interaction <- gsea_res
gsea_bulk <- readRDS(file = "/beegfs/scratch/ric.gentner/ric.gentner/BALL/BulkRNA_BALL_Integration/results/GSEA_All_Experiments/GG_ridges/Hallmark_GSEA.rds") gsea_bulk <- readRDS(file = "Hallmark_GSEA.rds")
gsea_res <- gsea_bulk gsea_res <- gsea_bulk
a <- ridgeplot(gsea_res$GFP_L_vs_GFP_H, fill = "NES", a <- ridgeplot(gsea_res$GFP_L_vs_GFP_H, fill = "NES",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment