57 SeedList & seeds,
bool use_peptide_mass =
false);
69 std::map<UInt64, SeedList> & seed_lists);
A container for consensus elements.
Definition: ConsensusMap.h:66
A container for features.
Definition: FeatureMap.h:80
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:45
Generate seed lists for feature detection.
Definition: SeedListGenerator.h:30
std::vector< DPosition< 2 > > SeedList
List of seed positions.
Definition: SeedListGenerator.h:34
void convertSeedList(const SeedList &seeds, FeatureMap &features)
Convert a list of seed positions to a feature map (expected format for FeatureFinder)
void generateSeedList(std::vector< PeptideIdentification > &peptides, SeedList &seeds, bool use_peptide_mass=false)
Generate a seed list based on a list of peptide identifications.
void generateSeedLists(const ConsensusMap &consensus, std::map< UInt64, SeedList > &seed_lists)
Generate seed lists based on a consensus map.
void convertSeedList(const FeatureMap &features, SeedList &seeds)
Convert a feature map with seed positions back to a simple list.
SeedListGenerator()
Default constructor.
void generateSeedList(const PeakMap &experiment, SeedList &seeds)
Generate a seed list based on an MS experiment.
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19