
Bio::Chado::Schema::Result::NaturalDiversity::NdReagentRelationship

Relationships between reagents. Some reagents form a group. i.e., they are used all together or not at all. Examples are adapter/linker/enzyme experiment reagents.

data_type: 'integer' is_auto_increment: 1 is_nullable: 0 sequence: 'nd_reagent_relationship_nd_reagent_relationship_id_seq'
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
The subject reagent in the relationship. In parent/child terminology, the subject is the child. For example, in "linkerA 3prime-overhang-linker enzymeA" linkerA is the subject, 3prime-overhand-linker is the type, and enzymeA is the object.
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
The object reagent in the relationship. In parent/child terminology, the object is the parent. For example, in "linkerA 3prime-overhang-linker enzymeA" linkerA is the subject, 3prime-overhand-linker is the type, and enzymeA is the object.
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
The type (or predicate) of the relationship. For example, in "linkerA 3prime-overhang-linker enzymeA" linkerA is the subject, 3prime-overhand-linker is the type, and enzymeA is the object.

Type: belongs_to
Related object: Bio::Chado::Schema::Result::Cv::Cvterm
Type: belongs_to
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdReagent
Type: belongs_to
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdReagent