Uses of Class
ubic.gemma.core.analysis.expression.diff.AnalysisException
Packages that use AnalysisException
-
Uses of AnalysisException in ubic.gemma.core.analysis.expression.diff
Subclasses of AnalysisException in ubic.gemma.core.analysis.expression.diffModifier and TypeClassDescriptionclassException raised when all analyses fail.classException raised when all subset analyses failed with anAnalysisException.classOccurs when empirical bayes estimation fails.classException raised when data filtering fails.classException raised when a log2 conversion fails.classException raised whenMeanVarianceEstimatorfails.classRaised when a factor carries more than one explicitly marked baseline and the analysis was not configured with a subset factor.classException raised when suitable factor is left for analysis.Methods in ubic.gemma.core.analysis.expression.diff that throw AnalysisExceptionModifier and TypeMethodDescriptionDiffExAnalyzer.run(ExpressionExperiment expressionExperiment, Map<FactorValue, ExpressionExperimentSubSet> subsets, ExpressionDataDoubleMatrix dmatrix, DifferentialExpressionAnalysisConfig config) Analyze a dataset with a pre-existing subset structure.DiffExAnalyzer.run(ExpressionExperiment expressionExperiment, ExpressionDataDoubleMatrix dmatrix, DifferentialExpressionAnalysisConfig config) Analyze a dataset.DiffExAnalyzer.run(ExpressionExperimentSubSet subset, ExpressionDataDoubleMatrix dmatrix, DifferentialExpressionAnalysisConfig config) Analyze a subset.LinearModelAnalyzer.run(ExpressionExperiment ee, Map<FactorValue, ExpressionExperimentSubSet> subsets, ExpressionDataDoubleMatrix dmatrix, DifferentialExpressionAnalysisConfig config) LinearModelAnalyzer.run(ExpressionExperiment expressionExperiment, ExpressionDataDoubleMatrix dmatrix, DifferentialExpressionAnalysisConfig config) I apologize for this being so complicated.LinearModelAnalyzer.run(ExpressionExperimentSubSet subset, ExpressionDataDoubleMatrix dmatrix, DifferentialExpressionAnalysisConfig config) Check if a factor value should be excluded from the analysis.Constructor parameters in ubic.gemma.core.analysis.expression.diff with type arguments of type AnalysisExceptionModifierConstructorDescriptionAllAnalysesFailedException(String message, Collection<? extends AnalysisException> analysisExceptions, DifferentialExpressionAnalysisConfig config) AllSubSetAnalysesFailedException(String message, Collection<? extends AnalysisException> subsetExceptions, DifferentialExpressionAnalysisConfig config)