 |
OpenMS
2.4.0
|
Go to the documentation of this file.
77 std::vector<String> getLabels()
const;
79 double getScore()
const;
81 void setScore(
const double& score);
87 std::vector<double> getAllIntensities(
bool smoothed =
false)
const;
89 std::vector<double> getAllCentroidMZ()
const;
91 std::vector<double> getAllCentroidRT()
const;
93 std::vector<double> getIsotopeDistances()
const;
95 double getCentroidMZ()
const;
97 double getCentroidRT()
const;
99 double getFWHM()
const;
103 double getMonoisotopicFeatureIntensity(
bool)
const;
104 double getSummedFeatureIntensity(
bool)
const;
106 Size getNumFeatPoints()
const;
107 std::vector<ConvexHull2D> getConvexHulls()
const;
108 std::vector< OpenMS::MSChromatogram > getChromatograms(
UInt64 feature_id)
const;
179 void run(std::vector<MassTrace>& input_mtraces,
FeatureMap& output_featmap, std::vector<std::vector< OpenMS::MSChromatogram > >& output_chromatograms);
182 void updateMembers_()
override;
193 double computeCosineSim_(
const std::vector<double>&,
const std::vector<double>&)
const;
197 double computeOLSCoeff_(
const std::vector<double>&,
const std::vector<double>&)
const;
213 void loadIsotopeModel_(
const String&);
257 double computeAveragineSimScore_(
const std::vector<double>& intensities,
const double& molecular_weight)
const;
267 void findLocalFeatures_(
const std::vector<const MassTrace*>& candidates,
const double total_intensity, std::vector<FeatureHypothesis>& output_hypotheses)
const;
Size ensureUniqueId()
Assigns a valid unique id, but only if the present one is invalid. Returns 1 if the unique id was cha...
Definition: UniqueIdInterface.h:158
Base class for TOPP applications.
Definition: TOPPBase.h:150
Param copy(const String &prefix, bool remove_prefix=false) const
Returns a new Param object containing all entries that start with prefix.
OPENMS_UINT64_TYPE UInt64
Unsigned integer type (64bit)
Definition: Types.h:77
File adapter for MzML files.
Definition: MzMLFile.h:55
A more convenient string class.
Definition: String.h:57
A container type that gathers peaks similar in m/z and moving along retention time.
Definition: MassTrace.h:61
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
void addMSLevel(int level)
adds a desired MS level for peaks to load
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
SignedSize charge_
Definition: FeatureFindingMetabo.h:117
void setPrimaryMSRunPath(const StringList &s)
set the file path to the primary MS run (usually the mzML file obtained after data conversion from ra...
bool operator()(const FeatureHypothesis &x, const FeatureHypothesis &y) const
Definition: FeatureFindingMetabo.h:135
Size size() const
Definition: MSExperiment.h:127
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:91
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
The Superhirn FeatureFinderAlgorithm.
Definition: FeatureFinderAlgorithmSH.h:99
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
#define LOG_WARN
Macro if a warning, a piece of information which should be read by the user, should be logged.
Definition: LogStream.h:450
void load(const String &filename, PeakMap &map)
Loads a map from a MzML file. Spectra and chromatograms are sorted by default (this can be disabled u...
double feat_score_
Definition: FeatureFindingMetabo.h:115
@ PEAK_PICKING
Peak picking (conversion from raw to peak data)
Definition: DataProcessing.h:67
The main feature finder class.
Definition: FeatureFinder.h:56
Definition: FeatureFindingMetabo.h:120
bool empty() const
Definition: MSExperiment.h:137
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:73
void store(const String &filename, const FeatureMap &feature_map)
stores the map feature_map in file with name filename.
bool operator()(const MassTrace &x, const MassTrace &y) const
Definition: FeatureFindingMetabo.h:124
std::vector< const MassTrace * > iso_pattern_
Definition: FeatureFindingMetabo.h:113
int main(int argc, const char **argv)
Definition: INIFileEditor.cpp:73
ptrdiff_t SignedSize
Signed Size type e.g. used as pointer difference.
Definition: Types.h:134
A container for features.
Definition: FeatureMap.h:93
Internal structure used in FeatureFindingMetabo that keeps track of a feature hypothesis (isotope gro...
Definition: FeatureFindingMetabo.h:57
This class provides Input/Output functionality for feature maps.
Definition: FeatureXMLFile.h:68
void getPrimaryMSRunPath(StringList &toFill) const
get the file path to the first MS run
@ QUANTITATION
Quantitation.
Definition: DataProcessing.h:72
Management and storage of parameters / INI files.
Definition: Param.h:74
Definition: FeatureFindingMetabo.h:131
double getCentroidMZ() const
Returns the centroid m/z.
Definition: MassTrace.h:178
PeakFileOptions & getOptions()
Mutable access to the options for loading/storing.
void setLogType(LogType type) const
Sets the progress log that should be used. The default type is NONE!