Computationally operate on DNA and RNA sequences
Project description
GenBit
Operate on DNA/RNA genetic sequences using a computer, the same way protein biosynthesis would happen within a cell. For instance, a given DNA sequence can be converted into an RNA sequence, and then an amino acid sequence. The full name of the protein then generated can also be found. You can also find the complentary genetic sequence, of the non-coding strand involved.
Coming Soon
- The ability to randomly mutate sequences
- Randomly generate sequences
- Finding the non-chemical name of the protein, and its functionality
- Building a system of proteins that can work together (protein simulations)
Usage
Install the package with pip install dnaseq-genbit. Now, it can be imported with import genbit, and you now have access to all the methods in GenBit. Sequences are represented by strings, and it is these strings that are operated on.
Example
import genbit
aa_seq = 'VLSPADKTNVKAAWGKVGAHAGEYGAEALERMFLSFPTTKTYFPHFDLSHGSAQVKGHGKKVADALTNAVAHVDDMPNALSALSDLHAHKLRVDPVNFKLLSHCLLVTLAAHLPAEFTPAVHASLDKFLASVSTVLTSKYRXXVLSPADKTNVKAAWGKVGAHAGEYGAEALERMFLSFPTTKTYFPHFDLSHGSAQVKGHGKKVADALTNAVAHVDDMPNALSALSDLHAHKLRVDPVNFKLLSHCLLVTLAAHLPAEFTPAVHASLDKFLASVSTVLTSKYRXXVHFTAEEKAAVTSLWSKMNVEEAGGEALGRLLVVYPWTQRFFDSFGNLSSPSAILGNPKVKAHGKKVLTSFGDAIKNMDNLKPAFAKLSELHCDKLHVDPENFKLLGNVMVIILATHFGKEFTPEVQAAWQKLVSAVAIALAHKYXXVHFTAEEKAAVTSLWSKMNVEEAGGEALGRLLVVYPWTQRFFDSFGNLSSPSAILGNPKVKAHGKKVLTSFGDAIKNMDNLKPAFAKLSELHCDKLHVDPENFKLLGNVMVIILATHFGKEFTPEVQAAWQKLVSAVAIALAHKYXX' # Amino Acid Sequence
rna_seq = genbit.amino_to_rna(aa_seq) # RNA Sequence
words_amino_seq = genbit.chemical_name_amino_chain(aa_seq) # Chemical Name of Amino Acid Sequence
dna_seq = genbit.chemical_name_to_dna(words_amino_seq) # DNA Sequence
codon_dna_seq = genbit.codons(dna_seq) # Codon Sequence
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 dnaseq-genbit-0.0.1.tar.gz.
File metadata
- Download URL: dnaseq-genbit-0.0.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dbc5b47b2b95b1e1354f88d444659c85bd25e23b6fb12d9b0caeaafaa996672
|
|
| MD5 |
8483b354c8c0fd95f9b176262c659023
|
|
| BLAKE2b-256 |
5c0da32c525a0973ca0b6fc8105398d11380fdadb800e96e12f4d303903616a6
|
File details
Details for the file dnaseq_genbit-0.0.1-py3-none-any.whl.
File metadata
- Download URL: dnaseq_genbit-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c522dc1d12ea1a921b34f7c12627092ec9e2e44438a471161ca0953cd3ca488
|
|
| MD5 |
c9ceb1eca2dbfc18f98afeb87ced82df
|
|
| BLAKE2b-256 |
039e11cb538a0a52d71ea660d8d463774e79ad8118fc515d1b66db22426f1932
|