WGCNA signed vs unsigned network
1
3
Entering edit mode
6.4 years ago
1769mkc ★ 1.2k

How to choose between signed vs unsigned network ?

sft=pickSoftThreshold(datExpr,dataIsExpr = TRUE,powerVector = powers,corFnc = cor,corOptions = list(use = 'p'),networkType = "signed")

adj= adjacency(datExpr,type = "unsigned", power = softPower)

TOM=TOMsimilarityFromExpr(datExpr,networkType = "signed", TOMType = "unsigned", power = softPower)

These are the three lines where i have to defined signed or unsigned type i read through Peter Langfelder blog but still im not much clear about

Any suggestion would be highly appreciated

R rna-seq • 11k views
ADD COMMENT
6
Entering edit mode
6.4 years ago
Tao ▴ 530

I think the "sign" represents the sign of weight on the edges. If you care about the sign, for example sign represents positive or negative regulation between two nodes, then you need to choose "signed". On the other hand, if the weight just represent the strength of relatedness between two nodes, you might don't care positive or negative, so you need to choose "unsigned". That really depends on your needs.

ADD COMMENT
0
Entering edit mode

okay so i have cell lypes like stem cells and their downstream differentiated cells i m trying co-expression network .So what would you suggest me to do ?I have cell types like HSC,CMP,GMP,Monocyte, granulocytes etc..all together 20 samples..

Should I go for signed or unsigned ?

Any suggestion would be really helpful

ADD REPLY
1
Entering edit mode

For co-expression network, I would prefer unsigned weight. But you can try both, to find out which result looks more meaningful.

ADD REPLY

Login before adding your answer.

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