NAME
Bio::Chado::Schema::Sequence::FeatureCvtermDbxref - 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.
ACCESSORS
feature_cvterm_dbxref_id
data_type: integer
default_value: nextval('feature_cvterm_dbxref_feature_cvterm_dbxref_id_seq'::regclass)
is_auto_increment: 1
is_nullable: 0
size: 4
feature_cvterm_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
dbxref_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
RELATIONS
feature_cvterm
Type: belongs_to
Related object: Bio::Chado::Schema::Sequence::FeatureCvterm
dbxref
Type: belongs_to
Related object: Bio::Chado::Schema::General::Dbxref