Class GeneEnrichmentTask

java.lang.Object
org.cytoscape.work.AbstractTask
es.imim.DISGENET.internal.enrichment.AbstractEnrichmentTask
es.imim.DISGENET.internal.enrichment.GeneEnrichmentTask
All Implemented Interfaces:
org.cytoscape.work.Task

public class GeneEnrichmentTask extends AbstractEnrichmentTask
  • Field Details

    • columnNames

      public org.cytoscape.work.util.ListSingleSelection<Callable<org.cytoscape.model.CyColumn>> columnNames
    • sources

      public org.cytoscape.work.util.ListSingleSelection<String> sources
    • typeId

      public org.cytoscape.work.util.ListSingleSelection<String> typeId
    • newNetwork

      public boolean newNetwork
    • pvalueThreshold

      public double pvalueThreshold
    • minNumGenes

      public Integer minNumGenes
  • Constructor Details

    • GeneEnrichmentTask

      public GeneEnrichmentTask(org.cytoscape.view.model.CyNetworkView cyNetworkView)
  • Method Details