Class DiffExMetaAnalyzerServiceImpl
java.lang.Object
ubic.gemma.core.analysis.expression.diff.DiffExMetaAnalyzerServiceImpl
- All Implemented Interfaces:
DiffExMetaAnalyzerService
@Component
public class DiffExMetaAnalyzerServiceImpl
extends Object
implements DiffExMetaAnalyzerService
- Author:
- Paul
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DiffExMetaAnalyzerServiceImpl
public DiffExMetaAnalyzerServiceImpl()
-
-
Method Details
-
analyze
@Transactional public GeneDifferentialExpressionMetaAnalysis analyze(Collection<Long> analysisResultSetIds) - Specified by:
analyze
in interfaceDiffExMetaAnalyzerService
-
persist
public GeneDifferentialExpressionMetaAnalysis persist(GeneDifferentialExpressionMetaAnalysis analysis) - Specified by:
persist
in interfaceDiffExMetaAnalyzerService
-