|
|
| | MRMFeature () |
| | Default constructor.
|
| |
| | MRMFeature (const MRMFeature &rhs) |
| | Copy constructor.
|
| |
| | MRMFeature (MRMFeature &&rhs)=default |
| | Move constructor.
|
| |
| MRMFeature & | operator= (const MRMFeature &rhs) |
| | Assignment operator.
|
| |
| MRMFeature & | operator= (MRMFeature &&) &=default |
| | Move assignment operator.
|
| |
| | ~MRMFeature () override |
| | Destructor.
|
| |
| | Feature () |
| | Default constructor.
|
| |
| | Feature (const BaseFeature &base) |
| | explicit C'tor from BaseFeature
|
| |
| | Feature (const Feature &feature) |
| | Copy constructor.
|
| |
| | Feature (Feature &&) noexcept |
| | Move constructor.
|
| |
| | ~Feature () override |
| | Destructor.
|
| |
| QualityType | getOverallQuality () const |
| | Non-mutable access to the overall quality.
|
| |
| void | setOverallQuality (QualityType q) |
| | Set the overall quality.
|
| |
| QualityType | getQuality (Size index) const |
| | Non-mutable access to the quality in dimension c.
|
| |
| void | setQuality (Size index, QualityType q) |
| | Set the quality in dimension c.
|
| |
| const std::vector< ConvexHull2D > & | getConvexHulls () const |
| | Non-mutable access to the convex hulls.
|
| |
| std::vector< ConvexHull2D > & | getConvexHulls () |
| | Mutable access to the convex hulls of single mass traces.
|
| |
| void | setConvexHulls (const std::vector< ConvexHull2D > &hulls) |
| | Set the convex hulls of single mass traces.
|
| |
| ConvexHull2D & | getConvexHull () const |
| | Returns the overall convex hull of the feature (calculated from the convex hulls of the mass traces)
|
| |
| bool | encloses (double rt, double mz) const |
| | Returns if the mass trace convex hulls of the feature enclose the position specified by rt and mz.
|
| |
| Feature & | operator= (const Feature &rhs) |
| | Assignment operator.
|
| |
| Feature & | operator= (Feature &&) &noexcept |
| | Move assignment operator.
|
| |
| bool | operator== (const Feature &rhs) const |
| | Equality operator.
|
| |
| const std::vector< Feature > & | getSubordinates () const |
| | immutable access to subordinate features
|
| |
| std::vector< Feature > & | getSubordinates () |
| | mutable access to subordinate features
|
| |
| void | setSubordinates (const std::vector< Feature > &rhs) |
| | mutable access to subordinate features
|
| |
| template<typename Type > |
| Size | applyMemberFunction (Size(Type::*member_function)()) |
| | Applies a member function of Type to the feature (including subordinates). The returned values are accumulated.
|
| |
| template<typename Type > |
| Size | applyMemberFunction (Size(Type::*member_function)() const) const |
| | The "const" variant.
|
| |
| void | updateAllIDReferences (const IdentificationData::RefTranslator &trans) |
| | Update ID references (primary ID, input matches) for this feature and any subfeatures.
|
| |
| WidthType | getWidth () const |
| | Non-mutable access to the features width (full width at half max, FWHM)
|
| |
| void | setWidth (WidthType fwhm) |
| | Set the width of the feature (FWHM)
|
| |
| const ChargeType & | getCharge () const |
| | Non-mutable access to charge state.
|
| |
| void | setCharge (const ChargeType &ch) |
| | Set charge state.
|
| |
| BaseFeature & | operator= (const BaseFeature &rhs)=default |
| | Assignment operator.
|
| |
| BaseFeature & | operator= (BaseFeature &&rhs) &=default |
| | Move Assignment operator.
|
| |
| bool | operator== (const BaseFeature &rhs) const |
| | Equality operator.
|
| |
| bool | operator!= (const BaseFeature &rhs) const |
| | Inequality operator.
|
| |
| AnnotationState | getAnnotationState () const |
| | state of peptide identifications attached to this feature. If one ID has multiple hits, the output depends on the top-hit only
|
| |
| | BaseFeature () |
| |
| | BaseFeature (const BaseFeature &feature)=default |
| | Copy constructor.
|
| |
| | BaseFeature (BaseFeature &&feature) noexcept |
| |
| | BaseFeature (const BaseFeature &rhs, UInt64 map_index) |
| | Copy constructor with a new map_index.
|
| |
| | BaseFeature (const Peak2D &point) |
| | Constructor from raw data point.
|
| |
| | BaseFeature (const RichPeak2D &point) |
| | Constructor from raw data point with meta information.
|
| |
| | BaseFeature (const FeatureHandle &fh) |
| | Constructor from a featurehandle.
|
| |
| | ~BaseFeature () override |
| | Destructor.
|
| |
| QualityType | getQuality () const |
| |
| void | setQuality (QualityType q) |
| | Set the overall quality.
|
| |
| const PeptideIdentificationList & | getPeptideIdentifications () const |
| |
| PeptideIdentificationList & | getPeptideIdentifications () |
| | returns a mutable reference to the PeptideIdentification vector
|
| |
| void | setPeptideIdentifications (const PeptideIdentificationList &peptides) |
| | sets the PeptideIdentification vector
|
| |
| void | sortPeptideIdentifications () |
| | sorts PeptideIdentifications, assuming they have the same scoreType.
|
| |
| bool | hasPrimaryID () const |
| |
| const IdentificationData::IdentifiedMolecule & | getPrimaryID () const |
| | Return the primary ID (peptide, RNA, compound) assigned to this feature.
|
| |
| void | clearPrimaryID () |
| | clear any primary ID that was assigned
|
| |
| void | setPrimaryID (const IdentificationData::IdentifiedMolecule &id) |
| | set the primary ID (peptide, RNA, compound) for this feature
|
| |
| const std::set< IdentificationData::ObservationMatchRef > & | getIDMatches () const |
| | immutable access to the set of matches (e.g. PSMs) with IDs for this feature
|
| |
| std::set< IdentificationData::ObservationMatchRef > & | getIDMatches () |
| | mutable access to the set of matches (e.g. PSMs) with IDs for this feature
|
| |
| void | addIDMatch (IdentificationData::ObservationMatchRef ref) |
| | add an ID match (e.g. PSM) for this feature
|
| |
| void | updateIDReferences (const IdentificationData::RefTranslator &trans) |
| | Update ID references (primary ID, matches) for this feature.
|
| |
| | RichPeak2D () |
| | Default constructor.
|
| |
| | RichPeak2D (const RichPeak2D &p)=default |
| | Copy constructor.
|
| |
| | RichPeak2D (const Peak2D &p) |
| | Constructor from Peak2D.
|
| |
| | RichPeak2D (const PositionType &pos, const IntensityType in) |
| | Member constructor.
|
| |
| | RichPeak2D (RichPeak2D &&p)=default |
| | Move constructor.
|
| |
| | ~RichPeak2D () override |
| | Destructor.
|
| |
| RichPeak2D & | operator= (const RichPeak2D &rhs)=default |
| | Assignment operator.
|
| |
| RichPeak2D & | operator= (RichPeak2D &&rhs) &=default |
| | Move Assignment operator.
|
| |
| RichPeak2D & | operator= (const Peak2D &rhs) |
| | Assignment operator.
|
| |
| bool | operator== (const RichPeak2D &rhs) const |
| | Equality operator.
|
| |
| bool | operator!= (const RichPeak2D &rhs) const |
| | Equality operator.
|
| |
| bool | operator== (const Peak2D &rhs) const =default |
| | Equality operator.
|
| |
| bool | operator!= (const Peak2D &rhs) const |
| | Equality operator.
|
| |
| | Peak2D ()=default |
| |
| | Peak2D (const PositionType &pos, const IntensityType in) |
| | Member constructor.
|
| |
| | Peak2D (const Peak2D &p)=default |
| | Copy constructor.
|
| |
| | Peak2D (Peak2D &&) noexcept=default |
| | Move constructor.
|
| |
| Peak2D & | operator= (const Peak2D &rhs)=default |
| | Assignment operator.
|
| |
| Peak2D & | operator= (Peak2D &&) noexcept=default |
| | Move assignment operator.
|
| |
| | ~Peak2D () noexcept=default |
| | Destructor.
|
| |
| IntensityType | getIntensity () const |
| |
| void | setIntensity (IntensityType intensity) |
| | Sets data point intensity (height)
|
| |
| PositionType const & | getPosition () const |
| | Non-mutable access to the position.
|
| |
| PositionType & | getPosition () |
| | Mutable access to the position.
|
| |
| void | setPosition (const PositionType &position) |
| | Mutable access to the position.
|
| |
| CoordinateType | getMZ () const |
| | Returns the m/z coordinate (index 1)
|
| |
| void | setMZ (CoordinateType coordinate) |
| | Mutable access to the m/z coordinate (index 1)
|
| |
| CoordinateType | getRT () const |
| | Returns the RT coordinate (index 0)
|
| |
| void | setRT (CoordinateType coordinate) |
| | Mutable access to the RT coordinate (index 0)
|
| |
| | MetaInfoInterface ()=default |
| | Constructor.
|
| |
| | MetaInfoInterface (const MetaInfoInterface &rhs) |
| | Copy constructor.
|
| |
| | MetaInfoInterface (MetaInfoInterface &&) noexcept |
| | Move constructor.
|
| |
| | ~MetaInfoInterface () |
| | Destructor.
|
| |
| MetaInfoInterface & | operator= (const MetaInfoInterface &rhs) |
| | Assignment operator.
|
| |
| MetaInfoInterface & | operator= (MetaInfoInterface &&) noexcept |
| | Move assignment operator.
|
| |
| void | swap (MetaInfoInterface &rhs) |
| | Swap contents.
|
| |
| bool | operator== (const MetaInfoInterface &rhs) const |
| | Equality operator.
|
| |
| bool | operator!= (const MetaInfoInterface &rhs) const |
| | Equality operator.
|
| |
| const DataValue & | getMetaValue (const std::string &name) const |
| | Returns the value corresponding to a string, or DataValue::EMPTY if not found.
|
| |
| DataValue | getMetaValue (const std::string &name, const DataValue &default_value) const |
| | Returns the value corresponding to a string, or a default value (e.g.: DataValue::EMPTY) if not found
|
| |
| const DataValue & | getMetaValue (UInt index) const |
| | Returns the value corresponding to the index, or DataValue::EMPTY if not found.
|
| |
| DataValue | getMetaValue (UInt index, const DataValue &default_value) const |
| | Returns the value corresponding to the index, or a default value (e.g.: DataValue::EMPTY) if not found
|
| |
| bool | metaValueExists (const std::string &name) const |
| | Returns whether an entry with the given name exists.
|
| |
| bool | metaValueExists (UInt index) const |
| | Returns whether an entry with the given index exists.
|
| |
| void | setMetaValue (const std::string &name, const DataValue &value) |
| | Sets the DataValue corresponding to a name.
|
| |
| void | setMetaValue (UInt index, const DataValue &value) |
| | Sets the DataValue corresponding to an index.
|
| |
| void | removeMetaValue (const std::string &name) |
| | Removes the DataValue corresponding to name if it exists.
|
| |
| void | removeMetaValue (UInt index) |
| | Removes the DataValue corresponding to index if it exists.
|
| |
| void | addMetaValues (const MetaInfoInterface &from) |
| |
| void | getKeys (std::vector< std::string > &keys) const |
| | Fills the given vector with a list of all keys for which a value is set.
|
| |
| void | getKeys (std::vector< UInt > &keys) const |
| | Fills the given vector with a list of all keys for which a value is set.
|
| |
| bool | isMetaEmpty () const |
| | Returns if the MetaInfo is empty.
|
| |
| void | clearMetaInfo () |
| | Removes all meta values.
|
| |
| MetaInfoConstIterator | metaBegin () const |
| | Returns a const iterator to the beginning of the meta info entries.
|
| |
| MetaInfoConstIterator | metaEnd () const |
| | Returns a const iterator to the end of the meta info entries.
|
| |
| Size | metaSize () const |
| | Returns the number of meta info entries.
|
| |
| | UniqueIdInterface () |
| | Default constructor - the unique id will be invalid
|
| |
| | UniqueIdInterface (const UniqueIdInterface &rhs)=default |
| | Copy constructor - copies the unique id.
|
| |
| | UniqueIdInterface (UniqueIdInterface &&rhs)=default |
| | Move constructor.
|
| |
| UniqueIdInterface & | operator= (UniqueIdInterface const &rhs)=default |
| | Assignment operator - copies the unique id.
|
| |
| UniqueIdInterface & | operator= (UniqueIdInterface &&) &=default |
| | Move Assignment operator - copies the unique id.
|
| |
| virtual | ~UniqueIdInterface ()=default |
| | Destructor.
|
| |
| bool | operator== (UniqueIdInterface const &rhs) const |
| | Equality comparison operator - the unique ids must be equal (!)
|
| |
| UInt64 | getUniqueId () const |
| | Non-mutable access to unique id - returns the unique id.
|
| |
| Size | clearUniqueId () |
| | Clear the unique id. The new unique id will be invalid. Returns 1 if the unique id was changed, 0 otherwise.
|
| |
| void | swap (UniqueIdInterface &from) |
| |
| Size | hasValidUniqueId () const |
| | Returns whether the unique id is valid. Returns 1 if the unique id is valid, 0 otherwise.
|
| |
| Size | hasInvalidUniqueId () const |
| | Returns whether the unique id is invalid. Returns 1 if the unique id is invalid, 0 otherwise.
|
| |
| Size | setUniqueId () |
| | Assigns a new, valid unique id. Always returns 1.
|
| |
| Size | ensureUniqueId () |
| | Assigns a valid unique id, but only if the present one is invalid. Returns 1 if the unique id was changed, 0 otherwise.
|
| |
| void | setUniqueId (UInt64 rhs) |
| | Assigns the given unique id.
|
| |
| void | setUniqueId (const std::string &rhs) |
| | Mutable access to unique id.
|
| |
A multi-chromatogram MRM feature.
An MRM feature contains corresponding features in multiple chromatograms, it is thus a representation of a peak group. The individual features in each chromatogram are represented by OpenMS Features.