Table Index

Channel


Represents MAGE Class Channel
A channel represents an independent acquisition scheme for the ImageAcquisition event, typically a wavelength.

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.

Referenced By

Table Column
QuantitationType Channel
BioAssayWIDChannelWID ChannelWID
ChannelWIDCompoundWID ChannelWID
ImageWIDChannelWID ChannelWID

Other Constraints

None.

Indexes

Name Columns
Channel1 DataSetWID
Channel2 Identifier
Channel3 Name