Difference between revisions of "Template:ChadoTable featurerange"

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|Map|featurerange|In cases where the start and end of a mapped feature is a range, leftendf and rightstartf are populated. leftstartf_id, leftendf_id, rightstartf_id, rightendf_id are the ids of features with respect to which the feature is being mapped. These may be cytological bands.}}
+
<protect><noinclude>{{ChadoTableTemplateHeader}}</noinclude>
 +
{{ChadoTableDesc|Map|featurerange|In cases where the start and end of a mapped feature is a range, leftendf and rightstartf are populated. leftstartf_id, leftendf_id, rightstartf_id, rightendf_id are the ids of features with respect to which the feature is being mapped. These may be cytological bands.}}
 
{{ChadoColumnsHeader|Map|featurerange}}
 
{{ChadoColumnsHeader|Map|featurerange}}
{{ChadoColumnDesc||featurerange_id|serial|''PRIMARY KEY''
+
{{ChadoColumnDesc||featurerange_id|serial|''PRIMARY KEY''<br />
 
+
 
}}
 
}}
{{ChadoColumnDesc|{{ChadoModuleTableLink|Map|featuremap}}|featuremap_id|integer|''NOT NULL''
+
{{ChadoColumnDesc|{{ChadoModuleTableLink|Map|featuremap}}|featuremap_id|integer|''NOT NULL''<br />
 
+
 
featuremap_id is the id of the feature being mapped.}}
 
featuremap_id is the id of the feature being mapped.}}
{{ChadoColumnDesc|{{ChadoModuleTableLink|Sequence|feature}}|feature_id|integer|''NOT NULL''
+
{{ChadoColumnDesc|{{ChadoModuleTableLink|Sequence|feature}}|feature_id|integer|''NOT NULL''<br />
 
+
 
}}
 
}}
{{ChadoColumnDesc|{{ChadoModuleTableLink|Sequence|feature}}|leftstartf_id|integer|''NOT NULL''
+
{{ChadoColumnDesc|{{ChadoModuleTableLink|Sequence|feature}}|leftstartf_id|integer|''NOT NULL''<br />
 
+
 
}}
 
}}
 
{{ChadoColumnDesc|{{ChadoModuleTableLink|Sequence|feature}}|leftendf_id|integer|}}
 
{{ChadoColumnDesc|{{ChadoModuleTableLink|Sequence|feature}}|leftendf_id|integer|}}
 
{{ChadoColumnDesc|{{ChadoModuleTableLink|Sequence|feature}}|rightstartf_id|integer|}}
 
{{ChadoColumnDesc|{{ChadoModuleTableLink|Sequence|feature}}|rightstartf_id|integer|}}
{{ChadoColumnDesc|{{ChadoModuleTableLink|Sequence|feature}}|rightendf_id|integer|''NOT NULL''
+
{{ChadoColumnDesc|{{ChadoModuleTableLink|Sequence|feature}}|rightendf_id|integer|''NOT NULL''<br />
 
+
 
}}
 
}}
 
{{ChadoColumnDesc||rangestr|character varying(255)|}}
 
{{ChadoColumnDesc||rangestr|character varying(255)|}}
Line 22: Line 18:
  
 
{{ChadoTablesReferencingHeader|featurerange}}
 
{{ChadoTablesReferencingHeader|featurerange}}
 
+
* None.</protect>
* None.
+
</protect>
+

Latest revision as of 19:22, 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: featurerange
Module: Map

In cases where the start and end of a mapped feature is a range, leftendf and rightstartf are populated. leftstartf_id, leftendf_id, rightstartf_id, rightendf_id are the ids of features with respect to which the feature is being mapped. These may be cytological bands.

featurerange columns
FK Name Type Description
featurerange_id serial PRIMARY KEY
featuremap featuremap_id integer NOT NULL

featuremap_id is the id of the feature being mapped.

feature feature_id integer NOT NULL
feature leftstartf_id integer NOT NULL
feature leftendf_id integer
feature rightstartf_id integer
feature rightendf_id integer NOT NULL
rangestr character varying(255)

Tables referencing featurerange via foreign key constraints:

  • None.