Class SequenceSegmentHandler¶
Defined in File SequenceSegmentHandler.h
Class Documentation¶
-
class SequenceSegmentHandler¶
Public Functions
-
SequenceSegmentHandler()¶
constructor to initialize shared resources
-
void clear()¶
-
void setSequenceSegmentName(const std::string &sequence_segment_name)¶
-
std::string &getSequenceSegmentName()¶
-
const std::string &getSequenceSegmentName() const¶
-
void setSampleIndices(const std::vector<size_t> &sample_indices)¶
-
std::vector<size_t> &getSampleIndices()¶
-
const std::vector<size_t> &getSampleIndices() const¶
-
void setStandardsConcentrations(const std::vector<OpenMS::AbsoluteQuantitationStandards::runConcentration> &standards_concentrations)¶
-
std::vector<OpenMS::AbsoluteQuantitationStandards::runConcentration> &getStandardsConcentrations()¶
-
const std::vector<OpenMS::AbsoluteQuantitationStandards::runConcentration> &getStandardsConcentrations() 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 setComponentsToConcentrations(const std::map<std::string, std::vector<OpenMS::AbsoluteQuantitationStandards::featureConcentration>> components_to_concentrations)¶
-
std::map<std::string, std::vector<OpenMS::AbsoluteQuantitationStandards::featureConcentration>> &getComponentsToConcentrations()¶
-
const std::map<std::string, std::vector<OpenMS::AbsoluteQuantitationStandards::featureConcentration>> &getComponentsToConcentrations() const¶
-
void setExcludedComponentsToConcentrations(const std::map<std::string, std::vector<OpenMS::AbsoluteQuantitationStandards::featureConcentration>> components_to_concentrations)¶
-
std::map<std::string, std::vector<OpenMS::AbsoluteQuantitationStandards::featureConcentration>> &getExcludedComponentsToConcentrations()¶
-
const std::map<std::string, std::vector<OpenMS::AbsoluteQuantitationStandards::featureConcentration>> &getExcludedComponentsToConcentrations() const¶
-
std::vector<OpenMS::AbsoluteQuantitationStandards::featureConcentration> getFeatureConcentrationsPruned(const std::vector<OpenMS::AbsoluteQuantitationStandards::featureConcentration> feature_concentrations) const¶
remove features with an actual concentration of 0.0 or less
-
SequenceSegmentHandler()¶