NAME
Bio::Chado::Schema::Phylogeny::PhylonodeRelationship - This is for relationships that are not strictly hierarchical; for example, horizontal gene transfer. Most phylogenetic trees are strictly hierarchical, nevertheless it is here for completeness.
ACCESSORS
phylonode_relationship_id
data_type: integer
default_value: nextval('phylonode_relationship_phylonode_relationship_id_seq'::regclass)
is_auto_increment: 1
is_nullable: 0
size: 4
subject_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
object_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
type_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
rank
data_type: integer
default_value: undef
is_nullable: 1
size: 4
phylotree_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
RELATIONS
type
Type: belongs_to
Related object: Bio::Chado::Schema::Cv::Cvterm
phylotree
Type: belongs_to
Related object: Bio::Chado::Schema::Phylogeny::Phylotree
object
Type: belongs_to
Related object: Bio::Chado::Schema::Phylogeny::Phylonode
subject
Type: belongs_to
Related object: Bio::Chado::Schema::Phylogeny::Phylonode