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

NAME

Bio::Chado::Schema::Result::Genetic::Phendesc

DESCRIPTION

A summary of a _set_ of phenotypic statements for any one gcontext made in any one publication.

ACCESSORS

phendesc_id

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

genotype_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

environment_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

description

  data_type: 'text'
  is_nullable: 0

type_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

pub_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

RELATIONS

environment

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Genetic::Environment

genotype

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Genetic::Genotype

pub

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Pub::Pub

type

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Cv::Cvterm