Bayesian Network from R to visualize in cytoscape
2
0
Entering edit mode
9.7 years ago
Maria • 0

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

R bayesian-network cytoscape • 3.2k views
ADD COMMENT
3
Entering edit mode
9.7 years ago

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

ADD COMMENT
0
Entering edit mode

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.

ADD REPLY
1
Entering edit mode

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

ADD REPLY
0
Entering edit mode
7.3 years ago
sugus ▴ 150

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.

ADD COMMENT

Login before adding your answer.

Traffic: 1867 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6