NAME
Bio::Chado::Schema::Result::NaturalDiversity::NdReagent
DESCRIPTION
A reagent such as a primer, an enzyme, an adapter oligo, a linker oligo. Reagents are used in genotyping experiments, or in any other kind of experiment.
ACCESSORS
nd_reagent_id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'nd_reagent_nd_reagent_id_seq'
name
data_type: 'varchar'
is_nullable: 0
size: 80
The name of the reagent. The name should be unique for a given type.
type_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
The type of the reagent, for example linker oligomer, or forward primer.
feature_id
data_type: 'integer'
is_nullable: 1
If the reagent is a primer, the feature that it corresponds to. More generally, the corresponding feature for any reagent that has a sequence that maps to another sequence.
RELATIONS
nd_protocol_reagents
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdProtocolReagent
type
Type: belongs_to
Related object: Bio::Chado::Schema::Result::Cv::Cvterm
nd_reagentprops
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdReagentprop
nd_reagent_relationship_subject_reagents
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdReagentRelationship
nd_reagent_relationship_object_reagents
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdReagentRelationship