A single SILAC point. More...
#include <OpenMS/FILTERING/DATAREDUCTION/SILACPoint.h>
Public Member Functions | |
| SILACPoint () | |
Public Attributes | |
| DoubleReal | mz |
| m/z value of the element | |
| DoubleReal | rt |
| RT value of the element. | |
| std::vector< std::vector < DoubleReal > > | mz_positions |
| exact m/z positions at which the intensities are read | |
| std::vector< std::vector < DoubleReal > > | intensities |
| intensities at RT and the exact m/z positions | |
| std::vector< DoubleReal > | mass_shifts |
| mass shifts [Da] used in the filter | |
| Int | charge |
| charge of the cluster (i.e. peptide) which the data point is part of | |
| Int | isotopes_per_peptide |
| number of isotopes per peptide of the cluster | |
| DoubleReal | quality |
| quality of the cluster | |
A single SILAC point.
| SILACPoint | ( | ) | [inline] |
| std::vector<std::vector<DoubleReal> > intensities |
intensities at RT and the exact m/z positions
number of isotopes per peptide of the cluster
| std::vector<DoubleReal> mass_shifts |
mass shifts [Da] used in the filter
m/z value of the element
| std::vector<std::vector<DoubleReal> > mz_positions |
exact m/z positions at which the intensities are read
quality of the cluster
RT value of the element.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:53 using doxygen 1.7.1 |