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::Genetic::PhenotypeComparison - Comparison of phenotypes e.g., genotype1/environment1/phenotype1 "non-suppressible" with respect to genotype2/environment2/phenotype2.

ACCESSORS

phenotype_comparison_id

  data_type: integer
  default_value: nextval('phenotype_comparison_phenotype_comparison_id_seq'::regclass)
  is_auto_increment: 1
  is_nullable: 0
  size: 4

genotype1_id

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

environment1_id

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

genotype2_id

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

environment2_id

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

phenotype1_id

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

phenotype2_id

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

pub_id

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

organism_id

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

RELATIONS

environment2

Type: belongs_to

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

genotype1

Type: belongs_to

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

phenotype1

Type: belongs_to

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

environment1

Type: belongs_to

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

phenotype2

Type: belongs_to

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

organism

Type: belongs_to

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

genotype2

Type: belongs_to

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

pub

Type: belongs_to

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

phenotype_comparison_cvterms

Type: has_many

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