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::Map::Featurepos

ACCESSORS

featurepos_id

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

featuremap_id

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

feature_id

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

map_feature_id

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

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

mappos

  data_type: double precision
  default_value: undef
  is_nullable: 0
  size: 8

RELATIONS

feature

Type: belongs_to

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

map_feature

Type: belongs_to

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

featuremap

Type: belongs_to

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