Class DesignMatrixRowValueObject.Factory
- java.lang.Object
- 
- ubic.gemma.web.controller.expression.experiment.DesignMatrixRowValueObject.Factory
 
- 
- Enclosing class:
- DesignMatrixRowValueObject
 
 public static final class DesignMatrixRowValueObject.Factory extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Factory()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<DesignMatrixRowValueObject>getDesignMatrix(ubic.gemma.model.expression.experiment.ExpressionExperiment expressionExperiment, boolean removeBatchFactor, boolean removeContinuous)
 
- 
- 
- 
Method Detail- 
getDesignMatrixpublic static Collection<DesignMatrixRowValueObject> getDesignMatrix(ubic.gemma.model.expression.experiment.ExpressionExperiment expressionExperiment, boolean removeBatchFactor, boolean removeContinuous) - Parameters:
- expressionExperiment- ee
- removeBatchFactor- if true, any factor(s) that look like "batch information" will be ignored.
- removeContinuous- if true, any factor(s) that are continuous will be ignored. If you don't set this to true, you will get a row for each assay.
- Returns:
- collection
 
 
- 
 
-