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 Type
    Method
    Description
    create(ExpressionExperiment ee, boolean forceRecompute)
    Retrieve (and if necessary compute) the mean-variance relationship for the experiment
  • Method Details

    • 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 for
      forceRecompute - forces recomputation
      Returns:
      MeanVarianceRelation