Interface AnalysisUtilService
-
- All Known Implementing Classes:
AnalysisUtilServiceImpl
public interface AnalysisUtilService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
deleteOldAnalyses(ExpressionExperiment expExp)
Remove all analyses for the experiment (Differential, Coexpression and PCA).
-
-
-
Method Detail
-
deleteOldAnalyses
boolean deleteOldAnalyses(ExpressionExperiment expExp)
Remove all analyses for the experiment (Differential, Coexpression and PCA). Call this when something has happened to the data to invalidate them.- Parameters:
expExp
- the experiment- Returns:
- true if all the analyses were deleted, false if there are associations (or other exceptional circumstances) which block any of the deletions.
-
-