Calculating amino acid frequencies from codon design, and vice versa
Project description
codino
Calculating amino acid frequencies from codon design, and vice versa
Installation
pip install codino
Usage
from codino.process import Converter
c = Converter()
# converting from codon design to AA frequencies
c.cd_to_aa(first = {"A": 1}, second = {"T": 1}, third = {"G": 1})
# Out: {'M': 1}
# converting from AA frequency to codon design
c.aa_to_cd(aa={'M': 1})
# Out: ({'A': 1.0}, {'T': 1.0}, {'G': 1.0})
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
codino was created by David Zhang. It is licensed under the terms of the MIT license.
Credits
codino was created with cookiecutter and the py-pkgs-cookiecutter template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codino-0.1.1.tar.gz.
File metadata
- Download URL: codino-0.1.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.8.5 Darwin/20.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a00b03fcedfa794fa8adfa321e2609fefab0f9379a036ec6037e907098779d8
|
|
| MD5 |
9d98e374b501d35502773ba00fe029a2
|
|
| BLAKE2b-256 |
0d3a4768e8f4785d52f00e4906d9d3936e2aef0e7aac102d1268066c4f013197
|
File details
Details for the file codino-0.1.1-py3-none-any.whl.
File metadata
- Download URL: codino-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.8.5 Darwin/20.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2f9a527dde2089a769f8893db6e70e5f562b2352b904ce49037711a54fb2a40
|
|
| MD5 |
54adf502f4d68ae0591dc64021e7db07
|
|
| BLAKE2b-256 |
18bc36fcceb6201ac8dba4d3e2b2bfb1174336454c3c12e40d0f462f7827e497
|