The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bio::Chado::Schema::Result::Genetic::FeatureGenotype

ACCESSORS

feature_genotype_id

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

feature_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

genotype_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

chromosome_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

A feature of SO type "chromosome".

rank

  data_type: 'integer'
  is_nullable: 0

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

cgroup

  data_type: 'integer'
  is_nullable: 0

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'
  is_foreign_key: 1
  is_nullable: 0

RELATIONS

cvterm

Type: belongs_to

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

genotype

Type: belongs_to

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

feature

Type: belongs_to

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

chromosome

Type: belongs_to

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