Class VariantEnrichmentTask
java.lang.Object
org.cytoscape.work.AbstractTask
es.imim.DISGENET.internal.enrichment.AbstractEnrichmentTask
es.imim.DISGENET.internal.enrichment.VariantEnrichmentTask
- All Implemented Interfaces:
org.cytoscape.work.Task
-
Field Summary
Modifier and TypeFieldDescriptionorg.cytoscape.work.util.ListSingleSelection<Callable<org.cytoscape.model.CyColumn>>
boolean
double
org.cytoscape.work.util.ListSingleSelection<String>
org.cytoscape.work.util.ListSingleSelection<String>
Fields inherited from class org.cytoscape.work.AbstractTask
cancelled
-
Constructor Summary
-
Method Summary
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
-
Field Details
-
columnNames
public org.cytoscape.work.util.ListSingleSelection<Callable<org.cytoscape.model.CyColumn>> columnNames -
sources
-
typeId
-
newNetwork
public boolean newNetwork -
pvalueThreshold
public double pvalueThreshold -
minNumVariants
-
-
Constructor Details
-
VariantEnrichmentTask
public VariantEnrichmentTask(org.cytoscape.view.model.CyNetworkView cyNetworkView)
-
-
Method Details
-
run
- Specified by:
run
in interfaceorg.cytoscape.work.Task
- Overrides:
run
in classAbstractEnrichmentTask
- Throws:
Exception
-