Schema for snp130CodingDbSnp
|
|
Database: hg18 Primary Table: snp130CodingDbSnp Row Count: 279,815   Data last updated: 2010-10-12
Format description: Annotations of the effects of SNPs on translated protein sequence. On download server: MariaDB table dump directory
field | example | SQL type | info | description |
bin | 585 | smallint(6) | range | Indexing field to speed chromosome range queries. |
chrom | chr1 | varchar(255) | values | Reference sequence chromosome or scaffold |
chromStart | 59414 | int(10) unsigned | range | Start position in chromosome |
chromEnd | 59415 | int(10) unsigned | range | End position in chromosome |
name | rs55874132 | varchar(255) | values | Reference SNP identifier |
transcript | NM_001005484 | varchar(255) | values | Accession of the transcript modified by SNP |
frame | 3 | enum('1', '2', '3') | values | Frame of transcript's codon modified by SNP |
alleleCount | 2 | int(11) | range | Number of annotated alleles for SNP |
funcCodes | 8,3, | longblob | | dbSNP function codes (e.g. 42=missense) |
alleles | G,C, | longblob | | Observed nucleotide alleles corresponding to funcCodes |
codons | GCG,GCC, | longblob | | Codons corresponding to funcCodes |
peptides | A,A, | longblob | | Amino acid sequence corresponding to funcCodes |
|
| |
|
|
Connected Tables and Joining Fields
|
|
Sample Rows
|
|
bin | chrom | chromStart | chromEnd | name | transcript | frame | alleleCount | funcCodes | alleles | codons | peptides |
---|
585 | chr1 | 59414 | 59415 | rs55874132 | NM_001005484 | 3 | 2 | 8,3, | G,C, | GCG,GCC, | A,A, |
585 | chr1 | 78031 | 78032 | rs940550 | XM_001724183 | 2 | 2 | 8,42, | C,T, | GCC,GTC, | A,V, |
585 | chr1 | 78034 | 78035 | rs940551 | XM_001724183 | 2 | 2 | 8,42, | G,A, | CGT,CAT, | R,H, |
585 | chr1 | 78078 | 78079 | rs2103136 | XM_001724183 | 1 | 2 | 8,42, | A,G, | ATC,GTC, | I,V, |
585 | chr1 | 78127 | 78128 | rs940552 | XM_001724183 | 2 | 2 | 8,42, | C,T, | TCT,TTT, | S,F, |
585 | chr1 | 78200 | 78201 | rs55700207 | XM_001724183 | 3 | 2 | 8,3, | G,A, | GAG,GAA, | E,E, |
590 | chr1 | 743267 | 743268 | rs61770173 | XM_001724496 | 3 | 2 | 8,3, | G,T, | CCG,CCT, | P,P, |
590 | chr1 | 743287 | 743288 | rs3131970 | XM_001724496 | 1 | 2 | 8,42, | A,G, | ACA,GCA, | T,A, |
590 | chr1 | 743336 | 743337 | rs2073814 | XM_001724496 | 3 | 2 | 8,3, | G,C, | CTG,CTC, | L,L, |
591 | chr1 | 845903 | 845904 | rs61769717 | XM_001724524 | 3 | 2 | 8,3, | C,T, | CGC,CGT, | R,R, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|