Table Index

DataExternal


Represents MAGE Class DataExternal
Transformed class to associate external data to the BioAssayDataCube

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
DataFormat VARCHAR VARCHAR2(255) Yes MAGE attribute DataExternal.dataFormat
The format of the external file, whitespace delimited, tab delimited, netcdf, etc...
DataFormatInfoURI VARCHAR VARCHAR2(255) Yes MAGE attribute DataExternal.dataFormatInfoURI
Location for documentation on the data format
FilenameURI VARCHAR VARCHAR2(255) Yes MAGE attribute DataExternal.filenameURI
The name and location of the file containing the external data

Referenced By

Table Column
BioDataValues BioDataCube_DataExternal

Other Constraints

None.

Indexes

Name Columns
DataExternal1 DataSetWID
DataExternal2 DataFormat
DataExternal3 DataFormatInfoURI
DataExternal4 FilenameURI