Table Index

BioAssayDataCluster


Represents MAGE Class BioAssayDataCluster
A mathematical method of higher level analysis whereby BioAssayData are grouped together into nodes.

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
Identifier VARCHAR VARCHAR2(255) Yes MAGE attribute Identifiable.identifier
An identifier is an unambiguous string that is unique within the scope (i.e. a document, a set of related documents, or a repository) of its use.
Name VARCHAR VARCHAR2(255) Yes MAGE attribute Identifiable.name
The potentially ambiguous common identifier.
ClusterBioAssayData BIGINT NUMBER Yes Represents n..1 association between BioAssayDataCluster and BioAssayData
The BioAssayData whose values were used by the cluster algorithm.

Referenced By

Table Column
Node BioAssayDataCluster_Nodes
ExperimWIDBioAssayDataClustWID BioAssayDataClusterWID

Other Constraints

None.

Indexes

Name Columns
BioAssayDataCluster1 DataSetWID
BioAssayDataCluster2 Identifier
BioAssayDataCluster3 Name
BioAssayDataCluster4 ClusterBioAssayData