How does WGCNA decide which genes are connected?
1
0
Entering edit mode
8.0 years ago
jolespin ▴ 150

I'm using the Weighted Gene Coexpression Network Analysis package (WGCNA) in R and I am trying to figure out how the adjacency matrix is defined.

I understand how the correlation matrix is created along with why the power is used but adjacency matrices should be either 1 or 0.

Why are there still continuous values? How does it choose a cutoff later?

I can understand that it's maybe a weighted adjacency matrix but there isn't an option to make it binary and that is needed for the topological overlap matrix calculation (TOM)

WGCNA coexpression gene network analysis • 3.2k views
ADD COMMENT
0
Entering edit mode
7.1 years ago
sina.nassiri ▴ 100

An adjacency matrix is a square, symmetric matrix with entries between 0 and 1 (don't have to be 1s and 0s), and the TOMsimilarity() and TOMdist() functions in WGCNA both handle non-binary adjacency matrices.

ADD COMMENT

Login before adding your answer.

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