Commit 6af4bd9a authored by Stefano Beretta's avatar Stefano Beretta
Browse files

Fix path

parent 17267118
...@@ -4,7 +4,7 @@ library(psych) ...@@ -4,7 +4,7 @@ library(psych)
library(ggplot2) library(ggplot2)
library(ggpubr) library(ggpubr)
wdir <- "~/Downloads/tmp/squadrito_livertumor2022_nanostring" wdir <- "squadrito_livertumor2022_nanostring"
rawdata <- paste(wdir, "Raw_data", sep = "/") rawdata <- paste(wdir, "Raw_data", sep = "/")
plots <- paste(wdir, "Plots", sep = "/") plots <- paste(wdir, "Plots", sep = "/")
......
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