Uses of Class
ubic.gemma.core.analysis.preprocess.PreprocessingException
-
Packages that use PreprocessingException Package Description ubic.gemma.core.analysis.preprocess This package contains classes for preprocessing expression data.ubic.gemma.core.analysis.preprocess.batcheffects -
-
Uses of PreprocessingException in ubic.gemma.core.analysis.preprocess
Subclasses of PreprocessingException in ubic.gemma.core.analysis.preprocess Modifier and Type Class Description class
FilteringRelatedPreprocessingException
class
QuantitationTypeConversionRelatedPreprocessingException
class
QuantitationTypeDetectionRelatedPreprocessingException
An exception that wraps aQuantitationTypeDetectionException
.class
SampleCoexpressionRelatedPreprocessingException
Exception raised in preprocessing when there is a problem with sample coexpression analysis.class
SVDRelatedPreprocessingException
Exception raised if a SVD cannot be computed.Methods in ubic.gemma.core.analysis.preprocess that throw PreprocessingException Modifier and Type Method Description default void
PreprocessorService. process(ExpressionExperiment ee)
Preprocess a dataset.default void
PreprocessorService. process(ExpressionExperiment ee, boolean ignoreQuantitationMismatch)
Preprocess a dataset.void
PreprocessorService. process(ExpressionExperiment ee, boolean ignoreQuantitationMismatch, boolean ignoreDiagnosticFailure)
Preprocess a dataset.void
PreprocessorServiceImpl. process(ExpressionExperiment ee, boolean ignoreQuantitationMismatch, boolean ignoreDiagnosticsFailure)
void
PreprocessorService. processDiagnostics(ExpressionExperiment ee)
Create or update the sample correlation, PCA and M-V data.void
PreprocessorServiceImpl. processDiagnostics(ExpressionExperiment ee)
-
Uses of PreprocessingException in ubic.gemma.core.analysis.preprocess.batcheffects
Subclasses of PreprocessingException in ubic.gemma.core.analysis.preprocess.batcheffects Modifier and Type Class Description class
BatchInfoMissingException
Indicate that batch information is missing.class
BatchInfoPopulationException
Used to indicate a problem with the population of batch information for a givenExpressionExperiment
.class
FASTQHeadersPresentButNotUsableException
Indicates that FASTQ headers were present, but were not in a format that yields usable information on batches.class
SingletonBatchesException
Indicates that batches with only a single sample were found, which means we don't form batches at all.class
UnsupportedRawdataFileFormatException
Used to indicate failure was due to the format being unusable, but the files are available.
-