Template:ChadoTable featurerange

From GMOD
Revision as of 19:22, 24 November 2010 by Clements (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.