Mercurial > repos > lecorguille > xcms_xcmsset
comparison xcms_xcmsSet.r @ 44:ceff49826bf2 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a5136bfc124956893f4f0c91808d1c0d78c4ea01
| author | lecorguille |
|---|---|
| date | Mon, 29 Apr 2019 06:08:03 -0400 |
| parents | a8f0dd2aff5a |
| children | 6f9224f32a34 |
comparison
equal
deleted
inserted
replaced
| 43:a8f0dd2aff5a | 44:ceff49826bf2 |
|---|---|
| 122 xset <- getxcmsSetObject(xdata) | 122 xset <- getxcmsSetObject(xdata) |
| 123 print(xset) | 123 print(xset) |
| 124 cat("\n\n") | 124 cat("\n\n") |
| 125 | 125 |
| 126 #saving R data in .Rdata file to save the variables used in the present tool | 126 #saving R data in .Rdata file to save the variables used in the present tool |
| 127 objects2save <- c("xdata", "zipfile", "singlefile", "md5sumList", "sampleNamesList", "chromTIC", "chromBPI") | 127 objects2save <- c("xdata", "zipfile", "singlefile", "md5sumList", "sampleNamesList") #, "chromTIC", "chromBPI") |
| 128 save(list=objects2save[objects2save %in% ls()], file="xcmsSet.RData") | 128 save(list=objects2save[objects2save %in% ls()], file="xcmsSet.RData") |
| 129 | 129 |
| 130 | 130 |
| 131 cat("\tDONE\n") | 131 cat("\tDONE\n") |
