File: TOPP_OpenSwathChromatogramExtractor.html

package info (click to toggle)
openms 1.11.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436,688 kB
  • ctags: 150,907
  • sloc: cpp: 387,126; xml: 71,547; python: 7,764; ansic: 2,626; php: 2,499; sql: 737; ruby: 342; sh: 325; makefile: 128
file content (122 lines) | stat: -rw-r--r-- 13,884 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<HTML>
<HEAD>
<TITLE>OpenSwathChromatogramExtractor</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
<LINK HREF="style_ini.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<A href="index.html">Home</A> &nbsp;&middot;
<A href="classes.html">Classes</A> &nbsp;&middot;
<A href="annotated.html">Annotated Classes</A> &nbsp;&middot;
<A href="modules.html">Modules</A> &nbsp;&middot;
<A href="functions_func.html">Members</A> &nbsp;&middot;
<A href="namespaces.html">Namespaces</A> &nbsp;&middot;
<A href="pages.html">Related Pages</A>
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<!-- Generated by Doxygen 1.8.5 -->
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">OpenSwathChromatogramExtractor </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>Extracts chromatograms (XICs) from a file containing spectra.</p>
<center> <table class="doxtable">
<tr>
<td align="center" bgcolor="#EBEBEB">potential predecessor tools  </td><td valign="middle" rowspan="2"><img class="formulaInl" alt="$ \longrightarrow $" src="form_91.png"/> OpenSwathChromatogramExtractor <img class="formulaInl" alt="$ \longrightarrow $" src="form_91.png"/> </td><td align="center" bgcolor="#EBEBEB">potential successor tools   </td></tr>
<tr>
<td valign="middle" align="center" rowspan="1"><a class="el" href="TOPP_FileFilter.html">FileFilter</a>  </td><td valign="middle" align="center" rowspan="1"><a class="el" href="TOPP_OpenSwathAnalyzer.html">OpenSwathAnalyzer</a>   </td></tr>
</table>
</center><p>This module extracts ion traces (extracted ion chromatograms or XICs) from a file containing spectra. The masses at which the chromatograms should be extracted are stored in a TraML file and the result is stored in a mzML file holding chromatograms. This tool is designed to extract chromatogams from SWATH (data independent acquisition) data (see ref[1]), thus it will extract the masses found in the product ion section of the TraML transitions, returning as many chromatograms as input transitions were provided.</p>
<p>For SWATH data, the "is_swath" flag which will check the precursor isolation window of the first scan and assume all scans in that file were recorded with this precursor window (thus making it necessary to provide one input file per SWATH window). The module will then only extract transitions whose precursors fall into the corresponding isolation window.</p>
<p>For the extraction method, two convolution functions are available: top-hat and bartlett. While top-hat will just sum up the signal within a quadratic window, bartlett will weigh the signal in the center of the window more than the signal on the edge.</p>
<p>[1] Gillet LC, Navarro P, Tate S, Röst H, Selevsek N, Reiter L, Bonner R, Aebersold R. <br/>
<a href="http://dx.doi.org/10.1074/mcp.O111.016717">Targeted data extraction of the MS/MS spectra generated by data-independent acquisition: a new concept for consistent and accurate proteome analysis. </a> <br/>
Mol Cell Proteomics. 2012 Jun;11(6):O111.016717.</p>
<p><b>The command line parameters of this tool are:</b> </p>
<pre class="fragment">
OpenSwathChromatogramExtractor -- Extract chromatograms (XIC) from a MS2 map file.
Version: 1.11.1 Nov 14 2013, 11:18:15, Revision: 11976

Usage:
  OpenSwathChromatogramExtractor &lt;options&gt;

Options (mandatory options marked with '*'):
  -in &lt;files&gt;*                      Input files separated by blank (valid formats: 'mzML')
  -tr &lt;file&gt;*                       Transition file ('TraML' or 'csv') (valid formats: 'csv', 'traML')
  -rt_norm &lt;file&gt;                   RT normalization file (how to map the RTs of this run to the ones stored 
                                    in the library) (valid formats: 'trafoXML')
  -out &lt;file&gt;*                      Output file (valid formats: 'mzML')
  -min_upper_edge_dist &lt;double&gt;     Minimal distance to the edge to still consider a precursor, in Thomson 
                                    (default: '0')
  -extraction_window &lt;double&gt;       Extraction window used (in Thomson, to use ppm see -ppm flag) (default: 
                                    '0.05' min: '0')
  -rt_extraction_window &lt;double&gt;    Only extract RT around this value (-1 means extract over the whole range,
                                    a value of 500 means to extract around +/- 500 s of the expected elution
                                    ). (default: '-1')
  -is_swath                         Set this flag if the data is SWATH data
  -ppm                              Extraction_window is in ppm
  -extraction_function &lt;name&gt;       Function used to extract the signal (default: 'tophat' valid: 'tophat', 
                                    'bartlett')

Options to control the modeling of retention time transformations from data:
  -model:type &lt;name&gt;                Type of model (default: 'linear' valid: 'linear', 'b_spline', 'interpolat
                                    ed')
  -model:symmetric_regression       Only for 'linear' model: Perform linear regression on 'y - x' vs. 'y + 
                                    x', instead of on 'y' vs. 'x'.
  -model:num_breakpoints &lt;number&gt;   Only for 'b_spline' model: Number of breakpoints of the cubic spline in 
                                    the smoothing step. The breakpoints are spaced uniformly on the retention
                                    time interval. More breakpoints mean less smoothing. Reduce this number
                                    if the transformation has an unexpected shape. (default: '5' min: '2')
  -model:interpolation_type &lt;name&gt;  Only for 'interpolated' model: Type of interpolation to apply. (default: 
                                    'cspline')

                                    
Common TOPP options:
  -ini &lt;file&gt;                       Use the given TOPP INI file
  -threads &lt;n&gt;                      Sets the number of threads allowed to be used by the TOPP tool (default: 
                                    '1')
  -write_ini &lt;file&gt;                 Writes the default configuration file
  --help                            Shows options
  --helphelp                        Shows all options (including advanced)

</pre><p><b>The algorithm parameters for the Analyzer filter are:</b> <div class="ini_global">
<div class="legend">
<b>Legend:</b><br>
 <div class="item item_required">required parameter</div>
 <div class="item item_advanced">advanced parameter</div>
</div>
  <div class="node"><span class="node_name">+OpenSwathChromatogramExtractor</span><span class="node_description">Extract chromatograms (XIC) from a MS2 map file.</span></div>
    <div class="item item_advanced"><span class="item_name" style="padding-left:16px;">version</span><span class="item_value">1.11.1</span>
<span class="item_description">Version of the tool that generated this parameters file.</span><span class="item_tags"></span><span class="item_restrictions"> </span></div>    <div class="node"><span class="node_name">++1</span><span class="node_description">Instance '1' section for 'OpenSwathChromatogramExtractor'</span></div>
      <div class="item"><span class="item_name item_required" style="padding-left:24px;">in</span><span class="item_value">[]</span>
<span class="item_description">Input files separated by blank</span><span class="item_tags">input file</span><span class="item_restrictions">*.mzML</span></div>      <div class="item"><span class="item_name item_required" style="padding-left:24px;">tr</span><span class="item_value"></span>
<span class="item_description">transition file ('TraML' or 'csv')</span><span class="item_tags">input file</span><span class="item_restrictions">*.csv,*.traML</span></div>      <div class="item"><span class="item_name" style="padding-left:24px;">rt_norm</span><span class="item_value"></span>
<span class="item_description">RT normalization file (how to map the RTs of this run to the ones stored in the library)</span><span class="item_tags">input file</span><span class="item_restrictions">*.trafoXML</span></div>      <div class="item"><span class="item_name item_required" style="padding-left:24px;">out</span><span class="item_value"></span>
<span class="item_description">output file</span><span class="item_tags">output file</span><span class="item_restrictions">*.mzML</span></div>      <div class="item"><span class="item_name" style="padding-left:24px;">min_upper_edge_dist</span><span class="item_value">0</span>
<span class="item_description">Minimal distance to the edge to still consider a precursor, in Thomson</span><span class="item_tags"></span><span class="item_restrictions"> </span></div>      <div class="item"><span class="item_name" style="padding-left:24px;">extraction_window</span><span class="item_value">0.05</span>
<span class="item_description">Extraction window used (in Thomson, to use ppm see -ppm flag)</span><span class="item_tags"></span><span class="item_restrictions">0:&#8734;</span></div>      <div class="item"><span class="item_name" style="padding-left:24px;">rt_extraction_window</span><span class="item_value">-1</span>
<span class="item_description">Only extract RT around this value (-1 means extract over the whole range, a value of 500 means to extract around +/- 500 s of the expected elution).</span><span class="item_tags"></span><span class="item_restrictions"> </span></div>      <div class="item"><span class="item_name" style="padding-left:24px;">is_swath</span><span class="item_value">false</span>
<span class="item_description">Set this flag if the data is SWATH data</span><span class="item_tags"></span><span class="item_restrictions">true,false</span></div>      <div class="item"><span class="item_name" style="padding-left:24px;">ppm</span><span class="item_value">false</span>
<span class="item_description">extraction_window is in ppm</span><span class="item_tags"></span><span class="item_restrictions">true,false</span></div>      <div class="item"><span class="item_name" style="padding-left:24px;">extraction_function</span><span class="item_value">tophat</span>
<span class="item_description">Function used to extract the signal</span><span class="item_tags"></span><span class="item_restrictions">tophat,bartlett</span></div>      <div class="item item_advanced"><span class="item_name" style="padding-left:24px;">log</span><span class="item_value"></span>
<span class="item_description">Name of log file (created only when specified)</span><span class="item_tags"></span><span class="item_restrictions"> </span></div>      <div class="item item_advanced"><span class="item_name" style="padding-left:24px;">debug</span><span class="item_value">0</span>
<span class="item_description">Sets the debug level</span><span class="item_tags"></span><span class="item_restrictions"> </span></div>      <div class="item"><span class="item_name" style="padding-left:24px;">threads</span><span class="item_value">1</span>
<span class="item_description">Sets the number of threads allowed to be used by the TOPP tool</span><span class="item_tags"></span><span class="item_restrictions"> </span></div>      <div class="item item_advanced"><span class="item_name" style="padding-left:24px;">no_progress</span><span class="item_value">false</span>
<span class="item_description">Disables progress logging to command line</span><span class="item_tags"></span><span class="item_restrictions">true,false</span></div>      <div class="item item_advanced"><span class="item_name" style="padding-left:24px;">test</span><span class="item_value">false</span>
<span class="item_description">Enables the test mode (needed for internal use only)</span><span class="item_tags"></span><span class="item_restrictions">true,false</span></div>      <div class="node"><span class="node_name">+++model</span><span class="node_description">Options to control the modeling of retention time transformations from data</span></div>
        <div class="item"><span class="item_name" style="padding-left:32px;">type</span><span class="item_value">linear</span>
<span class="item_description">Type of model</span><span class="item_tags"></span><span class="item_restrictions">linear,b_spline,interpolated</span></div>        <div class="item"><span class="item_name" style="padding-left:32px;">symmetric_regression</span><span class="item_value">false</span>
<span class="item_description">Only for 'linear' model: Perform linear regression on 'y - x' vs. 'y + x', instead of on 'y' vs. 'x'.</span><span class="item_tags"></span><span class="item_restrictions">true,false</span></div>        <div class="item"><span class="item_name" style="padding-left:32px;">num_breakpoints</span><span class="item_value">5</span>
<span class="item_description">Only for 'b_spline' model: Number of breakpoints of the cubic spline in the smoothing step. The breakpoints are spaced uniformly on the retention time interval. More breakpoints mean less smoothing. Reduce this number if the transformation has an unexpected shape.</span><span class="item_tags"></span><span class="item_restrictions">2:&#8734;</span></div>        <div class="item"><span class="item_name" style="padding-left:32px;">interpolation_type</span><span class="item_value">cspline</span>
<span class="item_description">Only for 'interpolated' model: Type of interpolation to apply.</span><span class="item_tags"></span><span class="item_restrictions"> </span></div></div>
 </div></div><!-- contents -->
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<TABLE width="100%" border="0">
<TR>
<TD><font color="#c0c0c0">OpenMS / TOPP release 1.11.1</font></TD>
<TD align="right"><font color="#c0c0c0">Documentation generated on Thu Nov 14 2013 11:19:24 using doxygen 1.8.5</font></TD>
</TR>
</TABLE>
</BODY>
</HTML>