Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Data.Fasta.ByteString.Types
Description
Collects all application specific types. Used here for Text.
- data FastaSequence = FastaSequence {}
- type Codon = ByteString
- type AA = Char
- type Clone = FastaSequence
- type Germline = FastaSequence
- type CloneMap = Map (Int, Germline) [Clone]
- class ShowFasta a where
Documentation
type Codon = ByteString #
type Clone = FastaSequence #
type Germline = FastaSequence #
type CloneMap = Map (Int, Germline) [Clone] #
A clone is a collection of sequences derived from a germline with a specific identifier