Table Index

FeatureInformation


Represents MAGE Class FeatureInformation
As part of the map information, allows the association of one or more differences in the BioMaterial on a feature from the BioMaterial of the Reporter. Useful for control purposes such as in Affymetrix probe pairs.

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
Feature BIGINT NUMBER Yes Represents n..1 association between FeatureInformation and Feature
The feature the FeatureInformation is supplying information for.
FeatureReporterMap BIGINT NUMBER Yes Represents 1..n association between FeatureReporterMap and FeatureInformation
Typically, the features on an array that are manufactured with this reporter's BioSequence.

Referenced By

Table Column
MismatchInformation FeatureInformation

Other Constraints

None.

Indexes

Name Columns
FeatureInformation1 DataSetWID
FeatureInformation2 Feature
FeatureInformation3 FeatureReporterMap