121 void getIdentifications(std::vector<ProteinIdentification>& proteins, std::vector<PeptideIdentification>& peptides)
const;
129 void getMS2Identifications(std::vector<ProteinIdentification>& proteins, std::vector<PeptideIdentification>& peptides)
const;
Abstract base class for all kinds of labeling techniques.
Definition: BaseLabeler.h:51
A container for consensus elements.
Definition: ConsensusMap.h:88
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:93
A container for features.
Definition: FeatureMap.h:105
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:80
Central class for simulation of mass spectrometry experiments.
Definition: MSSim.h:71
MSSim()
Default constructor.
const SimTypes::FeatureMapSim & getContaminants() const
Access the contaminants feature map of simulated features.
void simulate(SimTypes::MutableSimRandomNumberGeneratorPtr rnd_gen, SimTypes::SampleChannels &peptides)
General purpose function to simulate a mass spectrometry run.
ConsensusMap & getChargeConsensus()
Access the charge consensus map of simulated features.
Param getParameters() const
Returns the default parameters for simulation including the labeling technique with name labeling_nam...
void getMS2Identifications(std::vector< ProteinIdentification > &proteins, std::vector< PeptideIdentification > &peptides) const
Access the simulated MS2 identifications (proteins and peptides)
SimTypes::FeatureMapSim contaminants_map_
Holds the ground-truth on generated contaminants.
Definition: MSSim.h:166
void syncParams_(Param &p, bool to_outer)
handle global params
SimTypes::MSSimExperiment experiment_
Holds the simulated data.
Definition: MSSim.h:154
BaseLabeler * labeler_
Labeling functionality.
Definition: MSSim.h:169
const SimTypes::FeatureMapSim & getSimulatedFeatures() const
Access the simulated features.
~MSSim() override
Destructor.
const SimTypes::MSSimExperiment & getPeakMap() const
Access the picked (centroided) experiment.
ConsensusMap consensus_map_
Holds consensus ground-truth about the charge associations.
Definition: MSSim.h:163
void getIdentifications(std::vector< ProteinIdentification > &proteins, std::vector< PeptideIdentification > &peptides) const
Access the simulated identifications (proteins and peptides)
ConsensusMap & getLabelingConsensus()
Access the labeling consensus map of simulated features.
const SimTypes::MSSimExperiment & getExperiment() const
Access the simulated experiment.
void updateMembers_() override
Synchronize members with param class.
SimTypes::MSSimExperiment peak_map_
Holds the ground-truth on generated peaks positions and intensities.
Definition: MSSim.h:157
void getFeatureIdentifications(std::vector< ProteinIdentification > &proteins, std::vector< PeptideIdentification > &peptides) const
Access the simulated identifications (proteins and peptides) from feature annotations.
SimTypes::FeatureMapSimVector feature_maps_
Holds the ground-truth on generated features.
Definition: MSSim.h:160
void createFeatureMap_(const SimTypes::SampleProteins &peptides, SimTypes::FeatureMapSim &features, Size map_index)
Convert a list of peptides with given abundance values into a FeatureMap.
Management and storage of parameters / INI files.
Definition: Param.h:70
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:55
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
boost::shared_ptr< SimRandomNumberGenerator > MutableSimRandomNumberGeneratorPtr
Definition: SimTypes.h:174
std::vector< FeatureMapSim > FeatureMapSimVector
Sim FeatureMap Vector.
Definition: SimTypes.h:99
std::vector< SampleProteins > SampleChannels
Container for multiple channels of SampleProteins.
Definition: SimTypes.h:93
std::vector< SimProtein > SampleProteins
Container for FASTAEntry & abundance information.
Definition: SimTypes.h:90
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47