Class RawDataHandler¶
Defined in File RawDataHandler.h
Class Documentation¶
-
class RawDataHandler¶
Public Functions
-
RawDataHandler()¶
constructor required to initialize shared_ptr members
-
void setFeatureMap(const OpenMS::FeatureMap &feature_map)¶
-
OpenMS::FeatureMap &getFeatureMap()¶
-
const OpenMS::FeatureMap &getFeatureMap() const¶
-
void setFeatureMap(const std::string &name, const OpenMS::FeatureMap &feature_map)¶
-
OpenMS::FeatureMap &getFeatureMap(const std::string &name)¶
-
const OpenMS::FeatureMap &getFeatureMap(const std::string &name) const¶
-
void setMetaData(const MetaDataHandler &meta_data)¶
-
MetaDataHandler &getMetaData()¶
-
const MetaDataHandler &getMetaData() const¶
-
void setParameters(const ParameterSet ¶meters)¶
-
ParameterSet &getParameters()¶
-
const ParameterSet &getParameters() const¶
-
void setTargetedExperiment(const OpenMS::TargetedExperiment &targeted_exp)¶
-
OpenMS::TargetedExperiment &getTargetedExperiment()¶
-
const OpenMS::TargetedExperiment &getTargetedExperiment() const¶
-
void setQuantitationMethods(const std::vector<OpenMS::AbsoluteQuantitationMethod> &quantitation_methods)¶
-
std::vector<OpenMS::AbsoluteQuantitationMethod> &getQuantitationMethods()¶
-
const std::vector<OpenMS::AbsoluteQuantitationMethod> &getQuantitationMethods() const¶
-
void setFeatureFilter(const OpenMS::MRMFeatureQC &feature_filter)¶
-
OpenMS::MRMFeatureQC &getFeatureFilter()¶
-
const OpenMS::MRMFeatureQC &getFeatureFilter() const¶
-
void setFeatureQC(const OpenMS::MRMFeatureQC &feature_qc)¶
-
OpenMS::MRMFeatureQC &getFeatureQC()¶
-
const OpenMS::MRMFeatureQC &getFeatureQC() const¶
-
void setFeatureRSDFilter(const OpenMS::MRMFeatureQC &feature_rsd_filter)¶
-
OpenMS::MRMFeatureQC &getFeatureRSDFilter()¶
-
const OpenMS::MRMFeatureQC &getFeatureRSDFilter() const¶
-
void setFeatureRSDQC(const OpenMS::MRMFeatureQC &feature_rsd_qc)¶
-
OpenMS::MRMFeatureQC &getFeatureRSDQC()¶
-
const OpenMS::MRMFeatureQC &getFeatureRSDQC() const¶
-
void setFeatureBackgroundFilter(const OpenMS::MRMFeatureQC &feature_background_filter)¶
-
OpenMS::MRMFeatureQC &getFeatureBackgroundFilter()¶
-
const OpenMS::MRMFeatureQC &getFeatureBackgroundFilter() const¶
-
void setFeatureBackgroundQC(const OpenMS::MRMFeatureQC &feature_background_qc)¶
-
OpenMS::MRMFeatureQC &getFeatureBackgroundQC()¶
-
const OpenMS::MRMFeatureQC &getFeatureBackgroundQC() const¶
-
void setFeatureRSDEstimations(const OpenMS::MRMFeatureQC &feature_rsd_estimations)¶
-
OpenMS::MRMFeatureQC &getFeatureRSDEstimations()¶
-
const OpenMS::MRMFeatureQC &getFeatureRSDEstimations() const¶
-
void setFeatureBackgroundEstimations(const OpenMS::MRMFeatureQC &feature_background_estimations)¶
-
OpenMS::MRMFeatureQC &getFeatureBackgroundEstimations()¶
-
const OpenMS::MRMFeatureQC &getFeatureBackgroundEstimations() const¶
-
void setSpectraLibrary(const OpenMS::MSExperiment &library)¶
-
OpenMS::MSExperiment &getSpectraLibrary()¶
-
const OpenMS::MSExperiment &getSpectraLibrary() const¶
-
void setFeatureMapHistory(const OpenMS::FeatureMap &feature_map_history)¶
-
OpenMS::FeatureMap &getFeatureMapHistory()¶
-
const OpenMS::FeatureMap &getFeatureMapHistory() const¶
-
void setExperiment(const OpenMS::MSExperiment &experiment)¶
-
OpenMS::MSExperiment &getExperiment()¶
-
const OpenMS::MSExperiment &getExperiment() const¶
-
void setChromatogramMap(const OpenMS::MSExperiment &chromatogram_map)¶
-
OpenMS::MSExperiment &getChromatogramMap()¶
-
const OpenMS::MSExperiment &getChromatogramMap() const¶
-
void setTransformationDescription(const OpenMS::TransformationDescription &trafo)¶
-
OpenMS::TransformationDescription &getTransformationDescription()¶
-
const OpenMS::TransformationDescription &getTransformationDescription() const¶
-
void setSWATH(const OpenMS::MSExperiment &swath)¶
-
OpenMS::MSExperiment &getSWATH()¶
-
const OpenMS::MSExperiment &getSWATH() const¶
-
void setValidationMetrics(const std::map<std::string, float> &validation_metrics)¶
-
std::map<std::string, float> &getValidationMetrics()¶
-
const std::map<std::string, float> &getValidationMetrics() const¶
-
void setMzTab(const OpenMS::MzTab &mz_tab)¶
-
OpenMS::MzTab &getMzTab()¶
-
const OpenMS::MzTab &getMzTab() const¶
-
void clear()¶
-
void updateFeatureMapHistory()¶
Update the Feature map history based on the filtered, selected, or new features in the current featureMap.
All new features are initialized as “used_” = True with the “modified_” attribute set to the current time-stamp. All removed features are changed to “used_” = False with the “modified_” attribute set to the current time-stamp.
ASSUMPTIONS: the unique ID attribute is set within OpenMS
-
void makeFeatureMapFromHistory()¶
Make the feature map from the feature map history by filtering out all features/subordinates where “used_” = False.
-
RawDataHandler()¶