Class DifferentialExpressionAnalysisHelperServiceImpl
java.lang.Object
ubic.gemma.core.analysis.expression.diff.DifferentialExpressionAnalysisHelperServiceImpl
- All Implemented Interfaces:
DifferentialExpressionAnalysisHelperService
@Service
public class DifferentialExpressionAnalysisHelperServiceImpl
extends Object
implements DifferentialExpressionAnalysisHelperService
Transactional methods for dealing with differential expression analyses.
- Author:
- Paul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DifferentialExpressionAnalysisHelperServiceImpl
public DifferentialExpressionAnalysisHelperServiceImpl()
-
-
Method Details
-
persistStub
@Transactional public DifferentialExpressionAnalysis persistStub(DifferentialExpressionAnalysis entity) - Specified by:
persistStub
in interfaceDifferentialExpressionAnalysisHelperService
-