@ParametersAreNonnullByDefault
Package ubic.gemma.core.analysis.preprocess.convert
Convert data from one
QuantitationType
to another.- Author:
- poirigui
-
Class Summary Class Description QuantitationTypeConversionUtils Perform various computations on ExpressionDataMatrices (usually in-place).RepresentationConversionUtils ConvertDataVector
to differentPrimitiveType
.ScaleTypeConversionUtils ConvertDataVector
to differentScaleType
. -
Exception Summary Exception Description QuantitationTypeConversionException Base class for representing problematicQuantitationType
conversion.UnsupportedQuantitationRepresentationConversionException Exception raised when data in a given representation cannot be converted to another representation.UnsupportedQuantitationScaleConversionException Exception raised when data from a given scale cannot be converted to another scale.UnsupportedQuantitationTypeConversionException Exception raised when data from a given quantitation type cannot be converted to another quantitation type.