Schema for SGP Genes - SGP Gene Predictions Using Mouse/Human Homology
  Database: mm10    Primary Table: sgpGene    Row Count: 35,235   Data last updated: 2015-07-30
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 609smallint(5) unsigned range Indexing field to speed chromosome range queries.
name chr1_1.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr1varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 3216021int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 3221041int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 3216021int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 3221041int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 2int(10) unsigned range Number of exons
exonStarts 3216021,3221013,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 3216968,3221041,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 chr1_1varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 1,0,longblob   Reading frame of the start of the CDS region of the exon, in the direction of transcription (0,1,2), or -1 if there is no CDS region.

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
609chr1_1.1chr1-321602132210413216021322104123216021,3221013,3216968,3221041,0chr1_1cmplcmpl1,0,
76chr1_2.1chr1-336372334513393363723345133953363723,3401410,3421701,3440524,3451324,3363766,3401438,3421901,3440568,3451339,0chr1_2cmplcmpl2,1,2,0,0,
611chr1_3.1chr1+353179435327203531794353272033531794,3531922,3532304,3531902,3532277,3532720,0chr1_3cmplcmpl0,0,1,
76chr1_4.1chr1-366225337298793662253372987953662253,3670551,3674518,3706173,3729866,3662275,3671049,3674537,3706200,3729879,0chr1_4cmplcmpl2,2,1,1,0,
9chr1_5.1chr1-3999556425937539995564259375233999556,4007655,4019069,4024735,4041887,4056161,4092616,4119667,4120014,4142611,4147811,4148653,4163854,4170204,4197533,4206659, ...3999617,4007737,4019148,4024890,4042107,4056278,4092780,4119712,4120073,4142766,4147963,4148744,4163941,4170404,4197641,4206837, ...0chr1_5cmplcmpl2,1,0,1,0,0,1,1,2,0,1,0,0,1,1,0,0,0,1,2,1,0,0,
77chr1_6.1chr1-425998643326384259986433263874259986,4260299,4267468,4284765,4292925,4311269,4332631,4260098,4260511,4267620,4284898,4293012,4311433,4332638,0chr1_6cmplcmpl2,0,1,0,0,1,0,
618chr1_7.1chr1-434459943528254344599435282534344599,4351909,4352201,4350013,4352081,4352825,0chr1_7cmplcmpl1,0,0,
619chr1_8.1chr1-449171544934064491715449340624491715,4493099,4492668,4493406,0chr1_8cmplcmpl1,0,
77chr1_9.1chr1+452316346114064523163461140674523163,4524677,4525783,4544020,4572372,4610610,4611322,4523355,4525370,4526024,4544202,4572412,4610891,4611406,0chr1_9cmplcmpl0,0,0,1,0,1,0,
620chr1_10.1chr1-468797546894044687975468940434687975,4688473,4689379,4688283,4689010,4689404,0chr1_10cmplcmpl1,1,0,

Note: all start coordinates in our database are 0-based, not 1-based. See explanation here.

SGP Genes (sgpGene) Track Description
 

Description

This track shows gene predictions from the SGP2 homology-based gene prediction program developed by Roderic Guigó's "Computational Biology of RNA Processing" group, which is part of the Centre de Regulació Genòmica (CRG) in Barcelona, Catalunya, Spain. To predict genes in a genomic query, SGP2 combines geneid predictions with tblastx comparisons of the genome of the target species against genomic sequences of other species (reference genomes) deemed to be at an appropriate evolutionary distance from the target.

Credits

Thanks to the "Computational Biology of RNA Processing" group for providing these data.