Schema for featureClass
  Database: uniProt    Primary Table: featureClass    Row Count: 39   Data last updated: 2018-04-06
Format description: A class of feature
On download server: MariaDB table dump directory
fieldexampleSQL type info description
id 1int(11) range Database id - we make this up
val CHAINvarchar(255) values Name of class

Connected Tables and Joining Fields
        uniProt.feature.featureClass (via featureClass.id)

Sample Rows
 
idval
1CHAIN
2COMPBIAS
3TRANSMEM
4SIGNAL
5DOMAIN
6COILED
7NP_BIND
8MOTIF
9ACT_SITE
10BINDING

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