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 Constructor Description GeneDiffExMetaAnalysisHelperServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneDifferentialExpressionMetaAnalysisDetailValueObjectconvertToValueObject(GeneDifferentialExpressionMetaAnalysis metaAnalysis)Convert the given meta-analysis into detail value object.GeneDifferentialExpressionMetaAnalysisDetailValueObjectfindDetailMetaAnalysisById(long analysisId)Find meta-analysis by the given id.Collection<GeneDifferentialExpressionMetaAnalysisSummaryValueObject>loadAllMetaAnalyses()Load all meta-analyses.
-
-
-
Method Detail
-
convertToValueObject
public GeneDifferentialExpressionMetaAnalysisDetailValueObject convertToValueObject(GeneDifferentialExpressionMetaAnalysis metaAnalysis)
Description copied from interface:GeneDiffExMetaAnalysisHelperServiceConvert the given meta-analysis into detail value object.- Specified by:
convertToValueObjectin interfaceGeneDiffExMetaAnalysisHelperService- Parameters:
metaAnalysis- meta analysis- Returns:
- the converted detail value object
-
findDetailMetaAnalysisById
public GeneDifferentialExpressionMetaAnalysisDetailValueObject findDetailMetaAnalysisById(long analysisId)
Description copied from interface:GeneDiffExMetaAnalysisHelperServiceFind meta-analysis by the given id.- Specified by:
findDetailMetaAnalysisByIdin interfaceGeneDiffExMetaAnalysisHelperService- Parameters:
analysisId- meta analysis id- Returns:
- detail meta-analysis value object
-
loadAllMetaAnalyses
public Collection<GeneDifferentialExpressionMetaAnalysisSummaryValueObject> loadAllMetaAnalyses()
Description copied from interface:GeneDiffExMetaAnalysisHelperServiceLoad all meta-analyses.- Specified by:
loadAllMetaAnalysesin interfaceGeneDiffExMetaAnalysisHelperService- Returns:
- a collection of summary value objects
-
-