The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bio::Chado::Schema::Result::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.

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: Bio::Chado::Schema::Result::Mage::Acquisition

dbxref

Type: belongs_to

Related object: Bio::Chado::Schema::Result::General::Dbxref

operator

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Contact::Contact

protocol

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Mage::Protocol

arraydesign

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Mage::Arraydesign

assay_biomaterials

Type: has_many

Related object: Bio::Chado::Schema::Result::Mage::AssayBiomaterial

assay_projects

Type: has_many

Related object: Bio::Chado::Schema::Result::Mage::AssayProject

assayprops

Type: has_many

Related object: Bio::Chado::Schema::Result::Mage::Assayprop

controls

Type: has_many

Related object: Bio::Chado::Schema::Result::Mage::Control

study_assays

Type: has_many

Related object: Bio::Chado::Schema::Result::Mage::StudyAssay

studyfactorvalues

Type: has_many

Related object: Bio::Chado::Schema::Result::Mage::Studyfactorvalue