Mercurial > repos > lecorguille > xcms_retcor
changeset 32:1aa7979204b4 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 11784e03649835a7fadc8ce30314856cf05cde96
author | lecorguille |
---|---|
date | Tue, 06 Mar 2018 04:03:16 -0500 |
parents | 281786a7b9a2 |
children | 69b5a006fca1 |
files | xcms_retcor.r |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/xcms_retcor.r Mon Mar 05 04:17:36 2018 -0500 +++ b/xcms_retcor.r Tue Mar 06 04:03:16 2018 -0500 @@ -81,8 +81,8 @@ getPlotAdjustedRtime(xdata) #@TODO: one day, use xdata instead of xset to draw the TICs and BPC or a complete other method -getTICs(xcmsSet=xset, rt="raw", pdfname="TICs.pdf") -getBPCs(xcmsSet=xset, rt="raw", pdfname="BICs.pdf") +getTICs(xcmsSet=xset, rt="corrected", pdfname="TICs.pdf") +getBPCs(xcmsSet=xset, rt="corrected", pdfname="BICs.pdf") cat("\n\n")