#include <OpenMS/ANALYSIS/ID/IDConflictResolverAlgorithm.h>
|
static void | resolve (FeatureMap &features) |
| Resolves ambiguous annotations of features with peptide identifications. The the filtered identifications are added to the vector of unassigned peptides and also reduced to a single best hit. More...
|
|
static void | resolve (ConsensusMap &features) |
| Resolves ambiguous annotations of consensus features with peptide identifications. The the filtered identifications are added to the vector of unassigned peptides and also reduced to a single best hit. More...
|
|
static void | resolveBetweenFeatures (FeatureMap &features) |
| In a single (feature/consensus) map, features with the same (possibly modified) sequence and charge state may appear. This filter removes the peptide sequence annotations from features, if a higher-intensity feature with the same (charge, sequence) combination exists in the map. The total number of features remains unchanged. In the final output, each (charge, sequence) combination appears only once, i.e. no multiplicities. More...
|
|
static void | resolveBetweenFeatures (ConsensusMap &features) |
| In a single (feature/consensus) map, features with the same (possibly modified) sequence and charge state may appear. This filter removes the peptide sequence annotations from features, if a higher-intensity feature with the same (charge, sequence) combination exists in the map. The total number of features remains unchanged. In the final output, each (charge, sequence) combination appears only once, i.e. no multiplicities. More...
|
|
◆ compareIDsSmallerScores_()
◆ resolve() [1/2]
Resolves ambiguous annotations of features with peptide identifications. The the filtered identifications are added to the vector of unassigned peptides and also reduced to a single best hit.
◆ resolve() [2/2]
Resolves ambiguous annotations of consensus features with peptide identifications. The the filtered identifications are added to the vector of unassigned peptides and also reduced to a single best hit.
◆ resolveBetweenFeatures() [1/2]
static void resolveBetweenFeatures |
( |
FeatureMap & |
features | ) |
|
|
static |
In a single (feature/consensus) map, features with the same (possibly modified) sequence and charge state may appear. This filter removes the peptide sequence annotations from features, if a higher-intensity feature with the same (charge, sequence) combination exists in the map. The total number of features remains unchanged. In the final output, each (charge, sequence) combination appears only once, i.e. no multiplicities.
◆ resolveBetweenFeatures() [2/2]
static void resolveBetweenFeatures |
( |
ConsensusMap & |
features | ) |
|
|
static |
In a single (feature/consensus) map, features with the same (possibly modified) sequence and charge state may appear. This filter removes the peptide sequence annotations from features, if a higher-intensity feature with the same (charge, sequence) combination exists in the map. The total number of features remains unchanged. In the final output, each (charge, sequence) combination appears only once, i.e. no multiplicities.
◆ resolveBetweenFeatures_()
static void resolveBetweenFeatures_ |
( |
T & |
map | ) |
|
|
inlinestaticprotected |
◆ resolveConflict_() [1/2]
static void resolveConflict_ |
( |
T & |
map | ) |
|
|
inlinestaticprotected |
◆ resolveConflict_() [2/2]