Table Index

DesignElementTuple


Represents MAGE Class DesignElementTuple
Transformed container to specify a DesignElement and QuantitationTypes for that Element.

Columns

Column MySQL Type Oracle Type Nullable Description
WID BIGINT NUMBER No Warehouse identifier for this entity
DataSetWID BIGINT NUMBER No Reference to the data set from which the entity came from
BioAssayTuple BIGINT NUMBER Yes Represents 1..n association between BioAssayTuple and DesignElementTuple
DesignElement with the QuantitationTypes and their values for this BioAssay
DesignElement BIGINT NUMBER Yes Represents n..1 association between DesignElementTuple and DesignElement
The DesignElement associated with the value of the BioAssayDatum.

Referenced By

Table Column
QuantitationTypeTuple DesignElementTuple

Other Constraints

None.

Indexes

Name Columns
DesignElementTuple1 DataSetWID
DesignElementTuple2 BioAssayTuple
DesignElementTuple3 DesignElement