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::Arraydesign - 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
default_value: nextval('arraydesign_arraydesign_id_seq'::regclass)
is_auto_increment: 1
is_nullable: 0
size: 4

manufacturer_id

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

platformtype_id

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

substratetype_id

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

protocol_id

data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 1
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: 0
size: undef

version

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

description

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

array_dimensions

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

element_dimensions

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

num_of_elements

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

num_array_columns

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

num_array_rows

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

num_grid_columns

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

num_grid_rows

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

num_sub_columns

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

num_sub_rows

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

RELATIONS

manufacturer

Type: belongs_to

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

platformtype

Type: belongs_to

Related object: Bio::Chado::Schema::Cv::Cvterm

dbxref

Type: belongs_to

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

substratetype

Type: belongs_to

Related object: Bio::Chado::Schema::Cv::Cvterm

protocol

Type: belongs_to

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

arraydesignprops

Type: has_many

Related object: Bio::Chado::Schema::Mage::Arraydesignprop

assays

Type: has_many

Related object: Bio::Chado::Schema::Mage::Assay

elements

Type: has_many

Related object: Bio::Chado::Schema::Mage::Element