Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Library with auxiliary functions needed in multiple other modules.
Documentation
parseNucleotideSequence :: GenParser Char st String Source
Parse nucleotide sequence. Allowed letters according to IUPAC
parseNucleotideAlignmentEntry :: GenParser Char st String Source
Parse nucleotide alignment entry. Allowed letters according to IUPAC and commonly used gap characters
parseProteinSequence :: GenParser Char st String Source
Parse protein amino acid code sequence. Allowed letters according to IUPAC
parseProteinAlignmentEntry :: GenParser Char st String Source
Parse protein amino acid code alignment entry. Allowed letters according to IUPAC and commonly used gap characters
readDouble :: String -> Double Source