| Bio::Chado::Schema::NaturalDiversity::NdReagent |
Bio::Chado::Schema::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::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: the Bio::Chado::Schema::NaturalDiversity::NdProtocolReagent manpage
Type: belongs_to
Related object: the Bio::Chado::Schema::Cv::Cvterm manpage
Type: has_many
Related object: the Bio::Chado::Schema::NaturalDiversity::NdReagentprop manpage
Type: has_many
Related object: the Bio::Chado::Schema::NaturalDiversity::NdReagentRelationship manpage
Type: has_many
Related object: the Bio::Chado::Schema::NaturalDiversity::NdReagentRelationship 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::NaturalDiversity::NdReagent |