Difference between revisions of "Template:ChadoTable arraydesign"

From GMOD
Jump to: navigation, search
(Table definition, first upload on 2010/11/22.)
 
(Table definition for Chado on 2010/11/24)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<noinclude>{{ChadoTableTemplateHeader}}</noinclude><protect>{{ChadoTableDesc|Mage|arraydesign|General properties about an array.
+
<protect><noinclude>{{ChadoTableTemplateHeader}}</noinclude>
 +
{{ChadoTableDesc|Mage|arraydesign|General properties about an array.
 
An array is a template used to generate physical slides, etc.  It
 
An array is a template used to generate physical slides, etc.  It
 
contains layout information, as well as global array properties, such
 
contains layout information, as well as global array properties, such
 
as material (glass, nylon) and spot dimensions (in rows/columns).}}
 
as material (glass, nylon) and spot dimensions (in rows/columns).}}
 
{{ChadoColumnsHeader|Mage|arraydesign}}
 
{{ChadoColumnsHeader|Mage|arraydesign}}
{{ChadoColumnDesc||arraydesign_id|serial|''PRIMARY KEY''
+
{{ChadoColumnDesc||arraydesign_id|serial|''PRIMARY KEY''<br />
 
+
 
}}
 
}}
{{ChadoColumnDesc|{{ChadoModuleTableLink|Contact|contact}}|manufacturer_id|integer|''NOT NULL''
+
{{ChadoColumnDesc|{{ChadoModuleTableLink|Contact|contact}}|manufacturer_id|integer|''NOT NULL''<br />
 
+
 
}}
 
}}
{{ChadoColumnDesc|{{ChadoModuleTableLink|CV|cvterm}}|platformtype_id|integer|''NOT NULL''
+
{{ChadoColumnDesc|{{ChadoModuleTableLink|CV|cvterm}}|platformtype_id|integer|''NOT NULL''<br />
 
+
 
}}
 
}}
 
{{ChadoColumnDesc|{{ChadoModuleTableLink|CV|cvterm}}|substratetype_id|integer|}}
 
{{ChadoColumnDesc|{{ChadoModuleTableLink|CV|cvterm}}|substratetype_id|integer|}}
 
{{ChadoColumnDesc|{{ChadoModuleTableLink|Mage|protocol}}|protocol_id|integer|}}
 
{{ChadoColumnDesc|{{ChadoModuleTableLink|Mage|protocol}}|protocol_id|integer|}}
 
{{ChadoColumnDesc|{{ChadoModuleTableLink|General|dbxref}}|dbxref_id|integer|}}
 
{{ChadoColumnDesc|{{ChadoModuleTableLink|General|dbxref}}|dbxref_id|integer|}}
{{ChadoColumnDesc||name|text|''UNIQUE''
+
{{ChadoColumnDesc||name|text|''UNIQUE''<br />
 
+
''NOT NULL''<br />
''NOT NULL''
+
 
+
 
}}
 
}}
 
{{ChadoColumnDesc||version|text|}}
 
{{ChadoColumnDesc||version|text|}}
Line 35: Line 31:
  
 
{{ChadoTablesReferencingHeader|arraydesign}}
 
{{ChadoTablesReferencingHeader|arraydesign}}
 
+
{{ChadoReferencingTable|Mage|arraydesignprop}}
* None.
+
{{ChadoReferencingTable|Mage|assay}}
 +
{{ChadoReferencingTable|Mage|element}}
 
</protect>
 
</protect>

Latest revision as of 19:57, 24 November 2010

This template is a Chado Table Template. It defines a single table from the Chado schema, and every Chado table has a template like this one. This template is automatically included in two places:

  1. The module page for the module the table is a part of. This is where updates and comments should be posted.
  2. The Chado Tables page, which lists all tables.

You can include this template anywhere you want to show the table description.


Table: arraydesign
Module: Mage

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).

arraydesign columns
FK Name Type Description
arraydesign_id serial PRIMARY KEY
contact manufacturer_id integer NOT NULL
cvterm platformtype_id integer NOT NULL
cvterm substratetype_id integer
protocol protocol_id integer
dbxref dbxref_id integer
name text UNIQUE

NOT NULL

version text
description text
array_dimensions text
element_dimensions text
num_of_elements integer
num_array_columns integer
num_array_rows integer
num_grid_columns integer
num_grid_rows integer
num_sub_columns integer
num_sub_rows integer

Tables referencing arraydesign via foreign key constraints: