Skip to content
Snippets Groups Projects
Commit 9ba785d1 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

sc_DEG: save as .txt, save all DEGs in .Rda

parent 99dcd5cb
No related merge requests found
......@@ -124,4 +124,6 @@ for (i in ls(pattern="^DEG")){
}
cat(row.names(DEG.Stress),file=paste0("./analysis/",opt$g,"/global/DEG/DWS.scStress.txt"),sep="\n")
cat(row.names(DEG.NE.vs.Epi),file=paste0("./analysis/",opt$g,"/global/DEG/DWS.scNE.txt"),sep="\n")
\ No newline at end of file
cat(row.names(DEG.NE.vs.Epi),file=paste0("./analysis/",opt$g,"/global/DEG/DWS.scNE.txt"),sep="\n")
save(list=ls(pattern="^DEG."),file=paste0("./analysis/",opt$g,"/global/DEG/DEG.Rda"))
\ No newline at end of file
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