Interface DiffExMetaAnalyzerService
-
- All Known Implementing Classes:
DiffExMetaAnalyzerServiceImpl
public interface DiffExMetaAnalyzerServiceUsed to perform meta-analyses of complete data sets (actually result sets), select the top genes, and potentially store the results.- Author:
- Paul
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeneDifferentialExpressionMetaAnalysisanalyze(Collection<Long> analysisResultSetIds)GeneDifferentialExpressionMetaAnalysispersist(GeneDifferentialExpressionMetaAnalysis analysis)
-
-
-
Method Detail
-
analyze
GeneDifferentialExpressionMetaAnalysis analyze(Collection<Long> analysisResultSetIds)
-
persist
GeneDifferentialExpressionMetaAnalysis persist(GeneDifferentialExpressionMetaAnalysis analysis)
-
-