Schema for cell
  Database: hgFixed    Primary Table: cell    Row Count: 8,783   Data last updated: 2020-08-17
Format description: The type of cell a genbank sequence came from
On download server: MariaDB table dump directory
fieldexampleSQL type info description
id 0int(11) range Unique numerical id
name n/alongtext values Associated text
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.cell (via cell.id)

Sample Rows
 
idnamecrc
0n/a2299
1P391729
2Q131724
3RO2J T-lymphoma2753682474
4NB41760
511-1816900
6CRL-1669 BCL1 Clone 13.20-3B31905372843
7CRL-2070 NE97741063
8RCB-1283 B16 melanoma11258762
9RCB-0559 K-1 . F13584722510

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