Package gov.nih.nci.mageom.domain.BioAssayData.impl

Class Summary
BioAssayDataImpl Represents the dataset created when the BioAssays are created.
BioAssayDatumImpl A single cell of the quantitation, bioAssay, designElement matrix.
BioAssayDimensionImpl An ordered list of bioAssays.
BioAssayMapImpl The BioAssayMap is the description of how source MeasuredBioAssays and/or DerivedBioAssays are manipulated (mathematically) to produce DerivedBioAssays.
BioAssayMappingImpl Container of the mappings of the input BioAssay dimensions to the output BioAssay dimension.
BioDataCubeImpl A three-dimensional cube representation of the data.
BioDataTuplesImpl A relational, tuple representation of the data.
BioDataValuesImpl The actual values for the BioAssayCube.
CompositeSequenceDimensionImpl Specialized DesignElementDimension to hold CompositeSequences.
DerivedBioAssayDataImpl The output of a transformation event.
DesignElementDimensionImpl An ordered list of designElements.
DesignElementMapImpl A DesignElementMap is the description of how source DesignElements are transformed into a target DesignElement.
DesignElementMappingImpl Container of the mappings of the input DesignElement dimensions to the output DesignElement dimension.
FeatureDimensionImpl Specialized DesignElementDimension to hold Features.
MeasuredBioAssayDataImpl The data associated with the MeasuredBioAssay produced by FeatureExtraction.
QuantitationTypeDimensionImpl An ordered list of quantitationTypes.
QuantitationTypeMapImpl A QuantitationTypeMap is the description of how source QuantitationTypes are mathematically transformed into a target QuantitationType.
QuantitationTypeMappingImpl Container of the mappings of the input QuantitationType dimensions to the output QuantitationType dimension.
ReporterDimensionImpl Specialized DesignElementDimension to hold Reporters.
TransformationImpl The process by which derivedBioAssays are created from measuredBioAssays and/or derivedBioAssays.