Cytoscape test: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 63: | Line 63: | ||
attrName: "motif", | attrName: "motif", | ||
entries: [ { attrValue: "", value: "#0099ff" } ] | entries: [ { attrValue: "", value: "#0099ff" } ] | ||
}; | |||
var tooltipMapper = { | |||
attrName: "motif", | |||
entries: [ { attrValue: "", value: "<b>TF: ${id}</b>" } ] | |||
}; | }; | ||
Line 74: | Line 79: | ||
nodes: { | nodes: { | ||
label: { passthroughMapper: { attrName: "id" } }, | label: { passthroughMapper: { attrName: "id" } }, | ||
tooltipText: "<b>TF: ${id}</b><br />Motif: ${motif}", | //tooltipText: "<b>TF: ${id}</b><br />Motif: ${motif}", | ||
tooltiptext: { defaultValue: "<b>TF: ${id}</b><br />Motif: ${motif}", discreteMapper: tooltipMapper }, | |||
shape: "ellipse", | shape: "ellipse", | ||
borderWidth: 1, | borderWidth: 1, |
Revision as of 14:28, 25 April 2012
FF:10563-108A5
TF to TF network. Mouse over nodes and edges to see attributes. Motif is an attribute of the source TF nodes (shown in green). Promoter and z-score is an attribute of the TF to TF edge.
Cytoscape Web will replace the contents of this div with your graph.