Class DifferentialExpressionSearchTaskImpl
java.lang.Object
ubic.gemma.core.job.AbstractTask<DifferentialExpressionSearchTaskCommand>
ubic.gemma.core.tasks.visualization.DifferentialExpressionSearchTaskImpl
- All Implemented Interfaces:
Callable<TaskResult>
,Task<DifferentialExpressionSearchTaskCommand>
,DifferentialExpressionSearchTask
@Component
@Scope("prototype")
public class DifferentialExpressionSearchTaskImpl
extends AbstractTask<DifferentialExpressionSearchTaskCommand>
implements DifferentialExpressionSearchTask
Encapsulates the search for differential expression results, for a set of genes and experiments (which can be
grouped)
- Author:
- anton
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ubic.gemma.core.job.AbstractTask
getTaskCommand, newTaskResult, setTaskCommand
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ubic.gemma.core.job.Task
getTaskCommand, setTaskCommand
-
Constructor Details
-
DifferentialExpressionSearchTaskImpl
public DifferentialExpressionSearchTaskImpl()
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<TaskResult>
-