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

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
default_value: nextval('assay_assay_id_seq'::regclass)
is_auto_increment: 1
is_nullable: 0

arraydesign_id

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

protocol_id

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

assaydate

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

arrayidentifier

data_type: text
default_value: undef
is_nullable: 1

arraybatchidentifier

data_type: text
default_value: undef
is_nullable: 1

operator_id

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

dbxref_id

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

name

data_type: text
default_value: undef
is_nullable: 1

description

data_type: text
default_value: undef
is_nullable: 1

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