Cytoscape test2: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 61: | Line 61: | ||
var colorMapper = { | var colorMapper = { | ||
attrName: " | attrName: "type", | ||
entries: [ { attrValue: "", value: "#0099ff" } ] | entries: [ { attrValue: "motif", value: "#ff9900" }, | ||
{ attrValue: "tf", value: "#0099ff" } ] | |||
}; | }; | ||
var | var shapeMapper = { | ||
attrName: "motif", | attrName: "type", | ||
entries: [ { attrValue: "", value: "<b> | entries: [ { attrValue: "motif", value: "rectangle" }, | ||
{ attrValue: "tf", value: "ELLIPSE" } ] | |||
}; | |||
var edgeColorMapper = { | |||
attrName: "type", | |||
entries: [ { attrValue: "has_motif", value: "#ff9900" }, { attrValue: "promotes", value: "#0099ff" } ] | |||
}; | |||
var edgeArrowMapper = { | |||
attrName: "type", | |||
entries: [ { attrValue: "has_motif", value: "NONE" }, { attrValue: "promotes", value: "delta" } ] | |||
}; | |||
var edgeTooltipMapper = { | |||
attrName: "type", | |||
entries: [ { attrValue: "has_motif", value: "" }, { attrValue: "promotes", value: "<b>Promoter: ${promoter}</b><br />Z-Score: ${zscore}" } ] | |||
}; | }; | ||
Revision as of 15:26, 25 April 2012
FF:10563-108A5
TF to TF network. Mouseover nodes and edges to see attributes. Motif is an attribute of the source TF nodes (shown in green). Promoter and z-score are attributes of the TF to TF edge.
Cytoscape Web will replace the contents of this div with your graph.