Uses of Class
ubic.gemma.core.analysis.preprocess.PreprocessingException
Packages that use PreprocessingException
Package
Description
This package contains classes for preprocessing expression data.
-
Uses of PreprocessingException in ubic.gemma.core.analysis.preprocess
Subclasses of PreprocessingException in ubic.gemma.core.analysis.preprocessModifier and TypeClassDescriptionclassclassclassAn exception that wraps aQuantitationTypeDetectionException.classException raised in preprocessing when there is a problem with sample coexpression analysis.classException raised if a SVD cannot be computed.Methods in ubic.gemma.core.analysis.preprocess that throw PreprocessingExceptionModifier and TypeMethodDescriptiondefault voidPreprocessorService.process(ExpressionExperiment ee) Preprocess a dataset.default voidPreprocessorService.process(ExpressionExperiment ee, boolean ignoreQuantitationMismatch) Preprocess a dataset.voidPreprocessorService.process(ExpressionExperiment ee, boolean ignoreQuantitationMismatch, boolean ignoreDiagnosticFailure) Preprocess a dataset.voidPreprocessorServiceImpl.process(ExpressionExperiment ee, boolean ignoreQuantitationMismatch, boolean ignoreDiagnosticsFailure) voidPreprocessorService.processDiagnostics(ExpressionExperiment ee) Create or update the sample correlation, PCA and M-V data.voidPreprocessorServiceImpl.processDiagnostics(ExpressionExperiment ee) -
Uses of PreprocessingException in ubic.gemma.core.analysis.preprocess.batcheffects
Subclasses of PreprocessingException in ubic.gemma.core.analysis.preprocess.batcheffectsModifier and TypeClassDescriptionclassIndicate that batch information is missing.classUsed to indicate a problem with the population of batch information for a givenExpressionExperiment.classIndicates that FASTQ headers were present, but were not in a format that yields usable information on batches.classIndicates that batches with only a single sample were found, which means we don't form batches at all.classUsed to indicate failure was due to the format being unusable, but the files are available.