Uses of Class
ubic.gemma.core.analysis.preprocess.batcheffects.BatchInfoPopulationException
-
Packages that use BatchInfoPopulationException Package Description ubic.gemma.core.analysis.preprocess.batcheffects -
-
Uses of BatchInfoPopulationException in ubic.gemma.core.analysis.preprocess.batcheffects
Subclasses of BatchInfoPopulationException in ubic.gemma.core.analysis.preprocess.batcheffects Modifier and Type Class Description class
BatchInfoMissingException
Indicate that batch information is missing.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.Methods in ubic.gemma.core.analysis.preprocess.batcheffects that throw BatchInfoPopulationException Modifier and Type Method Description void
BatchInfoPopulationService. fillBatchInformation(ExpressionExperiment ee, boolean force)
Attempt to obtain batch information from the data provider and populate it into the given experiment.void
BatchInfoPopulationServiceImpl. fillBatchInformation(ExpressionExperiment ee, boolean force)
-