miRNA-target network construction packages in R and Bioconductor ??
1
1
Entering edit mode
9.0 years ago
unique379 ▴ 90

Dear all,

I have list of miRNAs and their associated target genes and would like to create miR:gene Network. is their any best packages in R and Bioconductor to create such a graph? I want to make a graph like this:

Please help.

Thank you.

R Bioconductor • 3.9k views
ADD COMMENT
0
Entering edit mode

What do you mean by "graph"? If you already have the miRNAs and their targets, what else is it that you would like to do?

ADD REPLY
1
Entering edit mode
9.0 years ago

Take a look at:

http://igraph.org/r/

http://christophergandrud.github.io/networkD3/

Bioconductor Rgaphviz package

ADD COMMENT
0
Entering edit mode

Millions of thanks Davis for networkD3 package, its really cool. Just let me know, what is the difference between "networkD3" and "d3Network" package ??

link: http://christophergandrud.github.io/d3Network/

I install both and testing now but d3Network does not work for me. Down know what wrong with that, while running function with required input, it prints only source code of particular function in R terminal.

like:

d3SimpleNetwork(networkData, height = 300, width = 700,fontsize = 15)

!DOCTYPE html>
        <meta charset="utf-8">
        <body>
 <style>
.link {
stroke: #666;
opacity: 0.6;
stroke-width: 1.5px;
}
.node circle {
stroke: #fff;
opacity: 0.6;
stroke-width: 1.5px;
}
text {
font: 7px serif;
opacity: 0.6;
pointer-events: none;
}
</style>

.....bla bla bla
ADD REPLY
0
Entering edit mode

d3Network is not being maintained anymore. networkD3 is the package to use....

ADD REPLY
0
Entering edit mode
ADD REPLY
0
Entering edit mode

d3Network is not being supported anymore. The author is now supporting networkD3, so you should use that instead. If you would like to report a bug in software, it is best to report it to the author rather than here.

ADD REPLY

Login before adding your answer.

Traffic: 1706 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