|
bool | setValueFromFile (const String &key, const String &value) override |
| Set the value of a member variable based on an entry from an input file. More...
|
|
|
| DigestionEnzymeProtein () |
| default constructor More...
|
|
| DigestionEnzymeProtein (const DigestionEnzymeProtein &enzyme) |
| copy constructor More...
|
|
| DigestionEnzymeProtein (const String &name, const String &cleavage_regex, const std::set< String > &synonyms=std::set< String >(), String regex_description="", EmpiricalFormula n_term_gain=EmpiricalFormula("H"), EmpiricalFormula c_term_gain=EmpiricalFormula("OH"), String psi_id="", String xtandem_id="", Int comet_id=-1, String crux_id="", Int msgf_id=-1, Int omssa_id=-1) |
| detailed constructor More...
|
|
| ~DigestionEnzymeProtein () override |
| destructor More...
|
|
|
DigestionEnzymeProtein & | operator= (const DigestionEnzymeProtein &enzyme) |
| assignment operator More...
|
|
|
void | setNTermGain (EmpiricalFormula value) |
| sets the N-terminal gain More...
|
|
EmpiricalFormula | getNTermGain () const |
| returns N-terminal gain More...
|
|
void | setCTermGain (EmpiricalFormula value) |
| sets the C-terminal gain More...
|
|
EmpiricalFormula | getCTermGain () const |
| returns C-terminal gain More...
|
|
void | setPSIID (String value) |
| sets the PSI ID More...
|
|
String | getPSIID () const |
| returns the PSI ID More...
|
|
void | setXTandemID (String value) |
| sets the X! Tandem enzyme ID More...
|
|
String | getXTandemID () const |
| returns the X! Tandem enzyme ID More...
|
|
Int | getCometID () const |
| returns the Comet enzyme ID More...
|
|
void | setCometID (Int value) |
| sets the Comet enzyme ID More...
|
|
String | getCruxID () const |
| returns the Crux enzyme ID More...
|
|
void | setCruxID (const String &value) |
| sets the Crux enzyme ID More...
|
|
void | setMSGFID (Int value) |
| sets the MSGFPlus enzyme id More...
|
|
Int | getMSGFID () const |
| returns the MSGFPlus enzyme id More...
|
|
void | setOMSSAID (Int value) |
| sets the OMSSA enzyme ID More...
|
|
Int | getOMSSAID () const |
| returns the OMSSA enzyme ID More...
|
|
|
bool | operator== (const DigestionEnzymeProtein &enzyme) const |
| equality operator More...
|
|
bool | operator!= (const DigestionEnzymeProtein &enzyme) const |
| inequality operator More...
|
|
bool | operator== (String cleavage_regex) const |
| equality operator for regex More...
|
|
bool | operator!= (String cleavage_regex) const |
| equality operator for regex More...
|
|
bool | operator< (const DigestionEnzymeProtein &enzyme) const |
| order operator More...
|
|
| DigestionEnzyme (const DigestionEnzyme &enzyme) |
| copy constructor More...
|
|
| DigestionEnzyme (const String &name, const String &cleavage_regex, const std::set< String > &synonyms=std::set< String >(), String regex_description="") |
| detailed constructor More...
|
|
virtual | ~DigestionEnzyme () |
| destructor More...
|
|
DigestionEnzyme & | operator= (const DigestionEnzyme &enzyme) |
| assignment operator More...
|
|
void | setName (const String &name) |
| sets the name of the enzyme More...
|
|
String | getName () const |
| returns the name of the enzyme More...
|
|
void | setSynonyms (const std::set< String > &synonyms) |
| sets the synonyms More...
|
|
void | addSynonym (const String &synonym) |
| adds a synonym More...
|
|
const std::set< String > & | getSynonyms () const |
| returns the synonyms More...
|
|
void | setRegEx (const String &cleavage_regex) |
| sets the cleavage regex More...
|
|
String | getRegEx () const |
| returns the cleavage regex More...
|
|
void | setRegExDescription (const String &value) |
| sets the regex description More...
|
|
String | getRegExDescription () const |
| returns the regex description More...
|
|
bool | operator== (const DigestionEnzyme &enzyme) const |
| equality operator More...
|
|
bool | operator!= (const DigestionEnzyme &enzyme) const |
| inequality operator More...
|
|
bool | operator== (const String &cleavage_regex) const |
| equality operator for regex More...
|
|
bool | operator!= (const String &cleavage_regex) const |
| equality operator for regex More...
|
|
bool | operator< (const DigestionEnzyme &enzyme) const |
| order operator More...
|
|
Representation of a digestion enzyme for proteins (protease)