Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
feature_genotype_id | serial | 10 | √ | nextval('feature_genotype_feature_genotype_id_seq'::regclass) |
|
|
|||||
feature_id | int4 | 10 | null |
|
|
||||||
genotype_id | int4 | 10 | null |
|
|
||||||
chromosome_id | int4 | 10 | √ | null |
|
|
A feature of SO type “chromosome”. |
||||
rank | int4 | 10 | null |
|
|
rank can be used for n-ploid organisms or to preserve order. |
|||||
cgroup | int4 | 10 | null |
|
|
Spatially distinguishable group. group can be used for distinguishing the chromosomal groups, for example (RNAi products and so on can be treated as different groups, as they do not fall on a particular chromosome). |
|||||
cvterm_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
feature_genotype_pkey | Primary key | Asc | feature_genotype_id |
feature_genotype_c1 | Must be unique | Asc/Asc/Asc/Asc/Asc/Asc | feature_id + genotype_id + cvterm_id + chromosome_id + rank + cgroup |
feature_genotype_idx1 | Performance | Asc | feature_id |
feature_genotype_idx2 | Performance | Asc | genotype_id |