Safe Haskell | None |
---|
Biobase.AAseq
Description
This module has the translation tables for the genetic code.
Documentation
The amino acid newtype.
Creating functions and aa data.
Create amino acid sequences from different data sources.
primaryToAAseq :: Primary -> AAseqSource
lookup tables
charAAList :: [(Char, AA)]Source
aACharList :: [(AA, Char)]Source
codonTable :: Map [Char] CharSource
nucCodonTable :: Map [Nuc] AASource