public interface AnalysisSelectionAndExecutionService extends ApplicationContextAware
Modifier and Type | Method and Description |
---|---|
Collection<DifferentialExpressionAnalysis> |
analyze(ExpressionExperiment expressionExperiment,
DifferentialExpressionAnalysisConfig config) |
DifferentialExpressionAnalysis |
analyze(ExpressionExperimentSubSet subset,
DifferentialExpressionAnalysisConfig config) |
DifferentialExpressionAnalyzerServiceImpl.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.
|
DifferentialExpressionAnalyzerServiceImpl.AnalysisType |
determineAnalysis(BioAssaySet bioAssaySet,
DifferentialExpressionAnalysisConfig config) |
DiffExAnalyzer |
getAnalyzer() |
setApplicationContext
Collection<DifferentialExpressionAnalysis> analyze(ExpressionExperiment expressionExperiment, DifferentialExpressionAnalysisConfig config)
DifferentialExpressionAnalyzerServiceImpl.AnalysisType determineAnalysis(BioAssaySet bioAssaySet, DifferentialExpressionAnalysisConfig config)
DifferentialExpressionAnalyzerServiceImpl.AnalysisType determineAnalysis(BioAssaySet bioAssaySet, Collection<ExperimentalFactor> experimentalFactors, ExperimentalFactor subsetFactor, boolean includeInteractions)
experimentalFactors
- which factors to use, or null if to use all from the experimentsubsetFactor
- can be nullincludeInteractions
- if possiblebioAssaySet
- bio assay setDiffExAnalyzer getAnalyzer()
DifferentialExpressionAnalysis analyze(ExpressionExperimentSubSet subset, DifferentialExpressionAnalysisConfig config)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.