| Bio-Chado-Schema documentation | view source | Contained in the Bio-Chado-Schema distribution. |
Bio::Chado::Schema::Result::NaturalDiversity::NdReagent
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.
Bio::Chado::Schema::Result::NaturalDiversity::NdReagent
data_type: 'integer' is_auto_increment: 1 is_nullable: 0 sequence: 'nd_reagent_nd_reagent_id_seq'
data_type: 'varchar' is_nullable: 0 size: 80
The name of the reagent. The name should be unique for a given type.
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
The type of the reagent, for example linker oligomer, or forward primer.
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.
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdProtocolReagent
Type: belongs_to
Related object: Bio::Chado::Schema::Result::Cv::Cvterm
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdReagentprop
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdReagentRelationship
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdReagentRelationship
Robert Buels <rbuels@cpan.org>
This software is copyright (c) 2011 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 documentation | view source | Contained in the Bio-Chado-Schema distribution. |