Class BatchEffectUtils
java.lang.Object
ubic.gemma.core.analysis.preprocess.batcheffects.BatchEffectUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetBatchEffectStatistics(BatchEffectDetails beDetails) Obtain a string describing the summary statistics of a batch effect is present in the given batch details.static BatchEffectTypegetBatchEffectType(BatchEffectDetails beDetails) Obtain aBatchEffectTypedescribing the batch effect state of the given batch details.
- 
Constructor Details- 
BatchEffectUtilspublic BatchEffectUtils()
 
- 
- 
Method Details- 
getBatchEffectTypeObtain aBatchEffectTypedescribing the batch effect state of the given batch details.
- 
getBatchEffectStatisticsObtain 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
 
 
-