Class GeneDiffExMetaAnalysisHelperServiceImpl
java.lang.Object
ubic.gemma.core.analysis.expression.diff.GeneDiffExMetaAnalysisHelperServiceImpl
- All Implemented Interfaces:
GeneDiffExMetaAnalysisHelperService
@Component
public class GeneDiffExMetaAnalysisHelperServiceImpl
extends Object
implements GeneDiffExMetaAnalysisHelperService
* @author frances
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToValueObject
(GeneDifferentialExpressionMetaAnalysis metaAnalysis) Convert the given meta-analysis into detail value object.findDetailMetaAnalysisById
(long analysisId) Find meta-analysis by the given id.Load all meta-analyses.
-
Constructor Details
-
GeneDiffExMetaAnalysisHelperServiceImpl
public GeneDiffExMetaAnalysisHelperServiceImpl()
-
-
Method Details
-
convertToValueObject
public GeneDifferentialExpressionMetaAnalysisDetailValueObject convertToValueObject(GeneDifferentialExpressionMetaAnalysis metaAnalysis) Description copied from interface:GeneDiffExMetaAnalysisHelperService
Convert the given meta-analysis into detail value object.- Specified by:
convertToValueObject
in interfaceGeneDiffExMetaAnalysisHelperService
- Parameters:
metaAnalysis
- meta analysis- Returns:
- the converted detail value object
-
findDetailMetaAnalysisById
public GeneDifferentialExpressionMetaAnalysisDetailValueObject findDetailMetaAnalysisById(long analysisId) Description copied from interface:GeneDiffExMetaAnalysisHelperService
Find meta-analysis by the given id.- Specified by:
findDetailMetaAnalysisById
in interfaceGeneDiffExMetaAnalysisHelperService
- Parameters:
analysisId
- meta analysis id- Returns:
- detail meta-analysis value object
-
loadAllMetaAnalyses
Description copied from interface:GeneDiffExMetaAnalysisHelperService
Load all meta-analyses.- Specified by:
loadAllMetaAnalyses
in interfaceGeneDiffExMetaAnalysisHelperService
- Returns:
- a collection of summary value objects
-