Bio::Chado::Schema::Result::Map::Featurepos - Bio::Chado::Schema::Result::Map::Featurepos documentation


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.

Index


NAME

Top

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

NAME

Top

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

ACCESSORS

Top

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

Top

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

AUTHOR

Top

Robert Buels <rbuels@cpan.org>

COPYRIGHT AND LICENSE

Top


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.