The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Bio::Chado::Schema::Phylogeny::PhylonodeOrganism - 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
  default_value: nextval('phylonode_organism_phylonode_organism_id_seq'::regclass)
  is_auto_increment: 1
  is_nullable: 0
  size: 4

phylonode_id

  data_type: integer
  default_value: undef
  is_foreign_key: 1
  is_nullable: 0
  size: 4

One phylonode cannot refer to >1 organism.

organism_id

  data_type: integer
  default_value: undef
  is_foreign_key: 1
  is_nullable: 0
  size: 4

RELATIONS

phylonode

Type: belongs_to

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

organism

Type: belongs_to

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