| field | example | SQL type | info | description |
| name | uc001aaa.2 | varchar(255) | values | Name of transcript |
| category | noncoding | varchar(255) | values | coding/nearCoding/noncoding for now |
| sourceAcc | BC032353.1 | varchar(255) | values | Accession of genbank transcript patterned on (may be refSeq) |
| isRefSeq | 0 | tinyint(3) unsigned | range | Is a refSeq |
| sourceSize | 1673 | int(11) | range | Number of bases in source, excluding poly-A tail. |
| aliCoverage | 0.896593 | double | range | Fraction of bases in source aligning. |
| aliIdRatio | 0.995119 | double | range | matching/total bases in alignment |
| genoMapCount | 3 | int(11) | range | Number of times source aligns in genome. |
| exonCount | 3 | int(11) | range | Number of exons (excludes gaps from frame shift/stops) |
| orfSize | 0 | int(11) | range | Size of ORF |
| cdsScore | 19.5 | double | range | Score of best CDS according to txCdsPredict |
| startComplete | 0 | tinyint(3) unsigned | range | Starts with ATG |
| endComplete | 0 | 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 |