NAME
Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentStock
DESCRIPTION
Part of a stock or a clone of a stock that is used in an experiment
NAME
Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentStock
ACCESSORS
nd_experiment_stock_id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'nd_experiment_stock_nd_experiment_stock_id_seq'
nd_experiment_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
stock_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
stock used in the extraction or the corresponding stock for the clone
type_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
RELATIONS
type
Type: belongs_to
Related object: Bio::Chado::Schema::Result::Cv::Cvterm
stock
Type: belongs_to
Related object: Bio::Chado::Schema::Result::Stock::Stock
nd_experiment
Type: belongs_to
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdExperiment
nd_experiment_stock_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentStockDbxref
nd_experiment_stockprops
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentStockprop
AUTHOR
Robert Buels <rbuels@cpan.org>
COPYRIGHT AND LICENSE
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.