Simple class to store permutations and a score.
Definition: CompNovoIdentificationBase.h:187
run with CompNovoIdentificationBase
Definition: CompNovoIdentificationBase.h:59
run with CompNovoIdentification
Definition: CompNovoIdentification.h:56
void reducePermuts_(std::set< String > &permuts, const PeakSpectrum &CID_orig_spec, const PeakSpectrum &ETD_orig_spec, double prefix, double suffix)
reduces the given number of permuts by scoring the permutations to the CID and ETD spec
CompNovoIdentificationBase::Permut Permut
Definition: CompNovoIdentification.h:89
CompNovoIonScoringBase::IonScore IonScore
Definition: CompNovoIdentification.h:88
CompNovoIdentification()
default constructor
~CompNovoIdentification() override
destructor
void getIdentification(PeptideIdentification &id, const PeakSpectrum &CID_spec, const PeakSpectrum &ETD_spec)
performs an ProteinIdentification run on a PeakSpectrum
CompNovoIonScoringBase::IsotopeType IsotopeType
Definition: CompNovoIdentification.h:87
void getIdentifications(std::vector< PeptideIdentification > &ids, const PeakMap &exp) override
performs an ProteinIdentification run on a PeakMap
CompNovoIdentification(const CompNovoIdentification &source)
copy constructor
double estimatePrecursorWeight_(const PeakSpectrum &ETD_spec, Size &charge)
estimates an exact precursor weight of the ETD spectrum, because in most of the cases the precursor i...
CompNovoIdentification & operator=(const CompNovoIdentification &source)
void getDecompositionsDAC_(std::set< String > &sequences, Size left, Size right, double peptide_weight, const PeakSpectrum &CID_orig_spec, const PeakSpectrum &ETD_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