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:56
CompNovoIdentificationCID()
default constructor
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:89
CompNovoIonScoringBase::IonScore IonScore
Definition: CompNovoIdentificationCID.h:88
double precursor_mass_tolerance_
Definition: CompNovoIdentificationCID.h:101
void updateMembers_() override
update members method from DefaultParamHandler to update the members
CompNovoIonScoringBase::IsotopeType IsotopeType
Definition: CompNovoIdentificationCID.h:87
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)
void getDecompositionsDAC_(std::set< String > &sequences, Size left, Size right, double peptide_weight, const PeakSpectrum &CID_orig_spec, std::map< double, IonScore > &CID_nodes)
call the DAC algorithm for the subspectrum defined via left and right peaks and fill the set with can...
IsotopeType
Definition: CompNovoIonScoringBase.h:61
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:72
The representation of a 1D spectrum.
Definition: MSSpectrum.h:70
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
static String suffix(const String &this_s, size_t length)
Definition: StringUtilsSimple.h:156
static String prefix(const String &this_s, size_t length)
Definition: StringUtilsSimple.h:147
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:48
Definition: CompNovoIonScoringBase.h:68