Table Index

TranscriptionUnitComponent


Associates a TranscriptionUnit with its components. Components consist of genes and/or features. A feature component may be either a promoter, a terminator or a DNA binding site (transcription-factor binding site).

Columns

Column MySQL Type Oracle Type Nullable Description
Type VARCHAR VARCHAR2(100) No Enumeration. Specifies the type of component

Enumerated Values:
gene -
binding site -
promoter -
terminator -
TranscriptionUnitWID BIGINT NUMBER No Links to the TranscriptionUnit associated with this object.
OtherWID BIGINT NUMBER No WID of the Gene or Feature associated with the TranscriptionUnit

Denormalized References

Column References
OtherWID Gene : WID
OtherWID Feature : WID

Referenced By

None.

Other Constraints

None.

Indexes

Name Columns
TranscriptionUnitComponent_TU TranscriptionUnitWID
TranscriptionUnitComponent_OW OtherWID