This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Network analysis of genes using R

Is there a method or package in R to generate network or perform network analysis using R

r next-gen gene

Short answer "yes, there is method/package in R". Please improve your post by providing example input data, and expected output.

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

igraph, tidygraph, wgcna, ... There's a few others mentioned in the graphical models Task view.

Log in to answer this question.