Class DifferentialExpressionAnalysisTaskCommand
- java.lang.Object
- 
- ubic.gemma.core.job.TaskCommand
- 
- ubic.gemma.core.tasks.analysis.diffex.DifferentialExpressionAnalysisTaskCommand
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- DifferentialExpressionAnalysisRemoveTaskCommand
 
 public class DifferentialExpressionAnalysisTaskCommand extends TaskCommand A command object to be used by spaces.- Author:
- keshav
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class ubic.gemma.core.job.TaskCommandMAX_QUEUING_MINUTES, MAX_RUNTIME_MINUTES
 
- 
 - 
Constructor SummaryConstructors Constructor Description DifferentialExpressionAnalysisTaskCommand(String taskId, boolean forceAnalysis, ExpressionExperiment expressionExperiment)DifferentialExpressionAnalysisTaskCommand(ExpressionExperiment ee)DifferentialExpressionAnalysisTaskCommand(ExpressionExperiment ee, DifferentialExpressionAnalysis toRedo)
 - 
Method Summary- 
Methods inherited from class ubic.gemma.core.job.TaskCommandgetEntityId, getMaxQueueMinutes, getMaxRuntime, getPersistJobDetails, getSecurityContext, getSubmitter, getTaskId, isEmailAlert, setEmailAlert, setEntityId, setMaxQueueMinutes, setMaxRuntime, setPersistJobDetails, setTaskId
 
- 
 
- 
- 
- 
Constructor Detail- 
DifferentialExpressionAnalysisTaskCommandpublic DifferentialExpressionAnalysisTaskCommand(ExpressionExperiment ee) 
 - 
DifferentialExpressionAnalysisTaskCommandpublic DifferentialExpressionAnalysisTaskCommand(ExpressionExperiment ee, DifferentialExpressionAnalysis toRedo) 
 - 
DifferentialExpressionAnalysisTaskCommandpublic DifferentialExpressionAnalysisTaskCommand(String taskId, boolean forceAnalysis, ExpressionExperiment expressionExperiment) 
 
- 
 - 
Method Detail- 
getAnalysisTypepublic DifferentialExpressionAnalyzerServiceImpl.AnalysisType getAnalysisType() 
 - 
setAnalysisTypepublic void setAnalysisType(DifferentialExpressionAnalyzerServiceImpl.AnalysisType analysisType) 
 - 
getExpressionExperimentpublic ExpressionExperiment getExpressionExperiment() 
 - 
setExpressionExperimentpublic void setExpressionExperiment(ExpressionExperiment expressionExperiment) 
 - 
getFactorspublic Collection<ExperimentalFactor> getFactors() 
 - 
setFactorspublic void setFactors(Collection<ExperimentalFactor> factors) 
 - 
getSubsetFactorpublic ExperimentalFactor getSubsetFactor() - Returns:
- the subsetFactor
 
 - 
setSubsetFactorpublic void setSubsetFactor(ExperimentalFactor subsetFactor) - Parameters:
- subsetFactor- the subsetFactor to set
 
 - 
getTaskClasspublic Class<? extends Task<? extends TaskCommand>> getTaskClass() - Overrides:
- getTaskClassin class- TaskCommand
 
 - 
getToRedopublic DifferentialExpressionAnalysis getToRedo() 
 - 
setToRedopublic void setToRedo(DifferentialExpressionAnalysis toRedo) 
 - 
isForceAnalysispublic boolean isForceAnalysis() 
 - 
setForceAnalysispublic void setForceAnalysis(boolean forceAnalysis) 
 - 
isIncludeInteractionspublic boolean isIncludeInteractions() 
 - 
setIncludeInteractionspublic void setIncludeInteractions(boolean includeInteractions) - Parameters:
- includeInteractions- Sets preference for interactions to be included.
 
 - 
isModerateStatisticspublic boolean isModerateStatistics() 
 - 
setModerateStatisticspublic void setModerateStatistics(boolean moderateStatistics) 
 - 
isUseWeightspublic boolean isUseWeights() 
 - 
setUseWeightspublic void setUseWeights(boolean useWeights) 
 
- 
 
-