Bio::Chado::Schema::Phylogeny::PhylonodeRelationship



NAME

Bio::Chado::Schema::Phylogeny::PhylonodeRelationship


DESCRIPTION

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.


NAME

Bio::Chado::Schema::Phylogeny::PhylonodeRelationship


ACCESSORS

phylonode_relationship_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'phylonode_relationship_phylonode_relationship_id_seq'

subject_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

object_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

type_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

rank

  data_type: 'integer'
  is_nullable: 1

phylotree_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0


RELATIONS

type

Type: belongs_to

Related object: the Bio::Chado::Schema::Cv::Cvterm manpage

phylotree

Type: belongs_to

Related object: the Bio::Chado::Schema::Phylogeny::Phylotree manpage

object

Type: belongs_to

Related object: the Bio::Chado::Schema::Phylogeny::Phylonode manpage

subject

Type: belongs_to

Related object: the Bio::Chado::Schema::Phylogeny::Phylonode manpage


AUTHOR

Robert Buels <rbuels@cpan.org>


COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Robert Buels.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

 Bio::Chado::Schema::Phylogeny::PhylonodeRelationship