Uses of Class
ubic.gemma.core.analysis.preprocess.batcheffects.BatchEffectDetails
-
Packages that use BatchEffectDetails Package Description ubic.gemma.core.analysis.preprocess.batcheffects ubic.gemma.rest -
-
Uses of BatchEffectDetails in ubic.gemma.core.analysis.preprocess.batcheffects
Methods in ubic.gemma.core.analysis.preprocess.batcheffects that return BatchEffectDetails Modifier and Type Method Description BatchEffectDetails
ExpressionExperimentBatchInformationService. getBatchEffectDetails(ExpressionExperiment ee)
Obtain the full batch effect details of a given experiment.BatchEffectDetails
ExpressionExperimentBatchInformationServiceImpl. getBatchEffectDetails(ExpressionExperiment ee)
-
Uses of BatchEffectDetails in ubic.gemma.rest
Constructors in ubic.gemma.rest with parameters of type BatchEffectDetails Constructor Description BatchInformationValueObject(BatchEffectType batchEffectType, BatchEffectDetails batchEffectDetails, List<BatchConfound> batchConfound, Map<ExpressionExperimentSubSet,List<BatchConfound>> subsetBatchConfounds)
-