Difference between revisions of "Template:ChadoTable expression"

From GMOD
Jump to: navigation, search
(Table definition, first upload on 2010/11/22.)
 
(Table definition for Chado on 2010/11/24)
Line 1: Line 1:
<noinclude>{{ChadoTableTemplateHeader}}</noinclude><protect>{{ChadoTableDesc|Expression|expression|The expression table is essentially a bridge table.}}
+
<protect><noinclude>{{ChadoTableTemplateHeader}}</noinclude>
 +
{{ChadoTableDesc|Expression|expression|The expression table is essentially a bridge table.}}
 
{{ChadoColumnsHeader|Expression|expression}}
 
{{ChadoColumnsHeader|Expression|expression}}
{{ChadoColumnDesc||expression_id|serial|''PRIMARY KEY''
+
{{ChadoColumnDesc||expression_id|serial|''PRIMARY KEY''<br />
 
+
 
}}
 
}}
{{ChadoColumnDesc||uniquename|text|''UNIQUE''
+
{{ChadoColumnDesc||uniquename|text|''UNIQUE''<br />
 
+
''NOT NULL''<br />
''NOT NULL''
+
 
+
 
}}
 
}}
 
{{ChadoColumnDesc||md5checksum|character(32)|}}
 
{{ChadoColumnDesc||md5checksum|character(32)|}}
Line 14: Line 12:
  
 
{{ChadoTablesReferencingHeader|expression}}
 
{{ChadoTablesReferencingHeader|expression}}
 
+
* {{ChadoReferencingTable|Expression|expression_cvterm}}
* None.
+
* {{ChadoReferencingTable|Expression|expression_image}}
 +
* {{ChadoReferencingTable|Expression|expression_pub}}
 +
* {{ChadoReferencingTable|Expression|expressionprop}}
 +
* {{ChadoReferencingTable|Expression|feature_expression}}
 
</protect>
 
</protect>

Revision as of 19:23, 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: expression
Module: Expression

The expression table is essentially a bridge table.

expression columns
FK Name Type Description
expression_id serial PRIMARY KEY
uniquename text UNIQUE

NOT NULL

md5checksum character(32)
description text

Tables referencing expression via foreign key constraints: