NAME
Bio::Chado::Schema::Result::Mage::Arraydesign
DESCRIPTION
General properties about an array. An array is a template used to generate physical slides, etc. It contains layout information, as well as global array properties, such as material (glass, nylon) and spot dimensions (in rows/columns).
ACCESSORS
arraydesign_id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'arraydesign_arraydesign_id_seq'
manufacturer_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
platformtype_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
substratetype_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 1
protocol_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 1
dbxref_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 1
name
data_type: 'text'
is_nullable: 0
version
data_type: 'text'
is_nullable: 1
description
data_type: 'text'
is_nullable: 1
array_dimensions
data_type: 'text'
is_nullable: 1
element_dimensions
data_type: 'text'
is_nullable: 1
num_of_elements
data_type: 'integer'
is_nullable: 1
num_array_columns
data_type: 'integer'
is_nullable: 1
num_array_rows
data_type: 'integer'
is_nullable: 1
num_grid_columns
data_type: 'integer'
is_nullable: 1
num_grid_rows
data_type: 'integer'
is_nullable: 1
num_sub_columns
data_type: 'integer'
is_nullable: 1
num_sub_rows
data_type: 'integer'
is_nullable: 1
RELATIONS
manufacturer
Type: belongs_to
Related object: Bio::Chado::Schema::Result::Contact::Contact
platformtype
Type: belongs_to
Related object: Bio::Chado::Schema::Result::Cv::Cvterm
dbxref
Type: belongs_to
Related object: Bio::Chado::Schema::Result::General::Dbxref
substratetype
Type: belongs_to
Related object: Bio::Chado::Schema::Result::Cv::Cvterm
protocol
Type: belongs_to
Related object: Bio::Chado::Schema::Result::Mage::Protocol
arraydesignprops
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Arraydesignprop
assays
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Assay
elements
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Element