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::FeatureGenotype

ACCESSORS

feature_genotype_id

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

feature_id

  data_type: integer
  default_value: undef
  is_foreign_key: 1
  is_nullable: 0
  size: 4

genotype_id

  data_type: integer
  default_value: undef
  is_foreign_key: 1
  is_nullable: 0
  size: 4

chromosome_id

  data_type: integer
  default_value: undef
  is_foreign_key: 1
  is_nullable: 1
  size: 4

A feature of SO type "chromosome".

rank

  data_type: integer
  default_value: undef
  is_nullable: 0
  size: 4

rank can be used for n-ploid organisms or to preserve order.

cgroup

  data_type: integer
  default_value: undef
  is_nullable: 0
  size: 4

Spatially distinguishable group. group can be used for distinguishing the chromosomal groups, for example (RNAi products and so on can be treated as different groups, as they do not fall on a particular chromosome).

cvterm_id

  data_type: integer
  default_value: undef
  is_foreign_key: 1
  is_nullable: 0
  size: 4

RELATIONS

cvterm

Type: belongs_to

Related object: Bio::Chado::Schema::Cv::Cvterm

genotype

Type: belongs_to

Related object: Bio::Chado::Schema::Genetic::Genotype

feature

Type: belongs_to

Related object: Bio::Chado::Schema::Sequence::Feature

chromosome

Type: belongs_to

Related object: Bio::Chado::Schema::Sequence::Feature