Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Data.Fasta.String.Types
Description
Collects all application specific types. Used here for strings.
- data FastaSequence = FastaSequence {
- fastaHeader :: String
- fastaSeq :: String
- type Codon = String
- type AA = Char
- type Clone = FastaSequence
- type Germline = FastaSequence
- type CloneMap = Map (Int, Germline) [Clone]
- class ShowFasta a where
Documentation
data FastaSequence Source #
Constructors
FastaSequence | |
Fields
|
Instances
type Clone = FastaSequence Source #
type Germline = FastaSequence Source #