Network analysis of genes using R
Is there a method or package in R to generate network or perform network analysis using R
• 12,035 views
•
link
2 answers
My tutorial appears to be a perfect fit: Network plot from expression data in R using igraph
If you already have your own data matrix, then start from Step 2
Kevin
• 1 views
•
link
Log in to answer this question.
check igraph package Google gives many tutorials: http://kateto.net/networks-r-igraph http://statmath.wu.ac.at/research/friday/resources_WS0708_SS08/igraph.pdf
Short answer "yes, there is method/package in R". Please improve your post by providing example input data, and expected output.