I have list of microbes enriched in test and control samples along with their relative abundance. Now, I want to make a species co-occurrence network where positively (R>0.6; P<0.05) and negatively (R<-0.6; P<0.05) co-related microbes are connected with edges of different colours. Also, the control and test microbes will be clustered separately. I want a figure like the following one. This figure has been generated in Cytoscape. But I don't know which plugin/application to use. Can anyone please help me?
Many thanks, dpc
Hi Jean-Karim Heriche!!! Should I make a network first and then visualise with cytoscape? Or, I can just use the relative abundanve table as input and cytoscape will calculate the spearman's correlation coefficient and make the network itself?
Thanks
I prepare the network first because I use Cytoscape only for visualization so I am not familiar with any possibility of building the network from within Cytoscape.
How can I make such network in R? Is there any package exists? Do you know any tutorial?
I use the igraph R package. You can also use it for visualization as detailed in this tutorial.