Skip to content

RujiaDai/csuWGCNA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

csuWGCNA

csuWGCNA is a modified WGCNA procedure which is intended to capture negative correlations in the expression data. images

Usage:

library(WGCNA);
library(doParallel);
source('hpickSoftThreshold.r');
source('Hadjacency.r');
options(stringsAsFactors = F)

power selection

sft<-hpickSoftThreshold(expr,powerVector = powers, corFnc = bicor, networkType = "hybrid2", verbose = 5)

adjacency matrix construction

adj<-Hadjacency(datExpr=expr,type='hybrid2',power=power, corFnc='bicor')

About

Combination of signed and unsigned WGCNA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages