Bio::Chado::Schema::Genetic::PhenotypeComparison



NAME

Bio::Chado::Schema::Genetic::PhenotypeComparison


DESCRIPTION

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


NAME

Bio::Chado::Schema::Genetic::PhenotypeComparison


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: the Bio::Chado::Schema::Genetic::Environment manpage

genotype1

Type: belongs_to

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

phenotype1

Type: belongs_to

Related object: the Bio::Chado::Schema::Phenotype::Phenotype manpage

environment1

Type: belongs_to

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

phenotype2

Type: belongs_to

Related object: the Bio::Chado::Schema::Phenotype::Phenotype manpage

organism

Type: belongs_to

Related object: the Bio::Chado::Schema::Organism::Organism manpage

genotype2

Type: belongs_to

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

pub

Type: belongs_to

Related object: the Bio::Chado::Schema::Pub::Pub manpage

phenotype_comparison_cvterms

Type: has_many

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


AUTHOR

Robert Buels <rbuels@cpan.org>


COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Robert Buels.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

 Bio::Chado::Schema::Genetic::PhenotypeComparison