Table Index

GeneWIDProteinWID


Associates a gene with its protein product(s).

Columns

Column MySQL Type Oracle Type Nullable Description
GeneWID BIGINT NUMBER No Reference to the Gene that produces this protein.
ProteinWID BIGINT NUMBER No Reference to the protein that has this gene.

Referenced By

None.

Other Constraints

None.

Indexes

Name Columns
GP_GENEWID_PROWID GENEWID,PROTEINWID
GP_PROWID_GENEWID PROTEINWID,GENEWID