Class FilterEnrichmentTask
java.lang.Object
org.cytoscape.work.AbstractTask
es.imim.DISGENET.internal.enrichment.FilterEnrichmentTask
- All Implemented Interfaces:
org.cytoscape.work.Task
public class FilterEnrichmentTask
extends org.cytoscape.work.AbstractTask
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.cytoscape.work.util.BoundedIntegerorg.cytoscape.work.util.BoundedIntegerFields inherited from class org.cytoscape.work.AbstractTask
cancelled -
Constructor Summary
ConstructorsConstructorDescriptionFilterEnrichmentTask(EnrichmentCytoPanel enrichmentPanel, org.cytoscape.model.CyNetwork network, Integer lNitems, Integer hNitems, int[] indexCols) -
Method Summary
Methods inherited from class org.cytoscape.work.AbstractTask
cancel, getTaskIterator, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, setTaskIterator
-
Field Details
-
numGeneMinimum
public org.cytoscape.work.util.BoundedInteger numGeneMinimum -
numGeneMaximum
public org.cytoscape.work.util.BoundedInteger numGeneMaximum -
ogPvalue
-
adjPValue
-
-
Constructor Details
-
FilterEnrichmentTask
public FilterEnrichmentTask(EnrichmentCytoPanel enrichmentPanel, org.cytoscape.model.CyNetwork network, Integer lNitems, Integer hNitems, int[] indexCols) throws DisGeNetException - Throws:
DisGeNetException
-
-
Method Details
-
run
- Specified by:
runin interfaceorg.cytoscape.work.Task- Specified by:
runin classorg.cytoscape.work.AbstractTask- Throws:
Exception
-