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