Personal tools

Cytoscape test: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 67: Line 67:
var tooltipMapper = {
var tooltipMapper = {
attrName: "motif",
attrName: "motif",
entries: [ { attrValue: "", value: "<b>TF: ${id}</b>" } ]
entries: [ { attrValue: "", value: "TEST" } ]
};
};
Line 80: Line 80:
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 },
tooltiptext: { discreteMapper: tooltipMapper },
shape: "ellipse",
shape: "ellipse",
borderWidth: 1,
borderWidth: 1,

Revision as of 14:30, 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.