Bio::Chado::Schema::Mage::Arraydesign



NAME

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


NAME

Bio::Chado::Schema::Mage::Arraydesign


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: the Bio::Chado::Schema::Contact::Contact manpage

platformtype

Type: belongs_to

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

dbxref

Type: belongs_to

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

substratetype

Type: belongs_to

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

protocol

Type: belongs_to

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

arraydesignprops

Type: has_many

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

assays

Type: has_many

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

elements

Type: has_many

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


AUTHOR

Robert Buels <rbuels@cpan.org>


COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Robert Buels.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

 Bio::Chado::Schema::Mage::Arraydesign