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:MeanVarianceService
Retrieve (and if necessary compute) the mean-variance relationship for the experiment- Specified by:
create
in interfaceMeanVarianceService
- Parameters:
ee
- the ee to create the relation forforceRecompute
- forces recomputation- Returns:
- MeanVarianceRelation
-