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
|
<HTML>
<HEAD>
<TITLE>Mass spectrometry terms</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">Mass spectrometry terms </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>The following terms for MS-related data are used in this tutorial and the OpenMS class documentation:</p>
<ul>
<li><b>raw data point</b> <br/>
An unprocessed data point as measured by the instrument.</li>
<li><b>peak</b> <br/>
Data point that is the result of some kind of peak detection algorithm. Peaks are often referred to as <em>sticks</em> or <em>centroided</em> <em>data</em> as well.</li>
<li><p class="startli"><b>spectrum / scan</b> <br/>
A mass spectrum containing raw data points (<em>raw</em> <em>spectrum</em>) or peaks (<em>peak</em> <em>spectrum</em>).</p>
<div class="image">
<img src="Terms_Spectrum.png" alt="Terms_Spectrum.png"/>
<div class="caption">
Part of a raw spectrum (blue) with three peaks (red)</div></div>
</li>
<li><b>map</b> <br/>
A collection of spectra generated by a HPLC-MS experiment. Depending on what kinds of spectra are contained, we use the terms <em>raw</em> <em>map</em> or <em>peak</em> <em>map</em>. Often a map is also referred to as an <em>experiment</em>.</li>
<li><p class="startli"><b>feature</b> <br/>
The signal caused by a chemical entity detected in an HPLC-MS experiment, typically a peptide.</p>
<div class="image">
<img src="Terms_Map.png" alt="Terms_Map.png"/>
<div class="caption">
Peak map with a marked feature (red)</div></div>
</li>
</ul>
</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>
|