|
| MSChromatogram () |
| Constructor. More...
|
|
| MSChromatogram (const MSChromatogram &source) |
| Copy constructor. More...
|
|
virtual | ~MSChromatogram () |
| Destructor. More...
|
|
MSChromatogram & | operator= (const MSChromatogram &source) |
| Assignment operator. More...
|
|
bool | operator== (const MSChromatogram &rhs) const |
| Equality operator. More...
|
|
bool | operator!= (const MSChromatogram &rhs) const |
| Equality operator. More...
|
|
virtual void | updateRanges () |
| Updates minimum and maximum position/intensity. More...
|
|
double | getMZ () const |
| returns the mz of the product entry, makes sense especially for MRM scans More...
|
|
|
|
const String & | getName () const |
|
void | setName (const String &name) |
| Sets the name. More...
|
|
|
These methods are used to annotate each peak in a chromatogram with meta information. It is an intermediate way between storing the information in the peak's MetaInfoInterface and deriving a new peak type with members for this information.
These statements should help you chose which approach to use
- Access to meta info arrays is slower than to a member variable
- Access to meta info arrays is faster than to a MetaInfoInterface
- Meta info arrays are stored when using mzML format for storing
|
const FloatDataArrays & | getFloatDataArrays () const |
|
FloatDataArrays & | getFloatDataArrays () |
| Returns a mutable reference to the float meta data arrays. More...
|
|
const StringDataArrays & | getStringDataArrays () const |
| Returns a const reference to the string meta data arrays. More...
|
|
StringDataArrays & | getStringDataArrays () |
| Returns a mutable reference to the string meta data arrays. More...
|
|
const IntegerDataArrays & | getIntegerDataArrays () const |
| Returns a const reference to the integer meta data arrays. More...
|
|
IntegerDataArrays & | getIntegerDataArrays () |
| Returns a mutable reference to the integer meta data arrays. More...
|
|
|
void | sortByIntensity (bool reverse=false) |
| Lexicographically sorts the peaks by their intensity. More...
|
|
void | sortByPosition () |
| Lexicographically sorts the peaks by their position. More...
|
|
bool | isSorted () const |
| Checks if all peaks are sorted with respect to ascending RT. More...
|
|
|
Size | findNearest (CoordinateType rt) const |
| Binary search for the peak nearest to a specific RT. More...
|
|
Iterator | RTBegin (CoordinateType rt) |
| Binary search for peak range begin. More...
|
|
Iterator | RTBegin (Iterator begin, CoordinateType rt, Iterator end) |
| Binary search for peak range begin. More...
|
|
Iterator | RTEnd (CoordinateType rt) |
| Binary search for peak range end (returns the past-the-end iterator) More...
|
|
Iterator | RTEnd (Iterator begin, CoordinateType rt, Iterator end) |
| Binary search for peak range end (returns the past-the-end iterator) More...
|
|
ConstIterator | RTBegin (CoordinateType rt) const |
| Binary search for peak range begin. More...
|
|
ConstIterator | RTBegin (ConstIterator begin, CoordinateType rt, ConstIterator end) const |
| Binary search for peak range begin. More...
|
|
ConstIterator | RTEnd (CoordinateType rt) const |
| Binary search for peak range end (returns the past-the-end iterator) More...
|
|
ConstIterator | RTEnd (ConstIterator begin, CoordinateType rt, ConstIterator end) const |
| Binary search for peak range end (returns the past-the-end iterator) More...
|
|
void | clear (bool clear_meta_data) |
| Clears all data and meta data. More...
|
|
| RangeManager () |
| Default constructor. More...
|
|
| RangeManager (const RangeManager &rhs) |
| Copy constructor. More...
|
|
virtual | ~RangeManager () |
| Destructor. More...
|
|
RangeManager & | operator= (const RangeManager &rhs) |
| Assignment operator. More...
|
|
bool | operator== (const RangeManager &rhs) const |
| Equality operator. More...
|
|
bool | operator!= (const RangeManager &rhs) const |
| Equality operator. More...
|
|
const PositionType & | getMin () const |
| Returns the minimum position. More...
|
|
const PositionType & | getMax () const |
| Returns the maximum position. More...
|
|
double | getMinInt () const |
| Returns the minimum intensity. More...
|
|
double | getMaxInt () const |
| Returns the maximum intensity. More...
|
|
void | clearRanges () |
| Resets the ranges. More...
|
|
| ChromatogramSettings () |
| Constructor. More...
|
|
| ChromatogramSettings (const ChromatogramSettings &source) |
| Copy constructor. More...
|
|
virtual | ~ChromatogramSettings () |
| Destructor. More...
|
|
ChromatogramSettings & | operator= (const ChromatogramSettings &source) |
|
bool | operator== (const ChromatogramSettings &rhs) const |
| Equality operator. More...
|
|
bool | operator!= (const ChromatogramSettings &rhs) const |
| Equality operator. More...
|
|
const String & | getNativeID () const |
| returns the native identifier for the spectrum, used by the acquisition software. More...
|
|
void | setNativeID (const String &native_id) |
| sets the native identifier for the spectrum, used by the acquisition software. More...
|
|
const String & | getComment () const |
| returns the free-text comment More...
|
|
void | setComment (const String &comment) |
| sets the free-text comment More...
|
|
const InstrumentSettings & | getInstrumentSettings () const |
| returns a const reference to the instrument settings of the current spectrum More...
|
|
InstrumentSettings & | getInstrumentSettings () |
| returns a mutable reference to the instrument settings of the current spectrum More...
|
|
void | setInstrumentSettings (const InstrumentSettings &instrument_settings) |
| sets the instrument settings of the current spectrum More...
|
|
const AcquisitionInfo & | getAcquisitionInfo () const |
| returns a const reference to the acquisition info More...
|
|
AcquisitionInfo & | getAcquisitionInfo () |
| returns a mutable reference to the acquisition info More...
|
|
void | setAcquisitionInfo (const AcquisitionInfo &acquisition_info) |
| sets the acquisition info More...
|
|
const SourceFile & | getSourceFile () const |
| returns a const reference to the source file More...
|
|
SourceFile & | getSourceFile () |
| returns a mutable reference to the source file More...
|
|
void | setSourceFile (const SourceFile &source_file) |
| sets the source file More...
|
|
const Precursor & | getPrecursor () const |
| returns a const reference to the precursors More...
|
|
Precursor & | getPrecursor () |
| returns a mutable reference to the precursors More...
|
|
void | setPrecursor (const Precursor &precursor) |
| sets the precursors More...
|
|
const Product & | getProduct () const |
| returns a const reference to the products More...
|
|
Product & | getProduct () |
| returns a mutable reference to the products More...
|
|
void | setProduct (const Product &product) |
| sets the products More...
|
|
const std::vector< DataProcessing > & | getDataProcessing () const |
| returns a const reference to the description of the applied processing More...
|
|
std::vector< DataProcessing > & | getDataProcessing () |
| returns a mutable reference to the description of the applied processing More...
|
|
void | setDataProcessing (const std::vector< DataProcessing > &data_processing) |
| sets the description of the applied processing More...
|
|
ChromatogramType | getChromatogramType () const |
| returns the chromatogram type, e.g. a SRM chromatogram More...
|
|
void | setChromatogramType (ChromatogramType type) |
| sets the chromatogram type More...
|
|
| MetaInfoInterface () |
| constructor More...
|
|
| MetaInfoInterface (const MetaInfoInterface &rhs) |
| copy constructor More...
|
|
| ~MetaInfoInterface () |
| destructor More...
|
|
MetaInfoInterface & | operator= (const MetaInfoInterface &rhs) |
| assignment operator More...
|
|
bool | operator== (const MetaInfoInterface &rhs) const |
| Equality operator. More...
|
|
bool | operator!= (const MetaInfoInterface &rhs) const |
| Equality operator. More...
|
|
const DataValue & | getMetaValue (const String &name) const |
| returns the value corresponding to a string More...
|
|
const DataValue & | getMetaValue (UInt index) const |
| returns the value corresponding to an index More...
|
|
bool | metaValueExists (const String &name) const |
| returns if this MetaInfo is set More...
|
|
bool | metaValueExists (UInt index) const |
| returns if this MetaInfo is set More...
|
|
void | setMetaValue (const String &name, const DataValue &value) |
| sets the DataValue corresponding to a name More...
|
|
void | setMetaValue (UInt index, const DataValue &value) |
| sets the DataValue corresponding to an index More...
|
|
void | removeMetaValue (const String &name) |
| Removes the DataValue corresponding to name if it exists. More...
|
|
void | removeMetaValue (UInt index) |
| Removes the DataValue corresponding to index if it exists. More...
|
|
void | getKeys (std::vector< String > &keys) const |
| fills the given vector with a list of all keys for which a value is set More...
|
|
void | getKeys (std::vector< UInt > &keys) const |
| fills the given vector with a list of all keys for which a value is set More...
|
|
bool | isMetaEmpty () const |
| returns if the MetaInfo is empty More...
|
|
void | clearMetaInfo () |
| removes all meta values More...
|
|
template<typename PeakT = ChromatogramPeak>
class OpenMS::MSChromatogram< PeakT >
The representation of a chromatogram.