OpenMS
|
Data model of MzTab files. More...
#include <OpenMS/FORMAT/MzTab.h>
Public Member Functions | |
MzTabModification () | |
bool | isNull () const |
void | setNull (bool b) |
void | setPositionsAndParameters (const std::vector< std::pair< Size, MzTabParameter > > &ppp) |
set (potentially ambiguous) position(s) with associated parameter (might be null if not set) More... | |
std::vector< std::pair< Size, MzTabParameter > > | getPositionsAndParameters () const |
void | setModificationIdentifier (const MzTabString &mod_id) |
MzTabString | getModOrSubstIdentifier () const |
String | toCellString () const |
void | fromCellString (const String &s) |
~MzTabModification ()=default | |
Protected Attributes | |
std::vector< std::pair< Size, MzTabParameter > > | pos_param_pairs_ |
MzTabString | mod_identifier_ |
Data model of MzTab files.
Please see the official MzTab specification at https://code.google.com/p/mztab/
|
default |
void fromCellString | ( | const String & | s | ) |
MzTabString getModOrSubstIdentifier | ( | ) | const |
std::vector<std::pair<Size, MzTabParameter> > getPositionsAndParameters | ( | ) | const |
bool isNull | ( | ) | const |
void setModificationIdentifier | ( | const MzTabString & | mod_id | ) |
void setNull | ( | bool | b | ) |
void setPositionsAndParameters | ( | const std::vector< std::pair< Size, MzTabParameter > > & | ppp | ) |
set (potentially ambiguous) position(s) with associated parameter (might be null if not set)
String toCellString | ( | ) | const |
|
protected |
|
protected |