The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bio::Chado::Schema::Phylogeny::PhylonodeOrganism

DESCRIPTION

This linking table should only be used for nodes in taxonomy trees; it provides a mapping between the node and an organism. One node can have zero or one organisms, one organism can have zero or more nodes (although typically it should only have one in the standard NCBI taxonomy tree).

ACCESSORS

phylonode_organism_id

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

phylonode_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

One phylonode cannot refer to >1 organism.

organism_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

RELATIONS

phylonode

Type: belongs_to

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

organism

Type: belongs_to

Related object: Bio::Chado::Schema::Organism::Organism