Class AutomationGeneEnrichmentTask
java.lang.Object
org.cytoscape.work.AbstractTask
es.imim.DISGENET.internal.enrichment.AbstractEnrichmentTask
es.imim.DISGENET.internal.enrichment.AutomationGeneEnrichmentTask
- All Implemented Interfaces:
org.cytoscape.work.ObservableTask
,org.cytoscape.work.Task
public class AutomationGeneEnrichmentTask
extends AbstractEnrichmentTask
implements org.cytoscape.work.ObservableTask
-
Field Summary
Modifier and TypeFieldDescriptionboolean
double
Fields inherited from class org.cytoscape.work.AbstractTask
cancelled
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<R> R
getResults
(Class<? extends R> type) void
run
(org.cytoscape.work.TaskMonitor taskMonitor) Methods inherited from class es.imim.DISGENET.internal.enrichment.AbstractEnrichmentTask
getConn, getCurrNetwork, getEnrichList, listNodeColumnsNames, main, openConnection, setUrlParams
Methods inherited from class org.cytoscape.work.AbstractTask
cancel, getTaskIterator, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, setTaskIterator
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.cytoscape.work.Task
cancel
-
Field Details
-
typeId
-
columnName
-
source
-
newNetwork
public boolean newNetwork -
pvalueThreshold
public double pvalueThreshold -
minNumGenes
-
-
Constructor Details
-
AutomationGeneEnrichmentTask
-
-
Method Details
-
run
- Specified by:
run
in interfaceorg.cytoscape.work.Task
- Overrides:
run
in classAbstractEnrichmentTask
- Throws:
Exception
-
getResults
- Specified by:
getResults
in interfaceorg.cytoscape.work.ObservableTask
-
getResultClasses
- Specified by:
getResultClasses
in interfaceorg.cytoscape.work.ObservableTask
-