NAME
Bio::Chado::Schema::Genetic::Phenstatement - Phenotypes are things like "larval lethal". Phenstatements are things like "dpp-1 is recessive larval lethal". So essentially phenstatement is a linking table expressing the relationship between genotype, environment, and phenotype.
ACCESSORS
phenstatement_id
data_type: integer
default_value: nextval('phenstatement_phenstatement_id_seq'::regclass)
is_auto_increment: 1
is_nullable: 0
size: 4
genotype_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
environment_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
phenotype_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
type_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
pub_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
RELATIONS
phenotype
Type: belongs_to
Related object: Bio::Chado::Schema::Phenotype::Phenotype
environment
Type: belongs_to
Related object: Bio::Chado::Schema::Genetic::Environment
type
Type: belongs_to
Related object: Bio::Chado::Schema::Cv::Cvterm
pub
Type: belongs_to
Related object: Bio::Chado::Schema::Pub::Pub
genotype
Type: belongs_to
Related object: Bio::Chado::Schema::Genetic::Genotype