Hello all,
I have a bayesian network that I created in R and wants to visualize it in cytoscape. Does anyone know how to do it.
Thanks
Hello all,
I have a bayesian network that I created in R and wants to visualize it in cytoscape. Does anyone know how to do it.
Thanks
Cytoscape is quite friendly to start using, it simply requires at least 2 columns denoting interactions (i.e. for each row, item in column A 'interacts' with column B in some meaningful way) and any optional values for mapping edge values (e.g. interaction strengths, confidence in interaction validity). As long as you have that information in a tsv file, you can use Cytoscape's import function
Hi man, you have no need to setup any plugin to finish what you want because you can just click File and choose Network and import your edge data. Than you can chose the from-node and the target-node.That's it,you can work out your network. And i am interested in how you construct your bayesian network,can you share me more details about the R code for i can just construct a co-expression network but no regulatory network. So thank you if you can share with me.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Hi,
I try using bayelvira plugin in cytoscape, but having trouble importing my data. I'm not sure what file format is compatible with this plugin. thanks for the response.
I am not familiar with that plugin, but cytoscape is capable of importing extremely simple interaction data. If you reformat your data output to what I described above (two columns denoting interactions, optional edge attributes), that might help you get around this difficulty