Table Index

Subunit


Specifies that Subunit is a subunit of Complex. These subunit relationships could be
described in multiple levels. For example, this table can be used to describe multimeric proteins,
or ribosomes.

Columns

Column MySQL Type Oracle Type Nullable Description
ComplexWID BIGINT NUMBER No Reference to the parent Protein
SubunitWID BIGINT NUMBER No Reference to the child protein inside the parent Protein
Coefficient SMALLINT NUMBER Yes Number of copies of the subunit within the complex

Referenced By

None.

Other Constraints

None.

Indexes

Name Columns
SUBUNIT_PROW1ID COMPLEXWID
SUBUNIT_PROW2ID SubunitWID
SUBUNIT_COEF COEFFICIENT