Mercurial > repos > lecorguille > xcms_merge
comparison xcms_merge.r @ 12:9efcd7620cde draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 5e066c50d2e4ac6d5796b53331cbd3198ab8c4f9-dirty
author | lecorguille |
---|---|
date | Thu, 05 Apr 2018 18:07:19 -0400 |
parents | 67ab853b89f3 |
children | 2d27c70635eb |
comparison
equal
deleted
inserted
replaced
11:67ab853b89f3 | 12:9efcd7620cde |
---|---|
36 print(xset) | 36 print(xset) |
37 cat("\n\n") | 37 cat("\n\n") |
38 | 38 |
39 cat("\tSAVE RData\n") | 39 cat("\tSAVE RData\n") |
40 #saving R data in .Rdata file to save the variables used in the present tool | 40 #saving R data in .Rdata file to save the variables used in the present tool |
41 objects2save <- c("xdata", "zipfile", "singlefile", "md5sumList", "sampleNamesList") | 41 objects2save <- c("xdata", "zipfile", "singlefile", "md5sumList", "sampleNamesList", "chromTIC", "chromBPI") |
42 save(list=objects2save[objects2save %in% ls()], file="merged.RData") | 42 save(list=objects2save[objects2save %in% ls()], file="merged.RData") |