| Bio::Chado::Schema::Genetic::Genotype |
Bio::Chado::Schema::Genetic::Genotype
Genetic context. A genotype is defined by a collection of features, mutations, balancers, deficiencies, haplotype blocks, or engineered constructs.
Bio::Chado::Schema::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: the Bio::Chado::Schema::Genetic::FeatureGenotype manpage
Type: has_many
Related object: the Bio::Chado::Schema::NaturalDiversity::NdExperimentGenotype manpage
Type: has_many
Related object: the Bio::Chado::Schema::Genetic::Phendesc 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::Genetic::Phenstatement manpage
Type: has_many
Related object: the Bio::Chado::Schema::Stock::StockGenotype 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::Genetic::Genotype |