Class DifferentialExpressionAnalysisRemoveTaskCommand
java.lang.Object
ubic.gemma.core.job.TaskCommand
ubic.gemma.core.tasks.analysis.diffex.DifferentialExpressionAnalysisTaskCommand
ubic.gemma.core.tasks.analysis.diffex.DifferentialExpressionAnalysisRemoveTaskCommand
- All Implemented Interfaces:
Serializable
public class DifferentialExpressionAnalysisRemoveTaskCommand
extends DifferentialExpressionAnalysisTaskCommand
Specialized command object for removing analysis results.
- Author:
- paul
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.core.job.TaskCommand
MAX_QUEUING_MILLIS, MAX_RUNTIME_MILLIS
-
Constructor Summary
ConstructorsConstructorDescriptionDifferentialExpressionAnalysisRemoveTaskCommand
(ExpressionExperiment ee, DifferentialExpressionAnalysis toRemove) -
Method Summary
Methods inherited from class ubic.gemma.core.tasks.analysis.diffex.DifferentialExpressionAnalysisTaskCommand
getAnalysisType, getExpressionExperiment, getFactors, getSubsetFactor, getTaskClass, getToRedo, isForceAnalysis, isIncludeInteractions, isModerateStatistics, isUseWeights, setAnalysisType, setExpressionExperiment, setFactors, setForceAnalysis, setIncludeInteractions, setModerateStatistics, setSubsetFactor, setToRedo, setUseWeights
-
Constructor Details
-
DifferentialExpressionAnalysisRemoveTaskCommand
public DifferentialExpressionAnalysisRemoveTaskCommand(ExpressionExperiment ee, DifferentialExpressionAnalysis toRemove)
-
-
Method Details
-
getToRemove
-