The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Bio::Chado::Schema::Mage::Assay - 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
default_value: nextval('assay_assay_id_seq'::regclass)
is_auto_increment: 1
is_nullable: 0
size: 4

arraydesign_id

data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4

protocol_id

data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 1
size: 4

assaydate

data_type: timestamp without time zone
default_value: now()
is_nullable: 1
size: 8

arrayidentifier

data_type: text
default_value: undef
is_nullable: 1
size: undef

arraybatchidentifier

data_type: text
default_value: undef
is_nullable: 1
size: undef

operator_id

data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4

dbxref_id

data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 1
size: 4

name

data_type: text
default_value: undef
is_nullable: 1
size: undef

description

data_type: text
default_value: undef
is_nullable: 1
size: undef

RELATIONS

acquisitions

Type: has_many

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

dbxref

Type: belongs_to

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

operator

Type: belongs_to

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

protocol

Type: belongs_to

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

arraydesign

Type: belongs_to

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

assay_biomaterials

Type: has_many

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

assay_projects

Type: has_many

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

assayprops

Type: has_many

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

controls

Type: has_many

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

study_assays

Type: has_many

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

studyfactorvalues

Type: has_many

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