Class MeanVarianceServiceImpl
java.lang.Object
ubic.gemma.core.analysis.preprocess.MeanVarianceServiceImpl
- All Implemented Interfaces:
MeanVarianceService
Manage the mean-variance relationship.
- Author:
- ptan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ExpressionExperiment ee, boolean forceRecompute) Retrieve (and if necessary compute) the mean-variance relationship for the experiment
-
Constructor Details
-
MeanVarianceServiceImpl
public MeanVarianceServiceImpl()
-
-
Method Details
-
create
Description copied from interface:MeanVarianceServiceRetrieve (and if necessary compute) the mean-variance relationship for the experiment- Specified by:
createin interfaceMeanVarianceService- Parameters:
ee- the ee to create the relation forforceRecompute- forces recomputation- Returns:
- MeanVarianceRelation
-