Class AnalysisUtilServiceImpl
java.lang.Object
ubic.gemma.core.analysis.expression.AnalysisUtilServiceImpl
- All Implemented Interfaces:
AnalysisUtilService
Utility methods for dealing with analyses.
- Author:
- paul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanRemove all analyses for the experiment (Differential, Coexpression and PCA).
-
Constructor Details
-
AnalysisUtilServiceImpl
public AnalysisUtilServiceImpl()
-
-
Method Details
-
deleteOldAnalyses
Description copied from interface:AnalysisUtilServiceRemove all analyses for the experiment (Differential, Coexpression and PCA). Call this when something has happened to the data to invalidate them.- Specified by:
deleteOldAnalysesin interfaceAnalysisUtilService- 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.
-