comparison abims_xcms_xcmsSet.xml @ 39:e8d7395a70b2 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e131bacd37bfaf2c4132fd214c81db9b8a9df513
author lecorguille
date Mon, 17 Sep 2018 08:42:53 -0400
parents e66eeca443e4
children 6ef6e99ace9e
comparison
equal deleted inserted replaced
38:e66eeca443e4 39:e8d7395a70b2
131 </conditional> 131 </conditional>
132 <param argument="sigma" type="float" value="" optional="true" label="Standard deviation (width) of matched filtration model peak" help="Leave it to empty to calculate it using fwhm by default at fwhm/2.3548" /> 132 <param argument="sigma" type="float" value="" optional="true" label="Standard deviation (width) of matched filtration model peak" help="Leave it to empty to calculate it using fwhm by default at fwhm/2.3548" />
133 <param argument="max" type="integer" value="5" label="Maximum number of peaks that are expected/will be identified per slice" /> 133 <param argument="max" type="integer" value="5" label="Maximum number of peaks that are expected/will be identified per slice" />
134 <param argument="snthresh" type="integer" value="10" label="Signal to Noise ratio cutoff" help="defining the signal to noise cutoff to be used in the chromatographic peak detection step" /> 134 <param argument="snthresh" type="integer" value="10" label="Signal to Noise ratio cutoff" help="defining the signal to noise cutoff to be used in the chromatographic peak detection step" />
135 <param argument="steps" type="integer" value="2" label="Number of bins to be merged before filtration" help="(i.e. the number of neighboring bins that will be joined to the slice in which filtration and peak detection will be performed)" /> 135 <param argument="steps" type="integer" value="2" label="Number of bins to be merged before filtration" help="(i.e. the number of neighboring bins that will be joined to the slice in which filtration and peak detection will be performed)" />
136 <param argument="mzdiff" type="float" value="0.6" label="Minimum difference in m/z for peaks with overlapping Retention Times" help="By default: 0.8-step*steps " /> 136 <param argument="mzdiff" type="float" value="0.6" label="Minimum difference in m/z for peaks with overlapping Retention Times" help="By default: 0.8-binSize*steps " />
137 <!-- index --> 137 <!-- index -->
138 </section> 138 </section>
139 </when> 139 </when>
140 140
141 <!-- CentWaveWithPredIsoROIs --> 141 <!-- CentWaveWithPredIsoROIs -->
393 393
394 ----------- 394 -----------
395 Description 395 Description
396 ----------- 396 -----------
397 397
398 This tool is used for preprocessing data from multiple LC/MS files (formats NetCDF, mzXML and mzData) using the xcms_ R package. It extracts ion from each sample independently and using a statistic model, peaks are filtered and integrated. 398 This tool is used for preprocessing data from multiple LC/MS files (NetCDF, mzXML and mzData formats) using the xcms_ R package. It extracts ions from each sample independently, and using a statistical model, peaks are filtered and integrated.
399 You can read a tutorial on how to perform xcms preprocessing which is available here_. 399 A tutorial on how to perform xcms preprocessing is available here_.
400 400
401 .. _xcms: https://bioconductor.org/packages/release/bioc/html/xcms.html 401 .. _xcms: https://bioconductor.org/packages/release/bioc/html/xcms.html
402 .. _here: http://web11.sb-roscoff.fr/download/w4m/howto/w4m_HowToPerformXcmsPreprocessing_v02.pdf 402 .. _here: http://web11.sb-roscoff.fr/download/w4m/howto/w4m_HowToPerformXcmsPreprocessing_v02.pdf
403 403
404 404
472 Output files 472 Output files
473 ------------ 473 ------------
474 474
475 xset.RData: rdata.xcms.findchrompeaks format 475 xset.RData: rdata.xcms.findchrompeaks format
476 476
477 | (single) RData files that is necessary in the second step of the workflow "xcms.groupChromPeaks" must to be merged using "xcms.findChromPeaks Merger" 477 | (single) RData files that are necessary in the second step of the workflow "xcms.groupChromPeaks" - must be merged first using "xcms.findChromPeaks Merger"
478 | (zip) RData file that is necessary in the second step of the workflow "xcms.groupChromPeaks". 478 | (zip) RData file that is necessary in the second step of the workflow "xcms.groupChromPeaks".
479 479
480 --------------------------------------------------- 480 ---------------------------------------------------
481 481
482 Changelog/News 482 Changelog/News