Bio::Chado::Schema::Mage::Assay



NAME

Bio::Chado::Schema::Mage::Assay


DESCRIPTION

An assay consists of a physical instance of an array, combined with the conditions used to create the array (protocols, technician information). The assay can be thought of as a hybridization.


NAME

Bio::Chado::Schema::Mage::Assay


ACCESSORS

assay_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'assay_assay_id_seq'

arraydesign_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

protocol_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

assaydate

  data_type: 'timestamp'
  default_value: current_timestamp
  is_nullable: 1
  original: {default_value => \"now()"}

arrayidentifier

  data_type: 'text'
  is_nullable: 1

arraybatchidentifier

  data_type: 'text'
  is_nullable: 1

operator_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

dbxref_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

name

  data_type: 'text'
  is_nullable: 1

description

  data_type: 'text'
  is_nullable: 1


RELATIONS

acquisitions

Type: has_many

Related object: the Bio::Chado::Schema::Mage::Acquisition manpage

dbxref

Type: belongs_to

Related object: the Bio::Chado::Schema::General::Dbxref manpage

operator

Type: belongs_to

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

protocol

Type: belongs_to

Related object: the Bio::Chado::Schema::Mage::Protocol manpage

arraydesign

Type: belongs_to

Related object: the Bio::Chado::Schema::Mage::Arraydesign manpage

assay_biomaterials

Type: has_many

Related object: the Bio::Chado::Schema::Mage::AssayBiomaterial manpage

assay_projects

Type: has_many

Related object: the Bio::Chado::Schema::Mage::AssayProject manpage

assayprops

Type: has_many

Related object: the Bio::Chado::Schema::Mage::Assayprop manpage

controls

Type: has_many

Related object: the Bio::Chado::Schema::Mage::Control manpage

study_assays

Type: has_many

Related object: the Bio::Chado::Schema::Mage::StudyAssay manpage

studyfactorvalues

Type: has_many

Related object: the Bio::Chado::Schema::Mage::Studyfactorvalue 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::Mage::Assay