Bio::Chado::Schema::Result::Sequence::FeatureCvtermDbxref - Bio::Chado::Schema::Result::Sequence::FeatureCvtermDbxref documentation


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

Index


NAME

Top

Bio::Chado::Schema::Result::Sequence::FeatureCvtermDbxref

DESCRIPTION

Top

Additional dbxrefs for an association. Rows in the feature_cvterm table may be backed up by dbxrefs. For example, a feature_cvterm association that was inferred via a protein-protein interaction may be backed by by refering to the dbxref for the alternate protein. Corresponds to the WITH column in a GO gene association file (but can also be used for other analagous associations). See http://www.geneontology.org/doc/GO.annotation.shtml#file for more details.

NAME

Top

Bio::Chado::Schema::Result::Sequence::FeatureCvtermDbxref

ACCESSORS

Top

feature_cvterm_dbxref_id

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

feature_cvterm_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

dbxref_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

RELATIONS

Top

feature_cvterm

Type: belongs_to

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

dbxref

Type: belongs_to

Related object: Bio::Chado::Schema::Result::General::Dbxref

AUTHOR

Top

Robert Buels <rbuels@cpan.org>

COPYRIGHT AND LICENSE

Top


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