RibonucleotideDB#

class pyopenms.RibonucleotideDB#

Bases: object

Cython implementation of _RibonucleotideDB

Original C++ documentation is available here

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

getRibonucleotide(self, code)

getRibonucleotideAlternatives

Cython signature: libcpp_pair[const Ribonucleotide *,const Ribonucleotide *] getRibonucleotideAlternatives(const libcpp_string & code)

getRibonucleotidePrefix(self, code)

getRibonucleotide(self, code: bytes) Ribonucleotide#
getRibonucleotideAlternatives()#

Cython signature: libcpp_pair[const Ribonucleotide *,const Ribonucleotide *] getRibonucleotideAlternatives(const libcpp_string & code)

getRibonucleotidePrefix(self, code: bytes) Ribonucleotide#