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

NAME

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

NAME

Bio::Chado::Schema::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::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

AUTHOR

Robert Buels <rbuels@cpan.org>

COPYRIGHT AND LICENSE

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.