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

NAME

Bio::Chado::Schema::Result::Map::Featurepos

ACCESSORS

featurepos_id

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

featuremap_id

  data_type: 'integer'
  is_auto_increment: 1
  is_foreign_key: 1
  is_nullable: 0
  sequence: 'featurepos_featuremap_id_seq'

feature_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

map_feature_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

map_feature_id links to the feature (map) upon which the feature is being localized.

mappos

  data_type: 'double precision'
  is_nullable: 0

RELATIONS

feature

Type: belongs_to

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

map_feature

Type: belongs_to

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

featuremap

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Map::Featuremap