|
OpenMS
2.6.0
|
Go to the documentation of this file.
42 class PeptideIdentification;
72 virtual void generateCandidates(std::vector<PeptideIdentification> & candidates,
const std::vector<std::vector<DeNovoIonScoring::IonScore> > & ion_scores,
const PeakMap & exp) = 0;
void setProgress(SignedSize value) const
Sets the current progress.
Base class for TOPP applications.
Definition: TOPPBase.h:144
void sortSpectra(bool sort_mz=true)
Sorts the data points by retention time.
void store(const String &filename, const PeakMap &map) const
Stores a map in an MzML file.
File adapter for MzML files.
Definition: MzMLFile.h:55
A more convenient string class.
Definition: String.h:59
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Base class for ion scoring implementation for de novo algorithms.
Definition: DeNovoAlgorithm.h:51
void startProgress(SignedSize begin, SignedSize end, const String &label) const
Initializes the progress display.
void endProgress() const
Ends the progress display.
Size size() const
Definition: MSExperiment.h:127
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
void load(const String &filename, PeakMap &map)
Loads a map from a MzML file. Spectra and chromatograms are sorted by default (this can be disabled u...
int main(int argc, const char **argv)
Definition: INIFileEditor.cpp:73
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:62
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
void setLogType(LogType type) const
Sets the progress log that should be used. The default type is NONE!