Interface MeanVarianceService
- All Known Implementing Classes:
MeanVarianceServiceImpl
public interface MeanVarianceService
Responsible for returning the coordinates of the experiment's Mean-Variance relationship.
- Author:
- ptan
-
Method Summary
Modifier and TypeMethodDescriptioncreate(ExpressionExperiment ee, boolean forceRecompute) Retrieve (and if necessary compute) the mean-variance relationship for the experiment
-
Method Details
-
create
Retrieve (and if necessary compute) the mean-variance relationship for the experiment- Parameters:
ee- the ee to create the relation forforceRecompute- forces recomputation- Returns:
- MeanVarianceRelation
-