Bio::Chado::Schema::Result::Genetic::Phendesc - Bio::Chado::Schema::Result::Genetic::Phendesc documentation


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

NAME

Top

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

ACCESSORS

Top

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

Top

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

AUTHOR

Top

Robert Buels <rbuels@cpan.org>

COPYRIGHT AND LICENSE

Top


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.