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
|
<HTML>
<HEAD>
<TITLE>Consensus peptide identification</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">Consensus peptide identification </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><b>Goal:</b> Use several identification engines in order to compute a consensus identification for a HPLC-MS\MS experiment.</p>
<p>OpenMS offers adapters for the following commercial and free peptide identification engines: Sequest, Mascot, OMSSA, PepNovo, XTandem and Inspect.<br/>
The adapters allow setting the input parameters and data for the identification engine and return the result in the OpenMS idXML format.</p>
<p>In order to improve the identification accuracy, several identification engines can be used and a consensus identification can be calculated from the results. The image below shows an example where Mascot and OMSSA results are fed to the <b>ConsensusID</b> tool (ConsensusID is currently usable for Mascot, OMSSA and XTandem).</p>
<div class="image">
<img src="TOPP_consensus_id.png" alt="TOPP_consensus_id.png"/>
</div>
<p><b>Goal:</b> Combine quantitation and identification results.</p>
<p>Protein/peptide identifications can be annotated to quantitation results (featureXML, conensusXML) by the <b>IDMapper</b> tool. The combined results can then be exported by the <b>TextExporter</b> tool: <a class="el" href="TOPP_example_convert.html">Conversion between OpenMS XML formats and text formats</a> . </p>
</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:25 using doxygen 1.8.5</font></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|