35 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_SEEDLISTGENERATOR_H 36 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_SEEDLISTGENERATOR_H 74 void generateSeedList(
const PeakMap & experiment, SeedList & seeds);
84 void generateSeedList(std::vector<PeptideIdentification> & peptides,
85 SeedList & seeds,
bool use_peptide_mass =
false);
101 void convertSeedList(
const SeedList & seeds,
FeatureMap & features);
105 void convertSeedList(
const FeatureMap & features, SeedList & seeds);
111 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_SEEDLISTGENERATOR_H std::vector< DPosition< 2 > > SeedList
List of seed positions.
Definition: SeedListGenerator.h:62
A container for features.
Definition: FeatureMap.h:94
A container for consensus elements.
Definition: ConsensusMap.h:72
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Generate seed lists for feature detection.
Definition: SeedListGenerator.h:57
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:82
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:51