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. |
URI | VARCHAR | VARCHAR2(255) | Yes | MAGE attribute Image.URI The file location in which an image may be found. |
Image_Format | BIGINT | NUMBER | Yes | Represents 1..1 association between Image and OntologyEntry The file format of the image typically a TIF or a JPEG. |
PhysicalBioAssay | BIGINT | NUMBER | Yes | Represents 1..n association between PhysicalBioAssay and Image The Images associated with this PhysicalBioAssay by ImageAcquisition. |
Table | Column |
---|---|
ImageWIDChannelWID | ImageWID |
ImageAcquisitionWIDImageWID | ImageWID |
Name | Columns |
---|---|
Image1 | DataSetWID |
Image2 | Identifier |
Image3 | Name |
Image4 | URI |
Image5 | Image_Format |
Image6 | PhysicalBioAssay |