Documentation ¶
Overview ¶
Package alphabet provides mappings between codons and amino acids
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorCDSNotModThree error = errors.New("Translation error: Nucleotide sequence not divisible by 3")
Functions ¶
func Complement ¶ added in v1.2.0
func MakeCodonDict ¶
MakeCodonDict returns a map from codon (string) to amino acid code (string)
func MakeCompArray ¶ added in v1.2.0
func MakeCompArray() [256]byte
func MakeEncodedCompArray ¶ added in v1.2.0
func MakeEncodedCompArray() [256]byte
func ReverseComplement ¶ added in v1.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.