Expand description
Codon translation, genetic codes, codon usage analysis, and CAI.
Supports 7 NCBI genetic code tables (1, 2, 3, 4, 5, 6, 11) with full translation, start/stop codon queries, codon usage frequency tables, RSCU, CAI, and synonymous/non-synonymous site counting.
Structs§
- Codon
Usage - Codon usage frequency table.
- Genetic
Code - A genetic code translation table.
Enums§
- Genetic
Code Id - NCBI genetic code table identifier.
- Substitution
Class - Classification of a single-nucleotide substitution between two codons.
Functions§
- classify_
substitution - Classify the substitution between two codons that differ at exactly one position.
- codon_
adaptation_ index - Compute the Codon Adaptation Index of a query sequence against a reference usage table.
- count_
syn_ nonsyn_ sites - Count the number of synonymous and non-synonymous sites in a coding sequence.
- translate_
codon - Translate a single codon using the standard genetic code (NCBI Table 1).
- translate_
sequence - Translate a nucleotide sequence using the standard genetic code.