fasta-0.6.0.0: A simple, mindless parser for fasta files.

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Fasta.Text.Lazy.Translation

Description

Collects all functions pertaining to the translation of nucleotides to amino acids for Lazy Text.

Synopsis

Documentation

codon2aa :: Codon -> Either Text Text Source

Converts a codon to an amino acid Remember, if there is an N in that DNA sequence, then it is invalid

translate :: Int64 -> FastaSequence -> Either Text FastaSequence Source

Translates a string of nucleotides. Returns a text with the error if the codon is invalid.