Bio::Chado::Schema::Result::NaturalDiversity::NdReagentRelationship - Bio::Chado::Schema::Result::NaturalDiversity::NdReagentRelationship documentation


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

Index


NAME

Top

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

DESCRIPTION

Top

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.

NAME

Top

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

ACCESSORS

Top

nd_reagent_relationship_id

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

subject_reagent_id

  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.

object_reagent_id

  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.

type_id

  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.

RELATIONS

Top

type

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Cv::Cvterm

subject_reagent

Type: belongs_to

Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdReagent

object_reagent

Type: belongs_to

Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdReagent

AUTHOR

Top

Robert Buels <rbuels@cpan.org>

COPYRIGHT AND LICENSE

Top


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