Uses of Class
ubic.gemma.core.analysis.preprocess.batcheffects.BatchConfound
Packages that use BatchConfound
-
Uses of BatchConfound in ubic.gemma.core.analysis.preprocess.batcheffects
Methods in ubic.gemma.core.analysis.preprocess.batcheffects that return types with arguments of type BatchConfoundModifier and TypeMethodDescriptionExpressionExperimentBatchInformationService.getSignificantBatchConfounds(ExpressionExperiment ee) Obtain the significant batch confounds for a dataset.ExpressionExperimentBatchInformationServiceImpl.getSignificantBatchConfounds(ExpressionExperiment ee) ExpressionExperimentBatchInformationService.getSignificantBatchConfoundsForSubsets(ExpressionExperiment ee) Obtain the significant batch confounds for a dataset subsets.ExpressionExperimentBatchInformationServiceImpl.getSignificantBatchConfoundsForSubsets(ExpressionExperiment ee) static Collection<BatchConfound> BatchConfoundUtils.test(BioAssaySet ee) -
Uses of BatchConfound in ubic.gemma.rest
Constructors in ubic.gemma.rest with parameters of type BatchConfoundConstructor parameters in ubic.gemma.rest with type arguments of type BatchConfoundModifierConstructorDescriptionBatchInformationValueObject(BatchEffectType batchEffectType, BatchEffectDetails batchEffectDetails, List<BatchConfound> batchConfound, Map<ExpressionExperimentSubSet, List<BatchConfound>> subsetBatchConfounds) BatchInformationValueObject(BatchEffectType batchEffectType, BatchEffectDetails batchEffectDetails, List<BatchConfound> batchConfound, Map<ExpressionExperimentSubSet, List<BatchConfound>> subsetBatchConfounds)