| field | example | SQL type | info | description |
| name | uc007afh.1 | varchar(255) | values | Name of transcript |
| category | coding | varchar(255) | values | coding/nearCoding/noncoding for now |
| sourceAcc | NM_008866.2 | varchar(255) | values | Accession of genbank transcript patterned on (may be refSeq) |
| isRefSeq | 1 | tinyint(3) unsigned | range | Is a refSeq |
| sourceSize | 2447 | int(11) | range | Number of bases in source, excluding poly-A tail. |
| aliCoverage | 0.994279 | double | range | Fraction of bases in source aligning. |
| aliIdRatio | 1 | double | range | matching/total bases in alignment |
| genoMapCount | 1 | int(11) | range | Number of times source aligns in genome. |
| exonCount | 9 | int(11) | range | Number of exons (excludes gaps from frame shift/stops) |
| orfSize | 693 | int(11) | range | Size of ORF |
| cdsScore | 1494.5 | double | range | Score of best CDS according to txCdsPredict |
| startComplete | 1 | tinyint(3) unsigned | range | Starts with ATG |
| endComplete | 1 | tinyint(3) unsigned | range | Ends with stop codon |
| nonsenseMediatedDecay | 0 | tinyint(3) unsigned | range | If true, is a nonsense mediated decay candidate. |
| retainedIntron | 0 | tinyint(3) unsigned | range | True if has a retained intron compared to overlapping transcripts |
| bleedIntoIntron | 0 | int(11) | range | If nonzero number of bases start or end of tx bleeds into intron |
| strangeSplice | 0 | int(11) | range | Count of splice sites not gt/ag, gc/ag, or at/ac |
| atacIntrons | 0 | int(11) | range | Count of number of at/ac introns |
| cdsSingleInIntron | 0 | tinyint(3) unsigned | range | True if CDS is single exon and in intron of other transcript. |
| cdsSingleInUtr3 | 0 | tinyint(3) unsigned | range | True if CDS is single exon and in 3' UTR of other transcript. |
| selenocysteine | 0 | tinyint(3) unsigned | range | If true TGA codes for selenocysteine |
| genomicFrameShift | 0 | tinyint(3) unsigned | range | True if genomic version has frame shift we cut out |
| genomicStop | 0 | tinyint(3) unsigned | range | True if genomic version has stop codon we cut out |