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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeanVarianceRelation
create(ExpressionExperiment ee, boolean forceRecompute)
Retrieve (and if necessary compute) the mean-variance relationship for the experiment
-
-
-
Method Detail
-
create
@Secured("GROUP_USER") MeanVarianceRelation create(ExpressionExperiment ee, boolean forceRecompute)
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
-
-