Holds information on an edge connecting two features from a (putative) charge ladder.
Definition: Compomer.h:59
A container for consensus elements.
Definition: ConsensusMap.h:88
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:93
An algorithm to decharge features (i.e. as found by FeatureFinder).
Definition: FeatureDeconvolution.h:61
Map< String, Size > map_label_inverse_
labeling table inverse
Definition: FeatureDeconvolution.h:151
FeatureDeconvolution & operator=(const FeatureDeconvolution &source)
Assignment operator.
bool chargeTestworthy_(const Int feature_charge, const Int putative_charge, const bool other_unchanged) const
determines if we should test a putative feature charge
DPosition< 2 > ClusterPointType
Definition: FeatureDeconvolution.h:68
FeatureMapType::FeatureType::CoordinateType CoordinateType
Definition: FeatureDeconvolution.h:69
bool enable_intensity_filter_
status of intensity filter for edges
Definition: FeatureDeconvolution.h:153
void checkSolution_(const ConsensusMap &cons_map) const
CHARGEMODE
Definition: FeatureDeconvolution.h:64
CHARGEMODE q_try_
status of charge discovery
Definition: FeatureDeconvolution.h:155
~FeatureDeconvolution() override
destructor
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
Feature FeatureType
Definition: FeatureDeconvolution.h:67
MassExplainer::AdductsType potential_adducts_
List of adducts used to explain mass differences.
Definition: FeatureDeconvolution.h:147
Map< Size, String > map_label_
labeling table
Definition: FeatureDeconvolution.h:149
FeatureMap FeatureMapType
Definition: FeatureDeconvolution.h:66
FeatureDeconvolution()
default constructor
Int verbose_level_
amount of debug information displayed
Definition: FeatureDeconvolution.h:157
FeatureDeconvolution(const FeatureDeconvolution &source)
Copy constructor.
void printEdgesOfConnectedFeatures_(Size idx_1, Size idx_2, const PairsType &feature_relation)
A function mostly for debugging.
void compute(const FeatureMapType &fm_in, FeatureMapType &fm_out, ConsensusMap &cons_map, ConsensusMap &cons_map_p)
Compute a zero-charge feature map from a set of charged features.
ILPDCWrapper::PairsType PairsType
Definition: FeatureDeconvolution.h:70
bool intensityFilterPassed_(const Int q1, const Int q2, const Compomer &cmp, const FeatureType &f1, const FeatureType &f2)
returns true if the intensity filter was passed or switched off
void inferMoreEdges_(PairsType &edges, Map< Size, std::set< CmpInfo_ > > &feature_adducts)
A container for features.
Definition: FeatureMap.h:105
An LC-MS feature.
Definition: Feature.h:72
std::vector< ChargePair > PairsType
Definition: ILPDCWrapper.h:55
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:52
Adduct::AdductsType AdductsType
Definition: MassExplainer.h:60
int Int
Signed integer type.
Definition: Types.h:102
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47