I am currently analyzing some RNA-seq data using weighted gene coexpression network analysis. In putting together some scatter plots I am curious if there is some interesting information in the kOut and kDiff connectivity measures. It has been difficult for me to wrap my head around their meanings. 

kTotal = whole network connectivity (adjacency)

kWithin = intramodular connectivity

kOut = kTotal - kWithin

kDiff = kWithin - kOut 

Similar questions and discussions