Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Bio.RealWorld.ID
Synopsis
- class BioID a where
- fromID :: a -> ByteString
- toID :: ByteString -> a
- newtype UniprotID = UniprotID ByteString
- newtype UCSCID = UCSCID ByteString
- newtype GOID = GOID ByteString
- newtype EncodeAcc = EncodeAcc ByteString
- newtype EnsemblID = EnsemblID ByteString
Documentation
Instances
BioID EnsemblID Source # | |
Defined in Bio.RealWorld.ID | |
BioID EncodeAcc Source # | |
Defined in Bio.RealWorld.ID |
Constructors
UCSCID ByteString |
Constructors
GOID ByteString |
ENCODE Accession
Constructors
EncodeAcc ByteString |