Hi everyone,
I can run
sft = pickSoftThreshold(cd4_exp, powerVector = powers, verbose = 5, networkType="signed", corFnc= "bicor",corOptions = list(use = 'p', maxPOutliers = 0.1))
However, It is wrong for adjacency
adjacencymatrix = adjacency(cd4_exp, power=softpower, corFnc="bicor", type="signed", corOptions = "use = 'p', maxPOutliers = 0.1")
Error in bicor(datExpr, use = "p", maxPOutliers = 0.1) :
long vectors (argument 8) are not supported in .Fortran
Could you give me some advice?
Thank you very much.
Best Wishes!
Lei