Simple class to store permutations and a score.
Definition: CompNovoIdentificationBase.h:187
run with CompNovoIdentificationBase
Definition: CompNovoIdentificationBase.h:59
run with CompNovoIdentificationCID
Definition: CompNovoIdentificationCID.h:55
CompNovoIdentificationCID()
default constructor
void getDecompositionsDAC_(std::set< String > &sequences, Size left, Size right, double peptide_weight, const PeakSpectrum &CID_orig_spec, Map< double, IonScore > &CID_nodes)
call the DAC algorithm for the subspectrum defined via left and right peaks and fill the set with can...
CompNovoIdentificationCID(const CompNovoIdentificationCID &source)
copy constructor
void getIdentification(PeptideIdentification &id, const PeakSpectrum &CID_spec)
performs an ProteinIdentification run on a PeakSpectrum
CompNovoIdentificationBase::Permut Permut
Definition: CompNovoIdentificationCID.h:88
CompNovoIonScoringBase::IonScore IonScore
Definition: CompNovoIdentificationCID.h:87
double precursor_mass_tolerance_
Definition: CompNovoIdentificationCID.h:100
void updateMembers_() override
update members method from DefaultParamHandler to update the members
CompNovoIonScoringBase::IsotopeType IsotopeType
Definition: CompNovoIdentificationCID.h:86
void getIdentifications(std::vector< PeptideIdentification > &ids, const PeakMap &exp) override
performs an ProteinIdentification run on a PeakMap
void reducePermuts_(std::set< String > &permuts, const PeakSpectrum &CID_orig_spec, double prefix, double suffix)
reduces the given number of permuts by scoring the permutations to the CID and ETD spec
~CompNovoIdentificationCID() override
destructor
CompNovoIdentificationCID & operator=(const CompNovoIdentificationCID &source)
IsotopeType
Definition: CompNovoIonScoringBase.h:60
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:80
The representation of a 1D spectrum.
Definition: MSSpectrum.h:71
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:52
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:65
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Definition: CompNovoIonScoringBase.h:67