#include <vector>#include <utility>#include <map>#include <OpenMS/KERNEL/Peak2D.h>#include <OpenMS/KERNEL/RichPeak1D.h>#include <OpenMS/CHEMISTRY/AASequence.h>#include <OpenMS/KERNEL/FeatureMap.h>#include <OpenMS/KERNEL/MSExperiment.h>#include <OpenMS/FORMAT/FASTAFile.h>#include <OpenMS/ANALYSIS/QUANTITATION/ItraqConstants.h>#include <OpenMS/METADATA/MetaInfoInterface.h>#include <gsl/gsl_rng.h>#include <gsl/gsl_randist.h>Go to the source code of this file.
Classes | |
| struct | SimRandomNumberGenerator |
| Wrapper class for random number generators used by the simulation classes. More... | |
Namespaces | |
| namespace | OpenMS |
Main OpenMS namespace. | |
Typedefs | |
| typedef Peak2D::CoordinateType | SimCoordinateType |
| Coordinate type in mz and rt dimension. | |
| typedef Peak2D::IntensityType | SimIntensityType |
| Abundance of proteins/peptides. | |
| typedef Feature::ChargeType | SimChargeType |
| Charge of a peptide. | |
| typedef Peak1D | SimPointType |
| Raw data point. | |
| typedef std::vector< std::pair < FASTAFile::FASTAEntry, MetaInfoInterface > > | SampleProteins |
| Container for FASTAEntry & abundance information. | |
| typedef std::vector < SampleProteins > | SampleChannels |
| Container for multiple channels of SampleProteins. | |
| typedef FeatureMap | FeatureMapSim |
| Sim FeatureMap. | |
| typedef std::vector < FeatureMapSim > | FeatureMapSimVector |
| Sim FeatureMap Vector. | |
| typedef MSExperiment < SimPointType > | MSSimExperiment |
| Sim MSExperiment type. | |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:47 using doxygen 1.7.1 |