I've build a network in cytoscape. I've annotated edges (gene names) with expression values. Now this works fine for single expressionvalues. But I'm looking for a way to show multiple expressionvalues next to an edge. I could do this in a basic way e.g: gene_ID (expression1, expression2, expression3).
However, I would prefer something that is abit more visual. For example, it would be nice to have a little heatmap consisting of four squares displayed next to each edge, representing the expressionlevel of that certain gene at different conditions.
Is there a solution for this in cytoscape? I've been browsing the plugins but could not find anything useful?
Yeah, I'm aware you can chose images for nodes, but each node is a compound in my network. The edges are the different enzymes/gene_ID's that are responsible for the reactions.
Perhaps you can finesse it by putting a gene node between two reaction nodes, and assigning the desired figure to the gene node. Might complicate layout algorithms, but for a small figure it would probably work.
that could work, but it would complicate the networks actually. So basically i'm waiting for someone to write a plugin that lets me annotate edges :)