RNaseDB

class pyopenms.RNaseDB

Bases: object

Cython 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)

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)

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)