Thanks for the reply. Then which output should be used (Adjacency, TOM or dissTOM)?
• 1 views
•
link
I would like to have the shortest path or distance between different pairs of genes in a network constructed by WGCNA R package.
If you want to do it in python, https://networkx.github.io check Shortest Paths
If you want to do it in R, https://igraph.org/redirect.html check shortest.paths
Log in to answer this question.