annotate aplcms_macros.xml @ 0:bfe186af3dca draft

"planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
author recetox
date Tue, 25 Aug 2020 09:08:24 +0000
parents
children 52cec2e123fa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
1 <macros>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
2 <token name="@VERSION@">deployment</token>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
3
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
4 <xml name="requirements">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
5 <requirements>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
6 <requirement type="package">recetox_datatypes</requirement>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
7 <container type="docker">registry.gitlab.ics.muni.cz:443/recetox/mass-spectrometry/aplcms:deployment</container>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
8 </requirements>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
9 </xml>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
10
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
11 <xml name="inputs">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
12 <inputs>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
13 <param name="files" type="data" format="mzdata,mzml,mzxml,netcdf" multiple="true" min="3" label="data"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
14 help="Mass spectrometry files for peak extraction." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
15 <yield />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
16 </inputs>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
17 </xml>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
18
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
19 <xml name="history_db">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
20 <param name="known_table" type="data" format="aplcms_history.feather" label="known_table"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
21 help="A data table containing the known metabolite ions and previously found features. The table must contain these 18 columns: chemical_formula (optional), HMDB_ID (optional), KEGG_compound_ID (optional), neutral.mass (optional), ion.type (the ion form - optional), m.z (either theoretical or mean observed m/z value of previously found features), Number_profiles_processed (the total number of processed samples to build this database), Percent_found (the percentage of historically processed samples in which the feature appeared), mz_min (minimum observed m/z value), mz_max (maximum observed m/z value), RT_mean (mean observed retention time), RT_sd (standard deviation of observed retention time), RT_min (minimum observed retention time), RT_max (maximum observed retention time), int_mean.log. (mean observed log intensity), int_sd.log. (standard deviation of observed log intensity), int_min.log. (minimum observed log intensity), int_max.log. (maximum observed log intensity)." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
22 <section name="history_db" title="Known-Table settings">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
23 <param name="match_tol_ppm" type="integer" optional="true" min="0" label="match_tol_ppm (optional)"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
24 help="The ppm tolerance to match identified features to known metabolites/features." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
25 <param name="new_feature_min_count" type="integer" value="2" min="1" label="new_feature_min_count"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
26 help="The minimum number of occurrences of a historically unseen (unknown) feature to add this feature into the database of known features." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
27 </section>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
28 </xml>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
29
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
30 <xml name="noise_filtering">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
31 <section name="noise_filtering" title="Noise filtering and peak detection">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
32 <param name="min_exp" type="integer" min="1" value="2"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
33 label="min_exp"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
34 help="If a feature is to be included in the final feature table, it must be present in at least this number of spectra." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
35 <param name="min_pres" type="float" value="0.5"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
36 label="min_pres"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
37 help="The minimum proportion of presence in the time period for a series of signals grouped by m/z to be considered a peak." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
38 <param name="min_run" type="float" value="12"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
39 label="min_run"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
40 help="The minimum length of elution time for a series of signals grouped by m/z to be considered a peak." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
41 <param name="mz_tol" type="float" value="1e-05"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
42 label="mz_tol"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
43 help="The m/z tolerance level for the grouping of data points. This value is expressed as the fraction of the m/z value. This value, multiplied by the m/z value, becomes the cutoff level. The recommended value is the machine's nominal accuracy level. Divide the ppm value by 1e6. For FTMS, 1e-5 is recommended." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
44 <param name="baseline_correct" type="float" value="0" label="baseline_correct"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
45 help="After grouping the observations, the highest intensity in each group is found. If the highest is lower than this value, the entire group will be deleted. The default value is NA, in which case the program uses a percentile of the height of the noise groups. If given a value, the value will be used as the threshold, and baseline.correct.noise.percentile will be ignored." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
46 <param name="baseline_correct_noise_percentile" type="float" value="0.05"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
47 label="baseline_correct_noise_percentile"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
48 help="The percentile of signal strength of those EIC that don't pass the run filter, to be used as the baseline threshold of signal strength." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
49 <param name="intensity_weighted" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
50 label="intensity_weighted"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
51 help="Whether to weight the local density by signal intensities in initial peak detection." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
52 </section>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
53 </xml>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
54
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
55 <xml name="feature_detection">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
56 <section name="feature_detection" title="Feature detection">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
57 <param name="shape_model" type="select" display="radio"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
58 label="shape_model"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
59 help="The mathematical model for the shape of a peak. There are two choices - bi-Gaussian and Gaussian. When the peaks are asymmetric, the bi-Gaussian is better.">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
60 <option value="Gaussian">Gaussian</option>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
61 <option value="bi-Gaussian" selected="true">bi-Gaussian</option>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
62 </param>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
63 <param name="BIC_factor" type="float" value="2.0"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
64 label="BIC_factor"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
65 help="The factor that is multiplied on the number of parameters to modify the BIC criterion. If larger than 1, models with more peaks are penalized more." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
66 <param name="peak_estim_method" type="select" display="radio"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
67 label="peak_estim_method"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
68 help="The estimation method for the bi-Gaussian peak model. Two possible values: moment and EM.">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
69 <option value="moment" selected="true">Moment</option>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
70 <option value="EM">EM</option>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
71 </param>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
72 <param name="min_bandwidth" type="float" optional="true"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
73 label="min_bandwidth (optional)"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
74 help="The minimum bandwidth to use in the kernel smoother." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
75 <param name="max_bandwidth" type="float" optional="true"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
76 label="max_bandwidth (optional)"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
77 help="The maximum bandwidth to use in the kernel smoother." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
78 <param name="sd_cut_min" type="float" value="0.01"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
79 label="sd_cut_min"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
80 help="The minimum standard deviation of a feature to be not eliminated." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
81 <param name="sd_cut_max" type="float" value="500"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
82 label="sd_cut_max"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
83 help="The maximum standard deviation of a feature to be not eliminated." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
84 <param name="sigma_ratio_lim_min" type="float" value="0.01"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
85 label="sigma_ratio_lim_min"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
86 help="The lower limit of the believed ratio range between the left-standard deviation and the right-standard deviation of the bi-Gaussian function used to fit the data." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
87 <param name="sigma_ratio_lim_max" type="float" value="100"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
88 label="sigma_ratio_lim_max"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
89 help="The upper limit of the believed ratio range between the left-standard deviation and the right-standard deviation of the bi-Gaussian function used to fit the data." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
90 <param name="component_eliminate" type="float" value="0.01"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
91 label="component_eliminate"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
92 help="In fitting mixture of bi-Gaussian (or Gaussian) model of an EIC, when a component accounts for a proportion of intensities less than this value, the component will be ignored." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
93 <param name="moment_power" type="float" value="1"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
94 label="moment_power"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
95 help="The power parameter for data transformation when fitting the bi-Gaussian or Gaussian mixture model in an EIC." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
96 </section>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
97 </xml>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
98
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
99 <xml name="peak_alignment">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
100 <section name="peak_alignment" title="Peak Alignment">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
101 <param name="align_chr_tol" type="float" optional="true"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
102 label="align_chr_tol (optional)"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
103 help="The retention time tolerance level for peak alignment. The default is NA, which allows the program to search for the tolerance level based on the data." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
104 <param name="align_mz_tol" type="float" optional="true"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
105 label="align_mz_tol (optional)"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
106 help="The m/z tolerance level for peak alignment. The default is NA, which allows the program to search for the tolerance level based on the data. This value is expressed as the percentage of the m/z value. This value, multiplied by the m/z value, becomes the cutoff level." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
107 <param name="max_align_mz_diff" type="float" value="0.01"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
108 label="max_align_mz_diff"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
109 help="As the m/z tolerance is expressed in relative terms (ppm), it may not be suitable when the m/z range is wide. This parameter limits the tolerance in absolute terms. It mostly influences feature matching in higher m/z range." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
110 </section>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
111 </xml>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
112
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
113 <xml name="weak_signal_recovery">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
114 <section name="weak_signal_recovery" title="Weak Signal Recovery">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
115 <param name="recover_mz_range" type="float" optional="true"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
116 label="recover_mz_range (optional)"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
117 help="The m/z around the feature m/z to search for observations. The default value is NA, in which case 1.5 times the m/z tolerance in the aligned object will be used." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
118 <param name="recover_chr_range" type="float" optional="true"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
119 label="recover_chr_range (optional)"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
120 help="The retention time around the feature retention time to search for observations. The default value is NA, in which case 0.5 times the retention time tolerance in the aligned object will be used." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
121 <param name="use_observed_range" type="boolean" checked="true" truevalue="TRUE" falsevalue="FALSE"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
122 label="use_observed_range"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
123 help="If the value is true, the actual range of the observed locations of the feature in all the spectra will be used." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
124 <param name="recover_min_count" type="integer" value="3"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
125 label="recover_min_count"
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
126 help="The minimum number of raw data points to be considered as a true feature." />
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
127 </section>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
128 </xml>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
129
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
130 <token name="@GENERAL_HELP@">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
131 apLCMS is a software which generates a feature table from a batch of LC/MS spectra. The m/z and retention time
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
132 tolerance levels are estimated from the data. A run-filter is used to detect peaks and remove noise.
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
133 Non-parametric statistical methods are used to find-tune peak selection and grouping. After retention time
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
134 correction, a feature table is generated by aligning peaks across spectra. For further information on apLCMS
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
135 please refer to http://web1.sph.emory.edu/apLCMS.
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
136 </token>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
137
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
138 <xml name="citations">
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
139 <citations>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
140 <citation type="doi">10.1093/bioinformatics/btp291</citation>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
141 <citation type="doi">10.1186/1471-2105-11-559</citation>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
142 <citation type="doi">10.1021/pr301053d</citation>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
143 <citation type="doi">10.1093/bioinformatics/btu430</citation>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
144 </citations>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
145 </xml>
bfe186af3dca "planemo upload commit 40818fd30d8cf43485c215e7ce10c16757024957-dirty"
recetox
parents:
diff changeset
146 </macros>