| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Bio.Uniprot.Type
Synopsis
- data Kingdom
- data Organism = Organism {}
- data Status
- data ID = ID {}
- newtype AC = AC {
- accessionNumbers :: [Text]
- data DT = DT {}
- data Name = Name {}
- data AltName
- data Flag
- data DE = DE {}
- data GN = GN {}
- newtype OS = OS {}
- data Plastid
- data OG
- newtype OC = OC {}
- data OX = OX {}
- data OH = OH {}
- data Token
- = STRAIN
- | PLASMID
- | TRANSPOSON
- | TISSUE
- data BibliographicDB
- data RN = RN {}
- data Reference = Reference {}
- type Topic = Text
- data CC = CC {}
- data DR = DR {
- resourceAbbr :: Text
- resourceId :: Text
- optionalInfo :: [Text]
- data PE
- newtype KW = KW {}
- data Endpoint
- data FT = FT {}
- data SQ = SQ {}
- data Record = Record {}
Documentation
Which taxonomic kingdom an
organism belongs to.
Constructors
| Archea |
|
| Bacteria |
|
| Eukaryota |
|
| Virus |
|
| Other |
|
Instances
| Bounded Kingdom # | |
| Enum Kingdom # | |
| Eq Kingdom # | |
| Ord Kingdom # | |
| Show Kingdom # | |
| Generic Kingdom # | |
| type Rep Kingdom # | |
Defined in Bio.Uniprot.Type type Rep Kingdom = D1 (MetaData "Kingdom" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) ((C1 (MetaCons "Archea" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Bacteria" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Eukaryota" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Virus" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Other" PrefixI False) (U1 :: Type -> Type)))) | |
Controlled vocabulary of species
Constructors
| Organism | |
Instances
| Eq Organism # | |
| Ord Organism # | |
Defined in Bio.Uniprot.Type | |
| Show Organism # | |
| Generic Organism # | |
| type Rep Organism # | |
Defined in Bio.Uniprot.Type type Rep Organism = D1 (MetaData "Organism" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) (C1 (MetaCons "Organism" PrefixI True) ((S1 (MetaSel (Just "code") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "kingdom") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Kingdom)) :*: (S1 (MetaSel (Just "officialName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "commonName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "synonym") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)))))) | |
To distinguish the fully annotated entries in the Swiss-Prot
section of the UniProt Knowledgebase from the computer-annotated
entries in the TrEMBL section, the status of each entry is
indicated in the first (ID) line of each entry
Constructors
| Reviewed | Entries that have been manually reviewed and annotated by UniProtKB curators |
| Unreviewed | Computer-annotated entries that have not been reviewed by UniProtKB curators |
IDentification
Constructors
| ID | |
Fields
| |
Instances
| Eq ID # | |
| Ord ID # | |
| Show ID # | |
| Generic ID # | |
| type Rep ID # | |
Defined in Bio.Uniprot.Type type Rep ID = D1 (MetaData "ID" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) (C1 (MetaCons "ID" PrefixI True) (S1 (MetaSel (Just "entryName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "status") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Status) :*: S1 (MetaSel (Just "seqLength") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))) | |
ACcession numbers. The purpose of accession numbers is to provide a stable way of identifying entries from release to release. It is sometimes necessary for reasons of consistency to change the names of the entries, for example, to ensure that related entries have similar names. However, an accession number is always conserved, and therefore allows unambiguous citation of entries. Researchers who wish to cite entries in their publications should always cite the first accession number. This is commonly referred to as the 'primary accession number'. 'Secondary accession numbers' are sorted alphanumerically.
Constructors
| AC | |
Fields
| |
DaTe: the date of creation and last modification of the database entry.
Constructors
| DT | |
Fields
| |
Instances
| Eq DT # | |
| Ord DT # | |
| Show DT # | |
| Generic DT # | |
| type Rep DT # | |
Defined in Bio.Uniprot.Type type Rep DT = D1 (MetaData "DT" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) (C1 (MetaCons "DT" PrefixI True) ((S1 (MetaSel (Just "dbIntegrationDate") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "dbName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "seqVersionDate") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) :*: (S1 (MetaSel (Just "seqVersion") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: (S1 (MetaSel (Just "entryVersionDate") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "entryVersion") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int))))) | |
Constructors
| Name | |
Instances
| Eq Name # | |
| Ord Name # | |
| Show Name # | |
| Generic Name # | |
| type Rep Name # | |
Defined in Bio.Uniprot.Type type Rep Name = D1 (MetaData "Name" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) (C1 (MetaCons "Name" PrefixI True) (S1 (MetaSel (Just "fullName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "shortName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text]) :*: S1 (MetaSel (Just "ecNumber") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))) | |
Instances
| Eq AltName # | |
| Ord AltName # | |
| Show AltName # | |
| Generic AltName # | |
| type Rep AltName # | |
Defined in Bio.Uniprot.Type type Rep AltName = D1 (MetaData "AltName" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) ((C1 (MetaCons "Simple" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Name)) :+: C1 (MetaCons "Allergen" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) :+: (C1 (MetaCons "Biotech" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) :+: (C1 (MetaCons "CDAntigen" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) :+: C1 (MetaCons "INN" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))))) | |
Constructors
| Fragment | The complete sequence is not determined. |
| Fragments | The complete sequence is not determined. |
| Precursor | The sequence displayed does not correspond to the mature form of the protein. |
DEscription - general descriptive information about the sequence stored.
Constructors
| DE | |
Fields
| |
Instances
| Eq DE # | |
| Ord DE # | |
| Show DE # | |
| Generic DE # | |
| type Rep DE # | |
Defined in Bio.Uniprot.Type type Rep DE = D1 (MetaData "DE" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) (C1 (MetaCons "DE" PrefixI True) ((S1 (MetaSel (Just "recName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Name)) :*: (S1 (MetaSel (Just "altNames") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [AltName]) :*: S1 (MetaSel (Just "subNames") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Name]))) :*: (S1 (MetaSel (Just "includes") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [DE]) :*: (S1 (MetaSel (Just "contains") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [DE]) :*: S1 (MetaSel (Just "flags") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Flag]))))) | |
Gene Name - the name(s) of the gene(s) that code for the stored protein sequence.
Constructors
| GN | |
Fields
| |
Instances
| Eq GN # | |
| Ord GN # | |
| Show GN # | |
| Generic GN # | |
| type Rep GN # | |
Defined in Bio.Uniprot.Type type Rep GN = D1 (MetaData "GN" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) (C1 (MetaCons "GN" PrefixI True) ((S1 (MetaSel (Just "geneName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "synonyms") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])) :*: (S1 (MetaSel (Just "orderedLocusNames") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text]) :*: S1 (MetaSel (Just "orfNames") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))) | |
Organism Species - the organism which was the source of the stored sequence.
A enum of possible plastid types, based on either taxonomic lineage or photosynthetic capacity.
Constructors
| PlastidSimple | The term Plastid is used when the capacities of the organism are unclear; for example in the parasitic plants of the Cuscuta lineage, where sometimes young tissue is photosynthetic. |
| PlastidApicoplast | Apicoplasts are the plastids found in Apicocomplexa parasites such as Eimeria, Plasmodium and Toxoplasma; they are not photosynthetic. |
| PlastidChloroplast | Chloroplasts are the plastids found in all land plants and algae with the exception of the glaucocystophyte algae (see below). Chloroplasts in green tissue are photosynthetic; in other tissues they may not be photosynthetic and then may also have secondary information relating to subcellular location (e.g. amyloplasts, chromoplasts). |
| PlastidOrganellarChromatophore | Chloroplasts are the plastids found in all land plants and algae with the exception of the glaucocystophyte algae (see below). Chloroplasts in green tissue are photosynthetic; in other tissues they may not be photosynthetic and then may also have secondary information relating to subcellular location (e.g. amyloplasts, chromoplasts). |
| PlastidCyanelle | Cyanelles are the plastids found in the glaucocystophyte algae. They are also photosynthetic but their plastid has a vestigial cell wall between the 2 envelope membranes. |
| PlastidNonPhotosynthetic | Non-photosynthetic plastid is used when the plastid in question derives from a photosynthetic lineage but the plastid in question is missing essential genes. Some examples are Aneura mirabilis, Epifagus virginiana, Helicosporidium (a liverwort, higher plant and green alga respectively). |
Instances
| Bounded Plastid # | |
| Enum Plastid # | |
| Eq Plastid # | |
| Ord Plastid # | |
| Show Plastid # | |
| Generic Plastid # | |
| type Rep Plastid # | |
Defined in Bio.Uniprot.Type type Rep Plastid = D1 (MetaData "Plastid" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) ((C1 (MetaCons "PlastidSimple" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "PlastidApicoplast" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "PlastidChloroplast" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "PlastidOrganellarChromatophore" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "PlastidCyanelle" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "PlastidNonPhotosynthetic" PrefixI False) (U1 :: Type -> Type)))) | |
OrGanelle - indicates if the gene coding for a protein originates from mitochondria, a plastid, a nucleomorph or a plasmid.
Constructors
| Hydrogenosome | Hydrogenosomes are membrane-enclosed redox organelles found in some anaerobic unicellular eukaryotes which contain hydrogenase and produce hydrogen and ATP by glycolysis. They are thought to have evolved from mitochondria; most hydrogenosomes lack a genome, but some like (e.g. the anaerobic ciliate Nyctotherus ovalis) have retained a rudimentary genome. |
| Mitochondrion | Mitochondria are redox-active membrane-bound organelles found in the cytoplasm of most eukaryotic cells. They are the site of sthe reactions of oxidative phosphorylation, which results in the formation of ATP. |
| Nucleomorph | Nucleomorphs are reduced vestigal nuclei found in the plastids of cryptomonad and chlorachniophyte algae. The plastids originate from engulfed eukaryotic phototrophs. |
| Plasmid [Text] | Plasmid with a specific name. If an entry reports the sequence of a protein identical in a number of plasmids, the names of these plasmids will all be listed. |
| Plastid Plastid | Plastids are classified based on either their taxonomic lineage or in some cases on their photosynthetic capacity. |
Instances
| Eq OG # | |
| Ord OG # | |
| Show OG # | |
| Generic OG # | |
| type Rep OG # | |
Defined in Bio.Uniprot.Type type Rep OG = D1 (MetaData "OG" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) ((C1 (MetaCons "Hydrogenosome" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Mitochondrion" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Nucleomorph" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Plasmid" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])) :+: C1 (MetaCons "Plastid" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Plastid))))) | |
Organism Classification - the taxonomic classification of the source organism.
Organism taxonomy cross-reference indicates the identifier of a specific organism in a taxonomic database.
Constructors
| OX | |
Fields
| |
Instances
| Eq OX # | |
| Ord OX # | |
| Show OX # | |
| Generic OX # | |
| type Rep OX # | |
Defined in Bio.Uniprot.Type type Rep OX = D1 (MetaData "OX" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) (C1 (MetaCons "OX" PrefixI True) (S1 (MetaSel (Just "databaseQualifier") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "taxonomicCode") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) | |
Organism Host - indicates the host organism(s) that are susceptible to be infected by a virus. Appears only in viral entries.
Instances
| Eq OH # | |
| Ord OH # | |
| Show OH # | |
| Generic OH # | |
| type Rep OH # | |
Defined in Bio.Uniprot.Type type Rep OH = D1 (MetaData "OH" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) (C1 (MetaCons "OH" PrefixI True) (S1 (MetaSel (Just "taxId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "hostName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) | |
Reference comment token.
Constructors
| STRAIN | |
| PLASMID | |
| TRANSPOSON | |
| TISSUE |
Instances
| Bounded Token # | |
| Enum Token # | |
Defined in Bio.Uniprot.Type | |
| Eq Token # | |
| Ord Token # | |
| Show Token # | |
| Generic Token # | |
| type Rep Token # | |
Defined in Bio.Uniprot.Type type Rep Token = D1 (MetaData "Token" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) ((C1 (MetaCons "STRAIN" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "PLASMID" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "TRANSPOSON" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TISSUE" PrefixI False) (U1 :: Type -> Type))) | |
data BibliographicDB #
Bibliographic database names.
Instances
Reference Number - a sequential number to each reference citation in an entry.
Instances
| Eq RN # | |
| Ord RN # | |
| Show RN # | |
| Generic RN # | |
| type Rep RN # | |
Defined in Bio.Uniprot.Type type Rep RN = D1 (MetaData "RN" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) (C1 (MetaCons "RN" PrefixI True) (S1 (MetaSel (Just "number") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: S1 (MetaSel (Just "evidence") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text]))) | |
Reference lines.
Constructors
| Reference | |
Fields
| |
Instances
Free text comments on the entry, and are used to convey any useful information.
Instances
| Eq CC # | |
| Ord CC # | |
| Show CC # | |
| Generic CC # | |
| type Rep CC # | |
Defined in Bio.Uniprot.Type type Rep CC = D1 (MetaData "CC" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) (C1 (MetaCons "CC" PrefixI True) (S1 (MetaSel (Just "topic") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Topic) :*: S1 (MetaSel (Just "comment") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) | |
Database cross-Reference - pointers to information in external data resources that is related to UniProtKB entries.
Constructors
| DR | |
Fields
| |
Instances
| Eq DR # | |
| Ord DR # | |
| Show DR # | |
| Generic DR # | |
| type Rep DR # | |
Defined in Bio.Uniprot.Type type Rep DR = D1 (MetaData "DR" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) (C1 (MetaCons "DR" PrefixI True) (S1 (MetaSel (Just "resourceAbbr") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "resourceId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "optionalInfo") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))) | |
Protein existence - indication on the evidences that we currently have for the existence of a protein. Because most protein sequences are derived from translation of nucleotide sequences and are mere predictions, the PE line indicates what the evidences are of the existence of a protein.
Constructors
| EvidenceAtProteinLevel | |
| EvidenceAtTranscriptLevel | |
| InferredFromHomology | |
| Predicted | |
| Uncertain |
Instances
| Eq PE # | |
| Ord PE # | |
| Show PE # | |
| Generic PE # | |
| type Rep PE # | |
Defined in Bio.Uniprot.Type type Rep PE = D1 (MetaData "PE" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) ((C1 (MetaCons "EvidenceAtProteinLevel" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "EvidenceAtTranscriptLevel" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "InferredFromHomology" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Predicted" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Uncertain" PrefixI False) (U1 :: Type -> Type)))) | |
KeyWord - information that can be used to generate indexes of the sequence entries based on functional, structural, or other categories.
Constructors
| ExactEP Int | |
| NTerminalEP Int | |
| CTerminalEP Int | |
| UncertainEP Int | |
| UnknownEP |
Instances
| Eq Endpoint # | |
| Ord Endpoint # | |
Defined in Bio.Uniprot.Type | |
| Show Endpoint # | |
| Generic Endpoint # | |
| type Rep Endpoint # | |
Defined in Bio.Uniprot.Type type Rep Endpoint = D1 (MetaData "Endpoint" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) ((C1 (MetaCons "ExactEP" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)) :+: C1 (MetaCons "NTerminalEP" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int))) :+: (C1 (MetaCons "CTerminalEP" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)) :+: (C1 (MetaCons "UncertainEP" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)) :+: C1 (MetaCons "UnknownEP" PrefixI False) (U1 :: Type -> Type)))) | |
Feature Table - means for the annotation of the sequence data.
Constructors
| FT | |
Instances
| Eq FT # | |
| Ord FT # | |
| Show FT # | |
| Generic FT # | |
| type Rep FT # | |
Defined in Bio.Uniprot.Type type Rep FT = D1 (MetaData "FT" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) (C1 (MetaCons "FT" PrefixI True) ((S1 (MetaSel (Just "keyName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "fromEP") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Endpoint)) :*: (S1 (MetaSel (Just "toEP") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Endpoint) :*: S1 (MetaSel (Just "description") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))) | |
SeQuence header - sequence data and a quick summary of its content.
Constructors
| SQ | |
Instances
| Eq SQ # | |
| Ord SQ # | |
| Show SQ # | |
| Generic SQ # | |
| type Rep SQ # | |
Defined in Bio.Uniprot.Type type Rep SQ = D1 (MetaData "SQ" "Bio.Uniprot.Type" "uniprot-kb-0.1.2.0-2jQNi2MIlXDFWstOwhMKEH" False) (C1 (MetaCons "SQ" PrefixI True) ((S1 (MetaSel (Just "length") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: S1 (MetaSel (Just "molWeight") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)) :*: (S1 (MetaSel (Just "crc64") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "sequence") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))) | |
Full UniProt record in UniProt-KB format.
Constructors
| Record | |