![]() |
OpenMS
|
#include <OpenMS/KERNEL/StandardTypes.h>#include <OpenMS/ANALYSIS/MAPMATCHING/TransformationDescription.h>#include <OpenMS/CONCEPT/ProgressLogger.h>#include <OpenMS/DATASTRUCTURES/DefaultParamHandler.h>#include <OpenMS/DATASTRUCTURES/ListUtils.h>#include <OpenMS/KERNEL/ConsensusMap.h>#include <OpenMS/KERNEL/FeatureMap.h>#include <OpenMS/KERNEL/MSExperiment.h>#include <OpenMS/METADATA/PeptideIdentification.h>#include <OpenMS/METADATA/PeptideIdentificationList.h>#include <OpenMS/METADATA/ID/IdentificationData.h>#include <cmath>#include <limits>#include <map>Go to the source code of this file.
Classes | |
| class | MapAlignmentAlgorithmIdentification |
| A map alignment algorithm based on peptide identifications from MS2 spectra. More... | |
Namespaces | |
| OpenMS | |
| Main OpenMS namespace. | |
Variables | |
| template<typename MapType > | |
| concept | IsFCMap = std::same_as<MapType, OpenMS::FeatureMap> || std::same_as<MapType, OpenMS::ConsensusMap> |