Compare two gene co-expression networks/correlation matrizes
1
0
Entering edit mode
7.2 years ago
Benni ▴ 30

Is their a way to compare two gene co-expression networks or correlation matrizes of the same genes? My idea was to just compare the pearson correlation values of the gene pairs eg. check for differences in the correlation matrix. But a pearson correlation of 0.7 could mean something different in the first data compared to the second, so maybe there is a way to normalize a correlation matrix?

correlation gene network • 2.9k views
ADD COMMENT
0
Entering edit mode

If your comparison was about a certain number of top hits, and the values are not necessarily on the same scale, you might use the rank rather than the specific values. (Note: depending on your aim, and data, this could however also become misleading: e.g.: If you considered all pair-wise combinations, the rank of some small correlations could primarily reflect technical noise)

ADD REPLY
0
Entering edit mode

Thanks for your inputs. I found "differential network analysis", which seems to be a common tool for such a problem. Can anyone recommend this?

ADD REPLY
1
Entering edit mode
7.2 years ago

You can test whether the difference between the two correlation matrices is statistically significant using Jennrich's test implemented in R in the psych package in function cortest.jennrich(). Alternatively, an idea for comparing two networks would be to compare the transition matrices of the random walks on these networks.

ADD COMMENT

Login before adding your answer.

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