Uses of Class
ubic.gemma.core.analysis.preprocess.convert.UnsupportedQuantitationScaleConversionException
Packages that use UnsupportedQuantitationScaleConversionException
-
Uses of UnsupportedQuantitationScaleConversionException in ubic.gemma.core.analysis.preprocess.convert
Methods in ubic.gemma.core.analysis.preprocess.convert that throw UnsupportedQuantitationScaleConversionExceptionModifier and TypeMethodDescriptionstatic double[]
ScaleTypeConversionUtils.convertData
(double[] vec, QuantitationType quantitationType, ScaleType scaleType) Convert a vector of double data to the target scale.static double[]
ScaleTypeConversionUtils.convertData
(double[] vec, StandardQuantitationType fromType, ScaleType fromScale, ScaleType scaleType) static double[]
ScaleTypeConversionUtils.convertData
(float[] vec, QuantitationType quantitationType, ScaleType scaleType) Convert a vector of float data to the target scale.static double[]
ScaleTypeConversionUtils.convertData
(int[] vec, ScaleType scaleType) Convert a vector of counting data to the target scale.static double
ScaleTypeConversionUtils.convertScalar
(Number val, QuantitationType qt, ScaleType scaleType) Convert a single number.