RNaseDB#

class pyopenms.RNaseDB#

Bases: object

Cython implementation of _RNaseDB

Original C++ documentation is available here

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

getAllNames(self, all_names)

getEnzyme(self, name)

getEnzymeByRegEx(self, cleavage_regex)

hasEnzyme(self, name)

hasRegEx(self, cleavage_regex)

getAllNames(self, all_names: List[bytes]) None#
getEnzyme(self, name: bytes | str | String) DigestionEnzymeRNA#
getEnzymeByRegEx(self, cleavage_regex: bytes | str | String) DigestionEnzymeRNA#
hasEnzyme(self, name: bytes | str | String) bool#
hasRegEx(self, cleavage_regex: bytes | str | String) bool#