DigestionEnzyme#
- class pyopenms.DigestionEnzyme#
Bases:
objectCython implementation of _DigestionEnzyme
Original C++ documentation is available here
Base class for digestion enzymes
- __init__()#
Overload:
- __init__(self, in_0: DigestionEnzyme) None
Overload:
Methods
Overload:
addSynonym(self, synonym)Adds a synonym
getName(self)Returns the name of the enzyme
getRegEx(self)Returns the cleavage regex
getRegExDescription(self)Returns the regex description
getSynonyms(self)Returns the synonyms
setName(self, name)Sets the name of the enzyme
setRegEx(self, cleavage_regex)Sets the cleavage regex
setRegExDescription(self, value)Sets the regex description
setSynonyms(self, synonyms)Sets the synonyms
setValueFromFile(self, key, value)Sets the value of a member variable based on an entry from an input file
- getSynonyms(self) Set[bytes]#
Returns the synonyms
- setSynonyms(self, synonyms: Set[bytes]) None#
Sets the synonyms