Schema for cds
  Database: hgFixed    Primary Table: cds    Row Count: 495,857   Data last updated: 2020-08-17
Format description: The coding region of a genbank sequence
On download server: MariaDB table dump directory
fieldexampleSQL type info description
id 0int(11) range Unique numerical id
name n/alongtext values Associated text. Usually start..end. May be more complex.
crc 2299int(10) unsigned range Checksum of name, which is used to speedup the update of this table

Connected Tables and Joining Fields
        hgFixed.gbCdnaInfo.cds (via cds.id)

Sample Rows
 
idnamecrc
0n/a2299
12971248100
21431248050
3312093
455..987287637
549..996287643
61..83466348
7475..17314589685
81..64866327
912..12981071119

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