Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentStock - Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentStock documentation


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

NAME

Top

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

ACCESSORS

Top

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

Top

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

Top

Robert Buels <rbuels@cpan.org>

COPYRIGHT AND LICENSE

Top


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.