binary phenotype or discrete traits in wgcna analysis
1
6
Entering edit mode
9.9 years ago
l0o0 ▴ 220

In WGCNA R package how do you correlate identified co-expression modules with binary phenotype data ? All the papers and tutorial material I have seen works with quantitative data. Does psuedo numbering traits ( 1 for control and 2 for disease sample) make any sense or are there any other options ?

In another case, i have different tissue, the information all I have is that these samples are from different tissue. How do I apply these data to WGCNA?

RNA-Seq R wgcna co-expression • 4.4k views
ADD COMMENT
0
Entering edit mode

Any luck or progress on this?

ADD REPLY
0
Entering edit mode
3.7 years ago

Just encode them as numerical 0 and 1. Or, if you want to do something more elaborate, build a binary logistic regression model:

glm(BinaryTrait ~ Module1, ...)

Kevin

ADD COMMENT

Login before adding your answer.

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