Mercurial > repos > tomnl > mspurity_frag4feature
comparison flagRemove.R @ 7:868114b1bac5 draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 781bf118b12bf8f32e540932f4aaa3170f88b2ce
| author | tomnl |
|---|---|
| date | Tue, 18 Jun 2019 14:39:30 -0400 |
| parents | e10e0fd0b588 |
| children |
comparison
equal
deleted
inserted
replaced
| 6:b6c0fca5da7c | 7:868114b1bac5 |
|---|---|
| 124 #loads an RData file, and returns the named xset object if it is there | 124 #loads an RData file, and returns the named xset object if it is there |
| 125 load(rdata_path) | 125 load(rdata_path) |
| 126 return(get(ls()[ls() %in% name])) | 126 return(get(ls()[ls() %in% name])) |
| 127 } | 127 } |
| 128 | 128 |
| 129 xset <- loadRData(opt$xset_path, c('xset','xdata')) | 129 xset <- getxcmsSetObject(loadRData(opt$xset_path, c('xset','xdata'))) |
| 130 | 130 |
| 131 print(xset) | 131 print(xset) |
| 132 if (is.null(opt$samplelist)){ | 132 if (is.null(opt$samplelist)){ |
| 133 blank_class <- opt$blank_class | 133 blank_class <- opt$blank_class |
| 134 }else{ | 134 }else{ |
