我想使用 CytoscapeWeb 2.0 的离散映射器(即基于 jQuery 的 CytoscapeWeb),但需要一些示例代码来说明我必须做什么。
我已经尝试过从基于 Flash 的 CytoscapeWeb 中获取的一些代码并尝试过
var entityColorMapper = { attrName: "etype", entries: [ { attrValue: "protein", value: "#ff0000" }, { attrValue: "compound", value: "#00ff00" }, { attrValue: "group", value: "#0000ff" } ] };
然后在我的“风格”结构中
"node.E": { fillColor: { discreteMapper: entityColorMapper } }
但这似乎不起作用。