Package gov.nih.nci.caarray.external.v1_0.data

Class Summary
AbstractDataColumn An AbstractDataColumn represents a list of values for a particular measurement within a hybridization data set.
ArrayDataType ArrayDataType represents a type of array.
BooleanColumn A BooleanColumn represents a data column with boolean values.
DataSet A DataSet represents the collection of data across several hybridizations for a particular set of quantities (QuantitationTypes) and design elements.
DesignElement A DesignElement represents a single unit within an array for which measurements can be captured.
DoubleColumn A DoubleColumn represents a data column with double values.
File File represents a file that has been uploaded to caarray.
FileContents FileContents combines a file's metadata with its contents.
FileMetadata FileMetadata describes the metadata for a file in caarray.
FileStreamableContents FileStreamableContents combines a file's metadata with a RemoteInputStream for reading its contents.
FileType  
FloatColumn A FloatColumn represents a data column with float values.
HybridizationData HybridizationData represents the set of measurements captured from a single hybridization.
IntegerColumn An IntegerColumn represents a data column with integer values.
LongColumn A LongColumn represents a data column with long values.
MageTabFileSet MageTabFileSet is a container for the mage-tab representation of an experiment.
QuantitationType A QuantitationType represents a quantity that can be measured by an array.
ShortColumn A ShortColumn represents a data column with short values.
StringColumn A StringColumn represents a data column with string values.
 

Enum Summary
DataType DataType is an enumeration of the possible value types that a single value of a data column may have.
FileCategory