
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: Bio::Chado::Schema::Genetic::FeatureGenotype
Type: has_many
Related object: Bio::Chado::Schema::NaturalDiversity::NdExperimentGenotype
Type: has_many
Related object: Bio::Chado::Schema::Genetic::Phendesc
Type: has_many
Related object: Bio::Chado::Schema::Genetic::PhenotypeComparison
Type: has_many
Related object: Bio::Chado::Schema::Genetic::PhenotypeComparison
Type: has_many
Related object: Bio::Chado::Schema::Genetic::Phenstatement
Type: has_many
Related object: Bio::Chado::Schema::Stock::StockGenotype

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.