Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
feature_cvterm_id | serial | 10 | √ | nextval('feature_cvterm_feature_cvterm_id_seq'::regclass) |
|
|
|||||||||||
feature_id | int4 | 10 | null |
|
|
||||||||||||
cvterm_id | int4 | 10 | null |
|
|
||||||||||||
pub_id | int4 | 10 | null |
|
|
Provenance for the annotation. Each annotation should have a single primary publication (which may be of the appropriate type for computational analyses) where more details can be found. Additional provenance dbxrefs can be attached using feature_cvterm_dbxref |
|||||||||||
is_not | bool | 1 | false |
|
|
if this is set to true, then this annotation is interpreted as a NEGATIVE annotation - ie the feature does NOT have the specified function, process, component, part, etc. See GO docs for more details |
|||||||||||
rank | int4 | 10 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
feature_cvterm_pkey | Primary key | Asc | feature_cvterm_id |
feature_cvterm_c1 | Must be unique | Asc/Asc/Asc/Asc | feature_id + cvterm_id + pub_id + rank |
feature_cvterm_idx1 | Performance | Asc | feature_id |
feature_cvterm_idx2 | Performance | Asc | cvterm_id |
feature_cvterm_idx3 | Performance | Asc | pub_id |