|
OpenMS
2.5.0
|
Go to the documentation of this file.
80 void getDefaultParameters(
Param& params)
const;
83 void updateMembers_()
override;
115 double calculateIonRatio(
const Feature & component_1,
const Feature & component_2,
const String & feature_name);
125 double calculateRTDifference(
Feature & component_1,
Feature & component_2);
135 double calculateResolution(
Feature & component_1,
Feature & component_2);
150 const String & meta_value_key,
151 const double & meta_value_l,
152 const double & meta_value_u,
164 std::map<String,int> countLabelsAndTransitionTypes(
const Feature & component_group,
177 template <
typename T>
178 bool checkRange(
const T& value,
const T& value_l,
const T& value_u)
const;
FeatureMap features_
FeatureMap.
Definition: MRMFeatureFilter.h:191
std::map< String, std::vector< QcMLFile::QualityParameter > > component_qc_report_
component/transition QCs
Definition: MRMFeatureFilter.h:195
String flag_or_filter_
flag or filter (i.e., remove) features that do not pass the QC
Definition: MRMFeatureFilter.h:183
A more convenient string class.
Definition: String.h:58
std::map< std::vector< String >, std::vector< QcMLFile::QualityParameter > > multi_component_group_qc_report_
multi transition QCs
Definition: MRMFeatureFilter.h:197
The MRMFeatureFilter either flags components and/or transitions that do not pass the QC criteria or f...
Definition: MRMFeatureFilter.h:61
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:91
Representation of an attachment.
Definition: QcMLFile.h:90
bool report_xic_
include the data points for the extracted ion chromatogram (XIC) in the attachment
Definition: MRMFeatureFilter.h:185
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
The MRMFeatureQC is a class to handle the parameters and options for MRMFeatureFilter.
Definition: MRMFeatureQC.h:60
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
A container for features.
Definition: FeatureMap.h:95
An LC-MS feature.
Definition: Feature.h:70
Management and storage of parameters / INI files.
Definition: Param.h:73
QcMLFile::Attachment attachment_
qcMLFile Attachment
Definition: MRMFeatureFilter.h:189
A description of a targeted experiment containing precursor and production ions.
Definition: TargetedExperiment.h:64
bool report_tic_
include the data points for the total ion chromatogram (TIC) in the attachment
Definition: MRMFeatureFilter.h:187
std::map< String, std::vector< QcMLFile::QualityParameter > > component_group_qc_report_
component group/peptide/compound QCs
Definition: MRMFeatureFilter.h:193