Cytoscape test3: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
<div> | <div> | ||
<table id="nodes_list" border="1" width="100%" class="wikitable"> | <table id="nodes_list" border="1" width="100%" class="wikitable"> | ||
<tr><th> | <tr><th>Node</th><th>Type</th></tr> | ||
</table> | </table> | ||
</div> | </div> | ||
Line 118: | Line 118: | ||
//} | //} | ||
var html = "<tr><th> | var html = "<tr><th>Node</th><th>Type</th></tr>"; | ||
//var sel = vis.selected(); | //var sel = vis.selected(); | ||
for (var i in nodes) { | for (var i in nodes) { | ||
Line 129: | Line 129: | ||
$("#nodes_list").html(html); | $("#nodes_list").html(html); | ||
html = "<tr><th>Source | html = "<tr><th>Source</th><th>Target</th><th>Promoter</th><th>Z-Score</th></tr>"; | ||
//var sel = vis.selected(); | //var sel = vis.selected(); | ||
for (var i in edges) { | for (var i in edges) { |
Revision as of 15:22, 8 May 2012
FF:10717-109I6, TF to Motif to TF network
Mouseover nodes and edges to see attributes. Motifs are shown in orange, TFs are shown in blue. Promoter and z-score are attributes of the Motif to TF edges (blue arrow). TF to Motif edges are shown in orange.
Motifs shown are the top (maximum 30) motifs in the sample. TFs shown have at least one CAGE promoter with at at least 10 TPM expression (RLE normalized) in the sample. Edges shown have a z-score of at least 1.5 (based on correlation between motif activity and promoter expression).
Cytoscape Web will replace the contents of this div with your graph.
Style
Layout: (recalculate)Node | Type |
---|
Source TF | Target TF | Promoter | Z-Score |
---|