The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Bio::Chado::Schema::Genetic::Genotype - Genetic context. A genotype is defined by a collection of features, mutations, balancers, deficiencies, haplotype blocks, or engineered constructs.

ACCESSORS

genotype_id

  data_type: integer
  default_value: nextval('genotype_genotype_id_seq'::regclass)
  is_auto_increment: 1
  is_nullable: 0
  size: 4

name

  data_type: text
  default_value: undef
  is_nullable: 1
  size: undef

Optional alternative name for a genotype, for display purposes.

uniquename

  data_type: text
  default_value: undef
  is_nullable: 0
  size: undef

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

description

  data_type: character varying
  default_value: undef
  is_nullable: 1
  size: 255

RELATIONS

feature_genotypes

Type: has_many

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

phendescs

Type: has_many

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

phenotype_comparison_genotype1_ids

Type: has_many

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

phenotype_comparison_genotype2_ids

Type: has_many

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

phenstatements

Type: has_many

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

stock_genotypes

Type: has_many

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