| Bio::Chado::Schema::Phenotype::Phenotype |
Bio::Chado::Schema::Phenotype::Phenotype
A phenotypic statement, or a single atomic phenotypic observation, is a controlled sentence describing observable effects of non-wild type function. E.g. Obs=eye, attribute=color, cvalue=red.
Bio::Chado::Schema::Phenotype::Phenotype
data_type: 'integer' is_auto_increment: 1 is_nullable: 0 sequence: 'phenotype_phenotype_id_seq'
data_type: 'text' is_nullable: 0
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
The entity: e.g. anatomy_part, biological_process.
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
Phenotypic attribute (quality, property, attribute, character) - drawn from PATO.
data_type: 'text' is_nullable: 1
Value of attribute - unconstrained free text. Used only if cvalue_id is not appropriate.
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
Phenotype attribute value (state).
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
Evidence type.
Type: has_many
Related object: the Bio::Chado::Schema::Phenotype::FeaturePhenotype manpage
Type: has_many
Related object: the Bio::Chado::Schema::NaturalDiversity::NdExperimentPhenotype manpage
Type: belongs_to
Related object: the Bio::Chado::Schema::Cv::Cvterm manpage
Type: belongs_to
Related object: the Bio::Chado::Schema::Cv::Cvterm manpage
Type: belongs_to
Related object: the Bio::Chado::Schema::Cv::Cvterm manpage
Type: belongs_to
Related object: the Bio::Chado::Schema::Cv::Cvterm manpage
Type: has_many
Related object: the Bio::Chado::Schema::Genetic::PhenotypeComparison manpage
Type: has_many
Related object: the Bio::Chado::Schema::Genetic::PhenotypeComparison manpage
Type: has_many
Related object: the Bio::Chado::Schema::Phenotype::PhenotypeCvterm manpage
Type: has_many
Related object: the Bio::Chado::Schema::Genetic::Phenstatement manpage
Robert Buels <rbuels@cpan.org>
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::Phenotype::Phenotype |