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



NAME

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


DESCRIPTION

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

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


ACCESSORS

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

feature_cvterm

Type: belongs_to

Related object: the Bio::Chado::Schema::Sequence::FeatureCvterm manpage

dbxref

Type: belongs_to

Related object: the Bio::Chado::Schema::General::Dbxref manpage


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.

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