Schema for probeColor
  Database: visiGene    Primary Table: probeColor    Row Count: 8   Data last updated: 2006-03-28
Format description: Color - what color probe is in
On download server: MariaDB table dump directory
fieldexampleSQL type info description
id 1int(11) range ID of color
name purplevarchar(255) values Color name

Connected Tables and Joining Fields
        visiGene.imageProbe.probeColor (via probeColor.id)

Sample Rows
 
idname
1purple
2green
3blue
4digoxigenin
5red
6dark red
7white
8blue/purple

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