public class WebserviceTask_TFTargetmine
extends org.cytoscape.work.AbstractTask
Modifier and Type | Field and Description |
---|---|
protected List<Map<String,String>> |
AllDownStreamList |
protected Map<String,String> |
AllTFHash |
protected List<Map<String,String>> |
AllTFList |
protected List<Map<String,String>> |
AllTFTargetList |
protected List<Map<String,String>> |
AllUpstreamList |
protected Document |
document |
protected String |
geneID |
protected MyCytoPanel |
myCytoPanel |
protected String |
myFunction |
protected Integer |
myIter |
protected List<Map<String,String>> |
TFTargetList |
Constructor and Description |
---|
WebserviceTask_TFTargetmine(String ORGANISM,
Set<org.cytoscape.model.CyNode> GENE_NODES,
CyActivator CY_ACTIVATOR,
org.cytoscape.view.model.CyNetworkView MYVIEW,
MyCytoPanel myCytoPanel,
String FUNCTION,
int Iter) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAllTF() |
protected void |
listAllTF() |
protected void |
listAndAddTFTargets(String GENEID,
org.cytoscape.model.CyNode geneNode) |
protected void |
listDownstreamTF(String GENEID) |
protected void |
listTFTargets(String GENEID) |
protected void |
listUpstreamTF(String GENEID) |
void |
run(org.cytoscape.work.TaskMonitor taskMonitor) |
protected Document document
protected String geneID
protected MyCytoPanel myCytoPanel
protected String myFunction
protected Integer myIter
public WebserviceTask_TFTargetmine(String ORGANISM, Set<org.cytoscape.model.CyNode> GENE_NODES, CyActivator CY_ACTIVATOR, org.cytoscape.view.model.CyNetworkView MYVIEW, MyCytoPanel myCytoPanel, String FUNCTION, int Iter)
protected void listTFTargets(String GENEID)
protected void listAndAddTFTargets(String GENEID, org.cytoscape.model.CyNode geneNode)
protected void listDownstreamTF(String GENEID)
protected void listUpstreamTF(String GENEID)
protected void listAllTF()
Copyright © 2017. All rights reserved.