modify-fasta-0.8.2.3: Modify fasta (and CLIP) files in several optional ways

Safe HaskellSafe
LanguageHaskell98

Types

Documentation

type ID = Int #

type Codon = Text #

type CodonMut = Int #

type Field = Int #

type Start = Int #

type Stop = Int #

type Position = Int #

type Frame = Int #

type CodonTable = [(Text, Char)] #

type Mutation = (Char, Char) #