Table Index

InteractionParticipant


Associates an interaction with the entity that participates in the interaction.

Columns

Column MySQL Type Oracle Type Nullable Description
InteractionWID BIGINT NUMBER No Reference to the interaction that the entity is involved in.
OtherWID BIGINT NUMBER No Reference to the protein, nucletic acid, chemical that involves in the interaction.
Coefficient SMALLINT NUMBER Yes The amount of this interaction participant involved in the interaction, if available.

Denormalized References

Column References
OtherWID Chemical : WID
OtherWID NucleicAcid : WID
OtherWID Protein : WID

Referenced By

None.

Other Constraints

None.

Indexes

Name Columns
PR_INTERACTIONWID_OTHERWID InteractionWID, OtherWID