Schema for SGP Genes - SGP Gene Predictions Using Mouse/Human Homology
  Database: hg38    Primary Table: sgpGene    Row Count: 36,030   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 585smallint(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 14969int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 15009int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 14969int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 15009int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 14969,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 15009,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 incmplenum('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 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
585chr1_1.1chr1-14969150091496915009114969,15009,0chr1_1incmplcmpl0,
585chr1_2.1chr1-16744357361674435736816744,16857,17232,17605,17914,18267,24737,35720,16765,17055,17257,17742,18061,18379,24891,35736,0chr1_2cmplcmpl0,0,2,0,0,2,1,0,
585chr1_3.1chr1+52029638875202963887252029,62915,52038,63887,0chr1_3cmplcmpl0,0,
585chr1_4.1chr1+65564700086556470008265564,69036,65573,70008,0chr1_4cmplcmpl0,0,
586chr1_5.1chr1+1317791556671317791556672131779,155643,131845,155667,0chr1_5cmplcmpl0,0,
586chr1_6.1chr1-1631241855301631241855306163124,163744,164765,165883,170508,185490,163141,163805,164791,165942,170527,185530,0chr1_6cmplcmpl1,0,1,2,1,0,
586chr1_7.1chr1-1872661954381872661954386187266,187379,187754,188129,188790,195262,187287,187577,187779,188266,188902,195438,0chr1_7cmplcmpl0,0,2,0,2,0,
586chr1_8.1chr1-2585402589032585402589031258540,258903,0chr1_8cmplcmpl0,
587chr1_9.1chr1-3481613483083481613483081348161,348308,0chr1_9cmplcmpl0,
588chr1_10.1chr1-4507394872034507394872032450739,487174,451763,487203,0chr1_10cmplcmpl2,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.