RNaseDB#
- class pyopenms.RNaseDB#
Bases:
objectCython implementation of _RNaseDB
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1RNaseDB.html
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)Cython signature: void getAllNames(libcpp_vector[String] & all_names)
Cython signature: const DigestionEnzymeRNA * getEnzyme(const String & name)
Cython signature: const DigestionEnzymeRNA * getEnzymeByRegEx(const String & cleavage_regex)
Cython signature: bool hasEnzyme(const String & name)
Cython signature: bool hasRegEx(const String & cleavage_regex)
- getAllNames()#
Cython signature: void getAllNames(libcpp_vector[String] & all_names)
- getEnzyme()#
Cython signature: const DigestionEnzymeRNA * getEnzyme(const String & name)
- getEnzymeByRegEx()#
Cython signature: const DigestionEnzymeRNA * getEnzymeByRegEx(const String & cleavage_regex)
- hasEnzyme()#
Cython signature: bool hasEnzyme(const String & name)
- hasRegEx()#
Cython signature: bool hasRegEx(const String & cleavage_regex)