Uses of Class
ubic.gemma.core.analysis.preprocess.detect.QuantitationMismatchException
-
Packages that use QuantitationMismatchException Package Description ubic.gemma.core.analysis.preprocess.detect This package contains classes for detecting and linting expression data. -
-
Uses of QuantitationMismatchException in ubic.gemma.core.analysis.preprocess.detect
Subclasses of QuantitationMismatchException in ubic.gemma.core.analysis.preprocess.detect Modifier and Type Class Description class
InferredQuantitationMismatchException
Exception raised when the quantitation of anExpressionDataMatrix
does not agree with the one inferred.class
SuspiciousValuesForQuantitationException
Exception raised when suspicious values are detected in anExpressionDataMatrix
.
-