Class PreprocessTaskCommand
- java.lang.Object
- 
- ubic.gemma.core.job.TaskCommand
- 
- ubic.gemma.core.tasks.analysis.expression.PreprocessTaskCommand
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class PreprocessTaskCommand extends TaskCommand Command object for processing data vectors. Has dual purpose for updating the correlation matrices.- 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 PreprocessTaskCommand(ExpressionExperiment ee)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandiagnosticsOnly()ExpressionExperimentgetExpressionExperiment()Class<? extends Task<? extends TaskCommand>>getTaskClass()voidsetDiagnosticsOnly(boolean diagnosticsOnly)If true, we'll try to just update the diagnostics (M-V, PCA and sample correlation)voidsetExpressionExperiment(ExpressionExperiment expressionExperiment)- 
Methods inherited from class ubic.gemma.core.job.TaskCommandgetEntityId, getMaxQueueMinutes, getMaxRuntime, getPersistJobDetails, getSecurityContext, getSubmitter, getTaskId, isEmailAlert, setEmailAlert, setEntityId, setMaxQueueMinutes, setMaxRuntime, setPersistJobDetails, setTaskId
 
- 
 
- 
- 
- 
Constructor Detail- 
PreprocessTaskCommandpublic PreprocessTaskCommand(ExpressionExperiment ee) 
 
- 
 - 
Method Detail- 
getExpressionExperimentpublic ExpressionExperiment getExpressionExperiment() 
 - 
setExpressionExperimentpublic void setExpressionExperiment(ExpressionExperiment expressionExperiment) 
 - 
getTaskClasspublic Class<? extends Task<? extends TaskCommand>> getTaskClass() - Overrides:
- getTaskClassin class- TaskCommand
 
 - 
diagnosticsOnlypublic boolean diagnosticsOnly() 
 - 
setDiagnosticsOnlypublic void setDiagnosticsOnly(boolean diagnosticsOnly) If true, we'll try to just update the diagnostics (M-V, PCA and sample correlation)- Parameters:
- diagnosticsOnly- whether to only update the diagnostics
 
 
- 
 
-