Skip to main content

Functions for reverse translation.

Project description

https://img.shields.io/github/last-commit/mutalyzer/backtranslate.svg https://github.com/mutalyzer/backtranslate/actions/workflows/python-package.yml/badge.svg https://readthedocs.org/projects/mutalyzer-backtranslate/badge/?version=latest https://img.shields.io/github/release-date/mutalyzer/backtranslate.svg https://img.shields.io/github/release/mutalyzer/backtranslate.svg https://img.shields.io/pypi/v/mutalyzer-backtranslate.svg https://img.shields.io/github/languages/code-size/mutalyzer/backtranslate.svg https://img.shields.io/github/languages/count/mutalyzer/backtranslate.svg https://img.shields.io/github/languages/top/mutalyzer/backtranslate.svg https://img.shields.io/github/license/mutalyzer/backtranslate.svg

This library provides functions for back translation of amino acid changes to nucleotide changes.

Features:

  • Support for all known codon tables.

  • Back translation of amino acid changes using codon reference information.

  • Back translation of amino acid changes using amino acid reference information.

  • Function to determine all amino acid substitutions of which the back translation can be improved by adding codon information.

Please see ReadTheDocs for the latest documentation.

Quick start

The BackTranslate class provides functionality for back translation.

>>> from mutalyzer_backtranslate import BackTranslate
>>> bt = BackTranslate()

An amino acid change from a Leucine to a Phenylalanine can be explained by five substitutions.

>>> bt.without_dna('L', 'F')
{2: {('A', 'T'), ('A', 'C'), ('G', 'C'), ('G', 'T')}, 0: {('C', 'T')}}

If codon information is present, the same substitution can only be explained by one substitution.

>>> bt.with_dna('CTT', 'F')
{0: {('C', 'T')}}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mutalyzer_backtranslate-1.0.0.tar.gz (6.0 kB view details)

Uploaded Source

File details

Details for the file mutalyzer_backtranslate-1.0.0.tar.gz.

File metadata

  • Download URL: mutalyzer_backtranslate-1.0.0.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.4.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.7

File hashes

Hashes for mutalyzer_backtranslate-1.0.0.tar.gz
Algorithm Hash digest
SHA256 5b8e826fc6c77f8775bcc6cf869a826a765101ce1c9627630ce9b079e39590ec
MD5 24247dee04c1c0d6df4ca5efddc58822
BLAKE2b-256 bebf41bcbb9a08e377afeeebdd120712eb283a021303e13a0c511f444c04042b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page