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 Source #
type Clone = FastaSequence Source #
type Germline = FastaSequence Source #