Bio::Chado::Schema::NaturalDiversity::NdExperimentStock



NAME

Bio::Chado::Schema::NaturalDiversity::NdExperimentStock


DESCRIPTION

Part of a stock or a clone of a stock that is used in an experiment


NAME

Bio::Chado::Schema::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: the Bio::Chado::Schema::Cv::Cvterm manpage

stock

Type: belongs_to

Related object: the Bio::Chado::Schema::Stock::Stock manpage

nd_experiment

Type: belongs_to

Related object: the Bio::Chado::Schema::NaturalDiversity::NdExperiment manpage

nd_experiment_stock_dbxrefs

Type: has_many

Related object: the Bio::Chado::Schema::NaturalDiversity::NdExperimentStockDbxref manpage

nd_experiment_stockprops

Type: has_many

Related object: the Bio::Chado::Schema::NaturalDiversity::NdExperimentStockprop manpage


AUTHOR

Robert Buels <rbuels@cpan.org>


COPYRIGHT AND LICENSE

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::NdExperimentStock