annotate feature_finder_isotope_wavelet.xml @ 6:42b843627623 draft default tip

Uploaded
author galaxyp
date Fri, 21 Jun 2013 17:01:53 -0400
parents cf0d72c7b482
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
1 <tool id="openms_feature_finder_isotope_wavelet" version="0.1.0" name="Feature Finder (Isotope Wavelet)">
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
2 <description>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
3 The feature detection application for quantitation.
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
4 </description>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
5 <macros>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
6 <import>macros.xml</import>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
7 </macros>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
8 <expand macro="stdio" />
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
9 <expand macro="requires" />
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
10 <command interpreter="python">
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
11 openms_wrapper.py --executable 'FeatureFinderIsotopeWavelet' --config $config
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
12 </command>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
13 <configfiles>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
14 <configfile name="config">[simple_options]
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
15 in=$input1
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
16 out=$output
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
17 </configfile>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
18 </configfiles>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
19 <inputs>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
20 <param name="input1" label="mzML Input" type="data" format="mzml" />
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
21 </inputs>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
22 <outputs>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
23 <data format="featurexml" name="output" />
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
24 </outputs>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
25 <help>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
26 **What it does**
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
27
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
28 This module identifies "features" in a LC/MS map. By feature, we understand a peptide in a MS sample that reveals a characteristic isotope distribution. The algorithm computes positions in rt and m/z dimension and a charge estimate of each peptide.
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
29
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
30 The algorithm identifies pronounced regions of the data around so-called seeds. In the next step, we iteratively fit a model of the isotope profile and the retention time to these data points. Data points with a low probability under this model are removed from the feature region. The intensity of the feature is then given by the sum of the data points included in its regions.
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
31
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
32 Note:
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
33 that the wavelet transform is very slow on high-resolution spectra (i.e. FT, Orbitrap). We recommend to use a noise or intensity filter to remove spurious points first and to speed-up the feature detection process.
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
34
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
35 **Citation**
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
36
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
37 For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
38
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
39 If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
40 </help>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
41 </tool>