Package gov.nih.nci.caarray.domain.data

Interface Summary
ArrayDataTypeDescriptor Interface that enums of specific supported array data types must implement in order to register potentially new ArrayDataTypes with caArray.
QuantitationTypeDescriptor Interface that enums of specific quantitation types must implement in order to register potentially new QuantitationTypes with caArray.
 

Class Summary
AbstractArrayData  
AbstractDataColumn Subclasses of AbstractDataColumn contain the actual array data corresponding to a single QuantitationType.
ArrayDataType Indicates the source of array data and the complete list of QuantitationTypes that may be associated with the particular type and version.
BooleanColumn Contains a column of boolean values.
DataRetrievalRequest Allows for the specification of precisely which array data are to be returned from caArray.
DataSet Contains hybridization data represented by an AbstractArrayData or as requested by a client.
DerivedArrayData  
DesignElementList Contains an ordered list of the microarray design elements (features or probes) for which data values are provided.
DesignElementReference  
DoubleColumn Contains a column of double values.
FloatColumn Contains a column of float values.
HybridizationData Value holder for all the data values associated with a specific hybridization.
Image  
IntegerColumn Contains a column of int values.
LongColumn Contains a column of long values.
QuantitationType Represents the heading for a "column" of array data, indicating the name and primitive typeClass of the data.
RawArrayData Represents the raw image quantitation extracted from an image.
ShortColumn Contains a column of short values.
StringColumn Contains a column of String values.
 

Enum Summary
DataType Enumerates the data types allowed for quantitation types.
DesignElementType Specifies whether a microarray element refers to a location (feature), probe, or probeset.