Difference between revisions of "Template:ChadoTable expression cvtermprop"

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_cvtermprop|Extensible properties for
+
<protect><noinclude>{{ChadoTableTemplateHeader}}</noinclude>
 +
{{ChadoTableDesc|Expression|expression_cvtermprop|Extensible properties for
 
expression to cvterm associations. Examples: qualifiers.}}
 
expression to cvterm associations. Examples: qualifiers.}}
 
{{ChadoColumnsHeader|Expression|expression_cvtermprop}}
 
{{ChadoColumnsHeader|Expression|expression_cvtermprop}}
{{ChadoColumnDesc||expression_cvtermprop_id|serial|''PRIMARY KEY''
+
{{ChadoColumnDesc||expression_cvtermprop_id|serial|''PRIMARY KEY''<br />
 
+
 
}}
 
}}
{{ChadoColumnDesc|{{ChadoModuleTableLink|Expression|expression_cvterm}}|expression_cvterm_id|integer|''UNIQUE#1''
+
{{ChadoColumnDesc|{{ChadoModuleTableLink|Expression|expression_cvterm}}|expression_cvterm_id|integer|''UNIQUE#1''<br />
 
+
''NOT NULL''<br />
''NOT NULL''
+
 
+
 
}}
 
}}
{{ChadoColumnDesc|{{ChadoModuleTableLink|CV|cvterm}}|type_id|integer|''UNIQUE#1''
+
{{ChadoColumnDesc|{{ChadoModuleTableLink|CV|cvterm}}|type_id|integer|''UNIQUE#1''<br />
 
+
''NOT NULL''<br />
''NOT NULL''
+
 
+
 
The name of the
 
The name of the
 
property/slot is a cvterm. The meaning of the property is defined in
 
property/slot is a cvterm. The meaning of the property is defined in
Line 21: Line 17:
 
text representation. This is less efficient than using native database
 
text representation. This is less efficient than using native database
 
types, but is easier to query.}}
 
types, but is easier to query.}}
{{ChadoColumnDesc||rank|integer|''UNIQUE#1''
+
{{ChadoColumnDesc||rank|integer|''UNIQUE#1''<br />
 
+
''NOT NULL''<br />
''NOT NULL''
+
 
+
 
Property-Value
 
Property-Value
 
ordering. Any expression_cvterm can have multiple values for any particular
 
ordering. Any expression_cvterm can have multiple values for any particular
Line 33: Line 27:
  
 
{{ChadoTablesReferencingHeader|expression_cvtermprop}}
 
{{ChadoTablesReferencingHeader|expression_cvtermprop}}
 
+
* None.</protect>
* None.
+
</protect>
+

Latest 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_cvtermprop
Module: Expression

Extensible properties for expression to cvterm associations. Examples: qualifiers.

expression_cvtermprop columns
FK Name Type Description
expression_cvtermprop_id serial PRIMARY KEY
expression_cvterm expression_cvterm_id integer UNIQUE#1

NOT NULL

cvterm type_id integer UNIQUE#1

NOT NULL
The name of the property/slot is a cvterm. The meaning of the property is defined in that cvterm. For example, cvterms may come from the FlyBase miscellaneous cv.

value text The value of the

property, represented as text. Numeric values are converted to their text representation. This is less efficient than using native database types, but is easier to query.

rank integer UNIQUE#1

NOT NULL
Property-Value ordering. Any expression_cvterm can have multiple values for any particular property type - these are ordered in a list using rank, counting from zero. For properties that are single-valued rather than multi-valued, the default 0 value should be used.

Tables referencing expression_cvtermprop via foreign key constraints:

  • None.