Stores information about an isotopic cluster (i.e. potential peptide charge variants). More...
#include <OpenMS/DATASTRUCTURES/IsotopeCluster.h>
Classes | |
| struct | ChargedIndexSet |
| index set with associated charge estimate More... | |
Public Types | |
| typedef std::pair< Size, Size > | IndexPair |
| An index e.g. in an MSExperiment. | |
| typedef std::set< IndexPair > | IndexSet |
| A set of index pairs, usually referring to an MSExperiment. | |
Public Member Functions | |
| IsotopeCluster () | |
Public Attributes | |
| ChargedIndexSet | peaks |
| peaks in this cluster | |
| std::vector< Size > | scans |
| the scans of this cluster | |
Stores information about an isotopic cluster (i.e. potential peptide charge variants).
An index e.g. in an MSExperiment.
A set of index pairs, usually referring to an MSExperiment.
| IsotopeCluster | ( | ) | [inline] |
peaks in this cluster
Referenced by TwoDOptimization::optimize().
the scans of this cluster
Referenced by TwoDOptimization::optimize().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:52 using doxygen 1.7.1 |