Interface AnalysisSelectionAndExecutionService
- 
- All Superinterfaces:
- ApplicationContextAware,- Aware
 - All Known Implementing Classes:
- AnalysisSelectionAndExecutionServiceImpl
 
 public interface AnalysisSelectionAndExecutionService extends ApplicationContextAware - Author:
- paul
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<DifferentialExpressionAnalysis>analyze(ExpressionExperiment expressionExperiment, DifferentialExpressionAnalysisConfig config)DifferentialExpressionAnalysisanalyze(ExpressionExperimentSubSet subset, DifferentialExpressionAnalysisConfig config)DifferentialExpressionAnalyzerServiceImpl.AnalysisTypedetermineAnalysis(BioAssaySet bioAssaySet, Collection<ExperimentalFactor> experimentalFactors, ExperimentalFactor subsetFactor, boolean includeInteractions)Determines the analysis to execute based on the experimental factors, factor values, and block design.DifferentialExpressionAnalyzerServiceImpl.AnalysisTypedetermineAnalysis(BioAssaySet bioAssaySet, DifferentialExpressionAnalysisConfig config)DiffExAnalyzergetAnalyzer()- 
Methods inherited from interface org.springframework.context.ApplicationContextAwaresetApplicationContext
 
- 
 
- 
- 
- 
Method Detail- 
analyzeCollection<DifferentialExpressionAnalysis> analyze(ExpressionExperiment expressionExperiment, DifferentialExpressionAnalysisConfig config) 
 - 
determineAnalysisDifferentialExpressionAnalyzerServiceImpl.AnalysisType determineAnalysis(BioAssaySet bioAssaySet, DifferentialExpressionAnalysisConfig config) 
 - 
determineAnalysisDifferentialExpressionAnalyzerServiceImpl.AnalysisType determineAnalysis(BioAssaySet bioAssaySet, Collection<ExperimentalFactor> experimentalFactors, ExperimentalFactor subsetFactor, boolean includeInteractions) Determines the analysis to execute based on the experimental factors, factor values, and block design.- Parameters:
- experimentalFactors- which factors to use, or null if to use all from the experiment
- subsetFactor- can be null
- includeInteractions- if possible
- bioAssaySet- bio assay set
- Returns:
- an appropriate analyzer
 
 - 
getAnalyzerDiffExAnalyzer getAnalyzer() - Returns:
- a new instance of a linear model analyzer.
 
 - 
analyzeDifferentialExpressionAnalysis analyze(ExpressionExperimentSubSet subset, DifferentialExpressionAnalysisConfig config) 
 
- 
 
-