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::PhenotypeComparison

DESCRIPTION

Comparison of phenotypes e.g., genotype1/environment1/phenotype1 "non-suppressible" with respect to genotype2/environment2/phenotype2.

ACCESSORS

phenotype_comparison_id

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

genotype1_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

environment1_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

genotype2_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

environment2_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

phenotype1_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

phenotype2_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

pub_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

organism_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

RELATIONS

environment2

Type: belongs_to

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

genotype1

Type: belongs_to

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

phenotype1

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Phenotype::Phenotype

environment1

Type: belongs_to

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

phenotype2

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Phenotype::Phenotype

organism

Type: belongs_to

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

genotype2

Type: belongs_to

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

pub

Type: belongs_to

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

phenotype_comparison_cvterms

Type: has_many

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