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

Add commands to save data to function based pipeline

parent 6f78ff2d
No related merge requests found
......@@ -333,4 +333,8 @@ for (i in ls(pattern="^genes.deg.*.unique")){
for (i in ls(pattern="^genes.deg.")){
write.table(get(i),file=paste0("./analysis/deg/",i,".csv"),row.names=TRUE,col.names=NA,append=FALSE,sep=",")
}
\ No newline at end of file
}
save(list=ls(pattern="^sc10x"),file="./analysis/sc10x.Rda")
rm(ls(pattern="^sc10x"))
save.image(file="./analysis/Data.RData")
\ 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