RibonucleotideDB

class pyopenms.RibonucleotideDB

Bases: object

Cython implementation of _RibonucleotideDB

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1RibonucleotideDB.html

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

getRibonucleotide

Cython signature: const Ribonucleotide * getRibonucleotide(const libcpp_string & code)

getRibonucleotideAlternatives

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

getRibonucleotidePrefix

Cython signature: const Ribonucleotide * getRibonucleotidePrefix(const libcpp_string & code)

getRibonucleotide()

Cython signature: const Ribonucleotide * getRibonucleotide(const libcpp_string & code)

getRibonucleotideAlternatives()

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

getRibonucleotidePrefix()

Cython signature: const Ribonucleotide * getRibonucleotidePrefix(const libcpp_string & code)