Table Index

FlowCytometrySample


Defines an experimental sample prepared for use in a flow cytometry experiment. A typical experiment consists of multiple samples X multiple readings (forward/side scatter and using filters of various wavelengths), with a vector of observations (one per cell of the BioSource) for each sample/reading combination.
An ExperimentData row is defined for each observation; see that table for representation details.
An Experiment row is defined to associate each ExperimentData row with the experiment.

Columns

Column MySQL Type Oracle Type Nullable Description
WID BIGINT NUMBER No Warehouse idetification number for this flow cytometry sample
BioSourceWID BIGINT NUMBER Yes References the biological source of this sample.
FlowCytometryProbeWID BIGINT NUMBER Yes References the probe used with this sample.
MeasurementWID BIGINT NUMBER Yes References a specification of the amount of the probe used.
ManufacturerWID BIGINT NUMBER Yes References the Contact that describes the manufacturer of this sample.
DataSetWID BIGINT NUMBER No References the data set the entity came from

Referenced By

None.

Other Constraints

None.

Indexes

Name Columns
FlowCytometrySample_DWID DataSetWID
FlowCytometrySample_BioSource BioSourceWID
FlowCytometrySample_Manufac ManufacturerWID
FlowCytometrySample_Meas MeasurementWID
FlowCytometrySample_Probe FlowCytometryProbeWID