Uses of Class
ubic.gemma.core.analysis.preprocess.batcheffects.BatchInfoPopulationException
Packages that use BatchInfoPopulationException
-
Uses of BatchInfoPopulationException in ubic.gemma.core.analysis.preprocess.batcheffects
Modifier and TypeClassDescriptionclassIndicate that batch information is missing.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.Methods in ubic.gemma.core.analysis.preprocess.batcheffects that throw BatchInfoPopulationExceptionModifier and TypeMethodDescriptionvoidBatchInfoPopulationService.fillBatchInformation(ExpressionExperiment ee, boolean force) Attempt to obtain batch information from the data provider and populate it into the given experiment.voidBatchInfoPopulationServiceImpl.fillBatchInformation(ExpressionExperiment ee, boolean force)