Class BatchConfoundUtils
- java.lang.Object
- 
- ubic.gemma.core.analysis.preprocess.batcheffects.BatchConfoundUtils
 
- 
 @Service public class BatchConfoundUtils extends Object Test if an experimental design is confounded with batches.- Author:
- paul
- See Also:
- BatchConfound
 
- 
- 
Constructor SummaryConstructors Constructor Description BatchConfoundUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<BatchConfound>test(BioAssaySet ee)
 
- 
- 
- 
Method Detail- 
testpublic static Collection<BatchConfound> test(BioAssaySet ee) - Parameters:
- ee- experiment or experiment subset
- Returns:
- collection of confounds (one for each confounded factor)
 
 
- 
 
-