Class BatchEffectUtils
- java.lang.Object
-
- ubic.gemma.core.analysis.preprocess.batcheffects.BatchEffectUtils
-
public class BatchEffectUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description BatchEffectUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.
-
-
-
Method Detail
-
getBatchEffectType
public static BatchEffectType getBatchEffectType(BatchEffectDetails beDetails)
Obtain aBatchEffectType
describing the batch effect state of the given batch details.
-
getBatchEffectStatistics
@Nullable public static String getBatchEffectStatistics(BatchEffectDetails beDetails)
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
-
-