Bio::Chado::Schema::Result::Genetic::Genotype - Bio::Chado::Schema::Result::Genetic::Genotype documentation


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.

Index


NAME

Top

Bio::Chado::Schema::Result::Genetic::Genotype

DESCRIPTION

Top

Genetic context. A genotype is defined by a collection of features, mutations, balancers, deficiencies, haplotype blocks, or engineered constructs.

NAME

Top

Bio::Chado::Schema::Result::Genetic::Genotype

ACCESSORS

Top

genotype_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'genotype_genotype_id_seq'

name

  data_type: 'text'
  is_nullable: 1

Optional alternative name for a genotype, for display purposes.

uniquename

  data_type: 'text'
  is_nullable: 0

The unique name for a genotype; typically derived from the features making up the genotype.

description

  data_type: 'varchar'
  is_nullable: 1
  size: 255

RELATIONS

Top

feature_genotypes

Type: has_many

Related object: Bio::Chado::Schema::Result::Genetic::FeatureGenotype

nd_experiment_genotypes

Type: has_many

Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentGenotype

phendescs

Type: has_many

Related object: Bio::Chado::Schema::Result::Genetic::Phendesc

phenotype_comparison_genotype1s

Type: has_many

Related object: Bio::Chado::Schema::Result::Genetic::PhenotypeComparison

phenotype_comparison_genotype2s

Type: has_many

Related object: Bio::Chado::Schema::Result::Genetic::PhenotypeComparison

phenstatements

Type: has_many

Related object: Bio::Chado::Schema::Result::Genetic::Phenstatement

stock_genotypes

Type: has_many

Related object: Bio::Chado::Schema::Result::Stock::StockGenotype

AUTHOR

Top

Robert Buels <rbuels@cpan.org>

COPYRIGHT AND LICENSE

Top


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.