Translating, Transcribing, and Investigating Genetic Sequences and their corresponding Proteins

PyPI version Actions Status Downloads License

The Codons module is a lightweight tool for a) conducting transcription and translation of genetic sequences, either from a FASTA formated file or a string; b) making and reading FASTA or multi-FASTA files of genetic and protein sequences; and c) conducting BLAST searches of protein and nucleotide sequences. Example Notebooks of these features are offered in the “examples” directory of the Codons GitHub repository.

Installation

The following command installs Codons in a command prompt/terminal environment:

pip install codons

Contents