Mercurial > repos > lecorguille > xcms_merge
comparison xcms_merge.r @ 11:772290533d6e draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 8ed93601e09e1db2fbaef5af29d58464b639f2a8
author | lecorguille |
---|---|
date | Tue, 09 Apr 2019 12:18:50 -0400 |
parents | a26679f68d4d |
children | 5bd125a3f3b0 |
comparison
equal
deleted
inserted
replaced
10:7dd38bacac3a | 11:772290533d6e |
---|---|
38 print(xset) | 38 print(xset) |
39 cat("\n\n") | 39 cat("\n\n") |
40 | 40 |
41 cat("\tSAVE RData\n") | 41 cat("\tSAVE RData\n") |
42 #saving R data in .Rdata file to save the variables used in the present tool | 42 #saving R data in .Rdata file to save the variables used in the present tool |
43 objects2save <- c("xdata", "zipfile", "singlefile", "md5sumList", "sampleNamesList", "chromTIC", "chromBPI") | 43 objects2save <- c("xdata", "zipfile", "singlefile", "md5sumList", "sampleNamesList") #, "chromTIC", "chromBPI") |
44 save(list=objects2save[objects2save %in% ls()], file="merged.RData") | 44 save(list=objects2save[objects2save %in% ls()], file="merged.RData") |