Class BatchEffectUtils
java.lang.Object
ubic.gemma.core.analysis.preprocess.batcheffects.BatchEffectUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getBatchEffectStatistics
(BatchEffectDetails beDetails) Obtain a string describing the summary statistics of a batch effect is present in the given batch details.static BatchEffectType
getBatchEffectType
(BatchEffectDetails beDetails) Obtain aBatchEffectType
describing the batch effect state of the given batch details.
-
Constructor Details
-
BatchEffectUtils
public BatchEffectUtils()
-
-
Method Details
-
getBatchEffectType
Obtain aBatchEffectType
describing the batch effect state of the given batch details. -
getBatchEffectStatistics
Obtain a string describing the summary statistics of a batch effect is present in the given batch details.- Returns:
- summary statistics or null if there is no batch effect
-