Uses of Class
ubic.gemma.core.analysis.preprocess.batcheffects.BatchEffectDetails
Packages that use BatchEffectDetails
-
Uses of BatchEffectDetails in ubic.gemma.core.analysis.preprocess.batcheffects
Methods in ubic.gemma.core.analysis.preprocess.batcheffects that return BatchEffectDetailsModifier and TypeMethodDescriptionExpressionExperimentBatchInformationService.getBatchEffectDetails(ExpressionExperiment ee) Obtain the full batch effect details of a given experiment.ExpressionExperimentBatchInformationServiceImpl.getBatchEffectDetails(ExpressionExperiment ee) Methods in ubic.gemma.core.analysis.preprocess.batcheffects with parameters of type BatchEffectDetailsModifier and TypeMethodDescriptionstatic StringBatchEffectUtils.getBatchEffectStatistics(BatchEffectDetails beDetails) Obtain a string describing the summary statistics of a batch effect is present in the given batch details.static BatchEffectTypeBatchEffectUtils.getBatchEffectType(BatchEffectDetails beDetails) Obtain aBatchEffectTypedescribing the batch effect state of the given batch details. -
Uses of BatchEffectDetails in ubic.gemma.rest
Constructors in ubic.gemma.rest with parameters of type BatchEffectDetailsModifierConstructorDescriptionBatchInformationValueObject(BatchEffectType batchEffectType, BatchEffectDetails batchEffectDetails, List<BatchConfound> batchConfound, Map<ExpressionExperimentSubSet, List<BatchConfound>> subsetBatchConfounds)