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
|
<HTML>
<HEAD>
<TITLE>ITRAQAnalyzer</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> ·
<A href="classes.html">Classes</A> ·
<A href="annotated.html">Annotated Classes</A> ·
<A href="modules.html">Modules</A> ·
<A href="functions_func.html">Members</A> ·
<A href="namespaces.html">Namespaces</A> ·
<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">ITRAQAnalyzer </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>Extracts and normalizes iTRAQ information from an MS experiment.</p>
<center> <table class="doxtable">
<tr>
<td align="center" bgcolor="#EBEBEB">pot. predecessor tools </td><td valign="middle" rowspan="3"><img class="formulaInl" alt="$ \longrightarrow $" src="form_91.png"/> ITRAQAnalyzer <img class="formulaInl" alt="$ \longrightarrow $" src="form_91.png"/> </td><td align="center" bgcolor="#EBEBEB">pot. successor tools </td></tr>
<tr>
<td valign="middle" align="center" rowspan="1"><a class="el" href="TOPP_FileConverter.html">FileConverter</a> </td><td valign="middle" align="center" rowspan="2"><a class="el" href="TOPP_IDMapper.html">IDMapper</a> </td></tr>
<tr>
<td valign="middle" align="center" rowspan="1"><a class="el" href="TOPP_FileFilter.html">FileFilter</a> </td></tr>
</table>
</center><p>Extract the iTRAQ reporter ion intensities (4plex or 8plex) from raw MS2 data, does isotope corrections and stores the resulting quantitation as consensusXML, where each consensus centroid corresponds to one iTRAQ MS2 scan (e.g., HCD). The position of the centroid is the precursor position, its sub-elements are the channels (thus having m/z's of 113-121).</p>
<p>Isotope correction is done using non-negative least squares (NNLS), i.e.,</p>
<p>Minimize ||Ax - b||, subject to x >= 0, where b is the vector of observed reporter intensities (with 'contaminating' isotope species), A is a correction matrix (as supplied by the manufacturer AB Sciex) and x is the desired vector of corrected (real) reporter intensities. Other software solves this problem using an inverse matrix multiplication, but this can yield entries in x which are negative. In a real sample, this solution cannot possibly be true, so usually negative values (= negative reporter intensities) are set to 0. However, a negative result usually means, that noise was not accounted for thus we use NNLS to get a non-negative solution, without the need to truncate negative values. In (the usual) case that inverse matrix multiplication yields only positive values, our NNLS will give the exact same optimal solution.</p>
<p>The correction matrices can be found (and changed) in the INI file. However, these matrices for both 4plex and 8plex are now stable, and every kit delivered should have the same isotope correction values. Thus, there should be no need to change them, but feel free to compare the values in the INI file with your kit's Certificate.</p>
<p>After this quantitation step, you might want to annotate the consensus elements with the respective identifications, obtained from an identification pipeline. Note that quantification is solely on peptide level at this stage. In order to obtain protein quantifications, you can try <a class="el" href="TOPP_TextExporter.html">TextExporter</a> to obtain a simple text format which you can feed to other software tools (e.g., R), or you can try <a class="el" href="TOPP_ProteinQuantifier.html">ProteinQuantifier</a>.</p>
<p><b>The command line parameters of this tool are:</b> </p>
<pre class="fragment">
ITRAQAnalyzer -- Calculates iTRAQ quantitative values for peptides
Version: 1.11.1 Nov 14 2013, 11:18:15, Revision: 11976
Usage:
ITRAQAnalyzer <options>
This tool has algoritm parameters that are not shown here! Please check the ini file for a detailed descripti
on or use the --helphelp option.
Options (mandatory options marked with '*'):
-type <mode> ITRAQ experiment type
(default: '4plex' valid: '4plex', '8plex')
-in <file>* Input raw/picked data file (valid formats: 'mzML')
-out <file>* Output consensusXML file with quantitative information (valid formats: 'consensusXML')
-out_stats <file> Output statistics as tab-separated file (readable by R or Excel or ...) (valid formats:
'tsv')
Common TOPP options:
-ini <file> Use the given TOPP INI file
-threads <n> Sets the number of threads allowed to be used by the TOPP tool (default: '1')
-write_ini <file> Writes the default configuration file
-id_pool <file> ID pool file to DocumentID's for all generated output files. Disabled by default. (Set
to 'main' to use /Users/aiche/dev/openms/openms-1.11.1/share/OpenMS/IDPool/IDPool.txt)
--help Shows options
--helphelp Shows all options (including advanced)
The following configuration subsections are valid:
- algorithm Algorithm parameters section
You can write an example INI file using the '-write_ini' option.
Documentation of subsection parameters can be found in the doxygen documentation or the INIFileEditor.
Have a look at the OpenMS documentation for more information.
</pre><p> <b>INI file documentation of this tool:</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">+ITRAQAnalyzer</span><span class="node_description">Calculates iTRAQ quantitative values for peptides</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 'ITRAQAnalyzer'</span></div>
<div class="item"><span class="item_name" style="padding-left:24px;">type</span><span class="item_value">4plex</span>
<span class="item_description">iTRAQ experiment type<br></span><span class="item_tags"></span><span class="item_restrictions">4plex,8plex</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 raw/picked data file </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;">out</span><span class="item_value"></span>
<span class="item_description">output consensusXML file with quantitative information</span><span class="item_tags">output file</span><span class="item_restrictions">*.consensusXML</span></div> <div class="item item_advanced"><span class="item_name" style="padding-left:24px;">out_mzq</span><span class="item_value"></span>
<span class="item_description">Optional output file of MzQuantML.</span><span class="item_tags">output file</span><span class="item_restrictions">*.mzq</span></div> <div class="item"><span class="item_name" style="padding-left:24px;">out_stats</span><span class="item_value"></span>
<span class="item_description">output statistics as tab-separated file (readable by R or Excel or ...)</span><span class="item_tags">output file</span><span class="item_restrictions">*.tsv</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"><span class="item_name" style="padding-left:24px;">id_pool</span><span class="item_value"></span>
<span class="item_description">ID pool file to DocumentID's for all generated output files. Disabled by default. (Set to 'main' to use /Users/aiche/dev/openms/openms-1.11.1/share/OpenMS/IDPool/IDPool.txt)</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;">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">+++algorithm</span><span class="node_description">Algorithm parameters section</span></div>
<div class="node"><span class="node_name">++++Extraction</span><span class="node_description"></span></div>
<div class="item"><span class="item_name" style="padding-left:40px;">select_activation</span><span class="item_value">High-energy collision-induced dissociation</span>
<span class="item_description">Operate only on MSn scans where any of its precursors features a certain activation method (usually HCD for iTRAQ). Set to empty string if you want to disable filtering.</span><span class="item_tags"></span><span class="item_restrictions">Collision-induced dissociation,Post-source decay,Plasma desorption,Surface-induced dissociation,Blackbody infrared radiative dissociation,Electron capture dissociation,Infrared multiphoton dissociation,Sustained off-resonance irradiation,High-energy collision-induced dissociation,Low-energy collision-induced dissociation,Photodissociation,Electron transfer dissociation,</span></div> <div class="item"><span class="item_name" style="padding-left:40px;">reporter_mass_shift</span><span class="item_value">0.1</span>
<span class="item_description">Allowed shift (left to right) in Da from the expected position.</span><span class="item_tags"></span><span class="item_restrictions">1e-08:0.5</span></div> <div class="item"><span class="item_name" style="padding-left:40px;">channel_active</span><span class="item_value">[114:liver, 117:lung]</span>
<span class="item_description">Each channel that was used in the experiment and its description (114-117 for 4plex; 113-121 for 8-plex) in format <channel>:<name>, e.g. "114:myref","115:liver".</span><span class="item_tags"></span><span class="item_restrictions"> </span></div> <div class="node"><span class="node_name">++++Quantification</span><span class="node_description"></span></div>
<div class="item item_advanced"><span class="item_name" style="padding-left:40px;">isotope_correction</span><span class="item_value">true</span>
<span class="item_description">Enable isotope correction (highly recommended).</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:40px;">do_normalization</span><span class="item_value">false</span>
<span class="item_description">Normalize channels? Done by using the Median of Ratios (every channel / Reference). Also the ratio of medians (from any channel and reference) is provided as control measure!</span><span class="item_tags"></span><span class="item_restrictions">true,false</span></div> <div class="item"><span class="item_name" style="padding-left:40px;">channel_reference</span><span class="item_value">114</span>
<span class="item_description">Number of the reference channel (114-117 for 4plex).</span><span class="item_tags"></span><span class="item_restrictions">114:117</span></div> <div class="node"><span class="node_name">+++++isotope_correction</span><span class="node_description">Isotope correction matrices for 4plex and 8plex. Only one of them will be used (depending on iTRAQ mode).</span></div>
<div class="item item_advanced"><span class="item_name" style="padding-left:48px;">4plex</span><span class="item_value">[114:0/1/5.9/0.2, 115:0/2/5.6/0.1, 116:0/3/4.5/0.1, 117:0.1/4/3.5/0.1]</span>
<span class="item_description">Override default values (see Documentation); use the following format: <channel>:<-2Da>/<-1Da>/<+1Da>/<+2Da> ; e.g. '114:0/0.3/4/0' , '116:0.1/0.3/3/0.2'.</span><span class="item_tags"></span><span class="item_restrictions"> </span></div> <div class="item item_advanced"><span class="item_name" style="padding-left:48px;">8plex</span><span class="item_value">[113:0/0/6.89/0.22, 114:0/0.94/5.9/0.16, 115:0/1.88/4.9/0.1, 116:0/2.82/3.9/0.07, 117:0.06/3.77/2.99/0, 118:0.09/4.71/1.88/0, 119:0.14/5.66/0.87/0, 121:0.27/7.44/0.18/0]</span>
<span class="item_description">Override default values (see Documentation); use the following format: <channel>:<-2Da>/<-1Da>/<+1Da>/<+2Da> ; e.g. '114:0/0.3/4/0' , '116:0.1/0.3/3/0.2'.</span><span class="item_tags"></span><span class="item_restrictions"> </span></div> <div class="node"><span class="node_name">++++MetaInformation</span><span class="node_description"></span></div>
<div class="item item_advanced"><span class="item_name" style="padding-left:40px;">Program</span><span class="item_value">OpenMS::ITRAQAnalyzer</span>
<span class="item_description"></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>
|