phylonodeprop

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
phylonodeprop_id serial 10 nextval('phylonodeprop_phylonodeprop_id_seq'::regclass)
phylonode_id int4 10 null
phylonode.phylonode_id phylonodeprop_phylonode_id_fkey C
type_id int4 10 null
cvterm.cvterm_id phylonodeprop_type_id_fkey C

type_id could designate phylonode hierarchy relationships, for example: species taxonomy (kingdom, order, family, genus, species), “ortholog/paralog”, “fold/superfold”, etc.

value text 2147483647 ''::text
rank int4 10 0

Indexes

Constraint Name Type Sort Column(s)
phylonodeprop_pkey Primary key Asc phylonodeprop_id
phylonodeprop_idx1 Performance Asc phylonode_id
phylonodeprop_idx2 Performance Asc type_id
phylonodeprop_phylonode_id_key Must be unique Asc/Asc/Asc/Asc phylonode_id + type_id + value + rank

Relationships