| Bio-Chado-Schema documentation | view source | Contained in the Bio-Chado-Schema distribution. |
Bio::Chado::Schema::Result::Genetic::Genotype
Genetic context. A genotype is defined by a collection of features, mutations, balancers, deficiencies, haplotype blocks, or engineered constructs.
Bio::Chado::Schema::Result::Genetic::Genotype
data_type: 'integer' is_auto_increment: 1 is_nullable: 0 sequence: 'genotype_genotype_id_seq'
data_type: 'text' is_nullable: 1
Optional alternative name for a genotype, for display purposes.
data_type: 'text' is_nullable: 0
The unique name for a genotype; typically derived from the features making up the genotype.
data_type: 'varchar' is_nullable: 1 size: 255
Type: has_many
Related object: Bio::Chado::Schema::Result::Genetic::FeatureGenotype
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentGenotype
Type: has_many
Related object: Bio::Chado::Schema::Result::Genetic::Phendesc
Type: has_many
Related object: Bio::Chado::Schema::Result::Genetic::PhenotypeComparison
Type: has_many
Related object: Bio::Chado::Schema::Result::Genetic::PhenotypeComparison
Type: has_many
Related object: Bio::Chado::Schema::Result::Genetic::Phenstatement
Type: has_many
Related object: Bio::Chado::Schema::Result::Stock::StockGenotype
Robert Buels <rbuels@cpan.org>
This software is copyright (c) 2011 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 documentation | view source | Contained in the Bio-Chado-Schema distribution. |