| Bio::Chado::Schema::Sequence::FeatureCvterm |
Bio::Chado::Schema::Sequence::FeatureCvterm
Associate a term from a cv with a feature, for example, GO annotation.
Bio::Chado::Schema::Sequence::FeatureCvterm
data_type: 'integer' is_auto_increment: 1 is_nullable: 0 sequence: 'feature_cvterm_feature_cvterm_id_seq'
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
Provenance for the annotation. Each annotation should have a single primary publication (which may be of the appropriate type for computational analyses) where more details can be found. Additional provenance dbxrefs can be attached using feature_cvterm_dbxref.
data_type: 'boolean' default_value: false is_nullable: 0
If this is set to true, then this annotation is interpreted as a NEGATIVE annotation - i.e. the feature does NOT have the specified function, process, component, part, etc. See GO docs for more details.
data_type: 'integer' default_value: 0 is_nullable: 0
Type: belongs_to
Related object: the Bio::Chado::Schema::Sequence::Feature manpage
Type: belongs_to
Related object: the Bio::Chado::Schema::Pub::Pub manpage
Type: belongs_to
Related object: the Bio::Chado::Schema::Cv::Cvterm manpage
Type: has_many
Related object: the Bio::Chado::Schema::Sequence::FeatureCvtermDbxref manpage
Type: has_many
Related object: the Bio::Chado::Schema::Sequence::FeatureCvtermprop manpage
Type: has_many
Related object: the Bio::Chado::Schema::Sequence::FeatureCvtermPub manpage
Robert Buels <rbuels@cpan.org>
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::FeatureCvterm |