Mercurial > repos > lecorguille > xcms_fillpeaks
comparison xcms.r @ 19:7b74ec867ad2 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 717c02f887ce343ca55f862c8020aaf49f5581d8
| author | lecorguille | 
|---|---|
| date | Wed, 08 Feb 2017 05:27:41 -0500 | 
| parents | 65dc5e8b53f7 | 
| children | 02bb34af0921 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 18:65dc5e8b53f7 | 19:7b74ec867ad2 | 
|---|---|
| 250 cat("\t\tGET TIC GRAPH\n") | 250 cat("\t\tGET TIC GRAPH\n") | 
| 251 getTICs(xcmsSet=xset, pdfname=ticspdf,rt="corrected") | 251 getTICs(xcmsSet=xset, pdfname=ticspdf,rt="corrected") | 
| 252 getBPCs(xcmsSet=xset,rt="corrected",pdfname=bicspdf) | 252 getBPCs(xcmsSet=xset,rt="corrected",pdfname=bicspdf) | 
| 253 } | 253 } | 
| 254 | 254 | 
| 255 if ((thefunction == "group" || thefunction == "fillPeaks") && exists("intval")) { | 255 if (thefunction == "fillPeaks" && exists("intval")) { | 
| 256 getPeaklistW4M(xset,intval,convertRTMinute,numDigitsMZ,numDigitsRT,variableMetadataOutput,dataMatrixOutput) | 256 getPeaklistW4M(xset,intval,convertRTMinute,numDigitsMZ,numDigitsRT,variableMetadataOutput,dataMatrixOutput) | 
| 257 } | 257 } | 
| 258 | 258 | 
| 259 | 259 | 
| 260 cat("\n\n") | 260 cat("\n\n") | 
