Codon optimize DNA and Protein sequences for multiple species.
Project description
Optipyzer
optipyzer is a lightweight python package that interfaces the core opitpyzer server for use inside python programs. It lets you codon optimize any DNA or protein sequences inside python by providing a convenient API to construct and make requests to the optimization server. It returns the results as python objects for downstream use.
Installation
pip install optipyzer
Quick Start
To get started, simply create an API instance, and start making requests:
import optipyzer
api = optipyzer.API()
gblock = "ATGGCCCTTTAA"
result = api.optimize(
seq=dna_seq,
seq_type="dna",
weights={"human": 2, "mouse": 1},
)
print(result['optimized_sd'])
More Information
For a more detailed tutorial, please visit the docs
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 optipyzer-0.4.1.tar.gz.
File metadata
- Download URL: optipyzer-0.4.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65dad815f42146353f925281e77e2d75c7c48e9d7ff5da1a27ca8760a0319549
|
|
| MD5 |
7a4c4a32ec8c5f6aba089d3e2b744ac7
|
|
| BLAKE2b-256 |
4984195e493c53097f6aae1468692d214a32e3a433ae20638293820f61fe4de7
|
File details
Details for the file optipyzer-0.4.1-py3-none-any.whl.
File metadata
- Download URL: optipyzer-0.4.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc23b2b37708a7c983f0bafb0860d45ac2a262b20dc2d9a3ab6e331419dfc67e
|
|
| MD5 |
83644c5ebd94ab983b84dab61028d59f
|
|
| BLAKE2b-256 |
03732f3718fa168e9b6898a0409589260e60bfe576d56f5cebd515b20cc27cdb
|