Internal structure used in FeatureFindingMetabo that keeps track of a feature hypothesis (isotope group hypothesis). More...
#include <OpenMS/FILTERING/DATAREDUCTION/FeatureFindingMetabo.h>
Private Attributes | |
std::vector< const MassTrace * > | iso_pattern_ |
double | feat_score_ |
SignedSize | charge_ |
Internal structure used in FeatureFindingMetabo that keeps track of a feature hypothesis (isotope group hypothesis).
default constructor
~FeatureHypothesis | ( | ) |
default destructor
FeatureHypothesis | ( | const FeatureHypothesis & | ) |
copy constructor
void addMassTrace | ( | const MassTrace & | ) |
addMassTrace
std::vector<double> getAllIntensities | ( | bool | smoothed = false | ) | const |
double getCentroidMZ | ( | ) | const |
double getCentroidRT | ( | ) | const |
SignedSize getCharge | ( | ) | const |
std::vector< OpenMS::MSChromatogram > getChromatograms | ( | UInt64 | feature_id | ) | const |
std::vector<ConvexHull2D> getConvexHulls | ( | ) | const |
double getFWHM | ( | ) | const |
std::vector<double> getIsotopeDistances | ( | ) | const |
String getLabel | ( | ) | const |
std::vector<String> getLabels | ( | ) | const |
double getMonoisotopicFeatureIntensity | ( | bool | ) | const |
Size getNumFeatPoints | ( | ) | const |
double getScore | ( | ) | const |
Referenced by CmpHypothesesByScore::operator()().
Size getSize | ( | ) | const |
double getSummedFeatureIntensity | ( | bool | ) | const |
FeatureHypothesis& operator= | ( | const FeatureHypothesis & | rhs | ) |
assignment operator
void setCharge | ( | const SignedSize & | ch | ) |
void setScore | ( | const double & | score | ) |
|
private |
|
private |
|
private |
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:08 using doxygen 1.8.13 |