45 const std::string& cleavage_regex,
46 const std::set<std::string>& synonyms = std::set<std::string>(),
47 std::string regex_description =
"",
50 std::string psi_id =
"",
51 std::string xtandem_id =
"",
Representation of a digestion enzyme for proteins (protease)
Definition DigestionEnzymeProtein.h:24
Int comet_id_
Definition DigestionEnzymeProtein.h:156
bool operator!=(const DigestionEnzymeProtein &enzyme) const
inequality operator
bool operator<(const DigestionEnzymeProtein &enzyme) const
order operator
std::string xtandem_id_
Definition DigestionEnzymeProtein.h:154
friend std::ostream & operator<<(std::ostream &os, const DigestionEnzymeProtein &enzyme)
ostream iterator to write the enzyme to a stream
Int msgf_id_
Definition DigestionEnzymeProtein.h:158
std::string psi_id_
Definition DigestionEnzymeProtein.h:152
EmpiricalFormula c_term_gain_
Definition DigestionEnzymeProtein.h:150
void setCometID(Int value)
sets the Comet enzyme ID
void setXTandemID(const std::string &value)
sets the X! Tandem enzyme ID
bool operator==(const std::string &cleavage_regex) const
equality operator for regex
bool operator!=(const std::string &cleavage_regex) const
equality operator for regex
void setNTermGain(const EmpiricalFormula &value)
sets the N-terminal gain
void setCTermGain(const EmpiricalFormula &value)
sets the C-terminal gain
EmpiricalFormula getNTermGain() const
returns N-terminal gain
DigestionEnzymeProtein(DigestionEnzymeProtein &&)=default
Move constructor.
std::string getXTandemID() const
returns the X! Tandem enzyme ID
DigestionEnzymeProtein(const DigestionEnzyme &d)
Constructor from base class (adding defaults for the missing stuff)
void setPSIID(const std::string &value)
sets the PSI ID
void setOMSSAID(Int value)
sets the OMSSA enzyme ID
DigestionEnzymeProtein(const DigestionEnzymeProtein &)=default
Copy constructor.
bool setValueFromFile(const std::string &key, const std::string &value) override
Set the value of a member variable based on an entry from an input file.
Int getOMSSAID() const
returns the OMSSA enzyme ID
Int getCometID() const
returns the Comet enzyme ID
DigestionEnzymeProtein & operator=(const DigestionEnzymeProtein &)=default
Assignment operator.
~DigestionEnzymeProtein() override
Destructor.
EmpiricalFormula getCTermGain() const
returns C-terminal gain
EmpiricalFormula n_term_gain_
Definition DigestionEnzymeProtein.h:148
Int omssa_id_
Definition DigestionEnzymeProtein.h:160
std::string getPSIID() const
returns the PSI ID
bool operator==(const DigestionEnzymeProtein &enzyme) const
equality operator
Int getMSGFID() const
returns the MSGFPlus enzyme id
DigestionEnzymeProtein(const std::string &name, const std::string &cleavage_regex, const std::set< std::string > &synonyms=std::set< std::string >(), std::string regex_description="", EmpiricalFormula n_term_gain=EmpiricalFormula("H"), EmpiricalFormula c_term_gain=EmpiricalFormula("OH"), std::string psi_id="", std::string xtandem_id="", Int comet_id=-1, Int msgf_id=-1, Int omssa_id=-1)
Detailed constructor.
DigestionEnzymeProtein & operator=(DigestionEnzymeProtein &&) &=default
Move assignment operator.
DigestionEnzymeProtein()
Default constructor.
void setMSGFID(Int value)
sets the MSGFPlus enzyme id
Base class for digestion enzymes.
Definition DigestionEnzyme.h:29
int Int
Signed integer type.
Definition Types.h:72
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
DigestionEnzymeProtein Protease
Definition DigestionEnzymeProtein.h:166