Table Index

TranscriptionUnit


Defines a transcription unit, similar to an operon. There is a one-to-one relationship between a promoter and a transcription unit. The transcription unit includes the promoter, nearby site that regulate its activity, and downstream genes and the terminator. Unlike operons, a transcription unit can contain a single gene, and a transcription unit can contain only one promoter. For operons containing multiple promoters, a different transcription unit would be created for each operon. See TranscriptionUnitComponent for the types of components represented.

Columns

Column MySQL Type Oracle Type Nullable Description
WID BIGINT NUMBER No Warehouse identifier for this TranscriptionUnit
Name VARCHAR VARCHAR2(255) No Name of the transcription unit
DataSetWID BIGINT NUMBER No Reference to the data set from which the entity came from

Referenced By

Table Column
TranscriptionUnitComponent TranscriptionUnitWID

Other Constraints

None.

Indexes

Name Columns
TranscriptionUnit_DWID DataSetWID
TranscriptionUnit_Name Name