Schema for bodyPart
  Database: visiGene    Primary Table: bodyPart    Row Count: 2,319   Data last updated: 2006-06-07
Format description: Brain, eye, kidney, etc. Use 'whole' for whole body
On download server: MariaDB table dump directory
fieldexampleSQL type info description
id 1int(11) range ID of body part
name wholevarchar(255) values Name of body part

Connected Tables and Joining Fields
        visiGene.expressionLevel.bodyPart (via bodyPart.id)
      visiGene.specimen.bodyPart (via bodyPart.id)

Sample Rows
 
idname
1whole
2head
3lung
4spinal cord
5brain
6central nervous system
7mantle layer
8C1
9C2
10C3

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