Interface DiffExMetaAnalyzerService
-
- All Known Implementing Classes:
DiffExMetaAnalyzerServiceImpl
public interface DiffExMetaAnalyzerService
Used 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 GeneDifferentialExpressionMetaAnalysis
analyze(Collection<Long> analysisResultSetIds)
GeneDifferentialExpressionMetaAnalysis
persist(GeneDifferentialExpressionMetaAnalysis analysis)
-
-
-
Method Detail
-
analyze
GeneDifferentialExpressionMetaAnalysis analyze(Collection<Long> analysisResultSetIds)
-
persist
GeneDifferentialExpressionMetaAnalysis persist(GeneDifferentialExpressionMetaAnalysis analysis)
-
-