在biostas问答版的帖子中就有高手做出了解答:## Error in (function...) thrown by WGCNA tutorial (R)原因为:WGCNA与其他软件包之间存在冲突。WGCNA中的cor函数与R中自带的cor在命名空间上有冲突。解决方法为:在使用该函数之前暂时重新分配功能,见下方正确用法 cor <- WGCNA::cor net = bloc...
解决了吗 同遇到了这个问题。
importPyWGCNAaspyw# Can read WGCNA objects#testpyw = pyw.readWGCNA('filename')geneExp='data/pyWGCNA_example_test.csv'testpyw=pyw.WGCNA(name='WGCNA',species='Asparagopsis taxiformis',geneExpPath=geneExp,outputPath='outdir/',#In order for the output path to act as a out directory, end...
error:in exportNetworkToCytoscape(modTOM, edgeFile = paste("CytoscapeInput-edges-", : Cannot determine node names: nodeNames is NULL and adjMat has no dimnames. 解决办法:replace “probes = names(datExpr)” in “probes =col names(datExpr)” 关注...
但是会有警告信息,不过不影响结果: Warningmessage:IngreenWhiteRed(50):WGCNA::greenWhiteRed:thispaletteisnot suitableforpeople with green-red color blindness(the most common kind of color blindness).Considerusingthe function blueWhiteRed instead.
Error in running WGCNA net(datExpr,power=softPowerTOMType="unsigned",minModuleSize=30,reassignThreshold=0,mergeCutHeight=0.25,numericLabels=TRUE,pamRespectsDendro=FALSE,saveTOMs=TRUE,saveTOMFileBase="BCell_TOM",verbose=3) Calculating module eigengenes block-wise from all genes...
Hi, This program is working great so far for me now, thanks. I've just come up with an issue when comparing multiple WGCNA objects with the bubble plot. I get an error with generating the bubble plot colorbar. My first attempt was with 5...
用 getwd() 检查下当前目录下,是否存在上述文件;
输入文件格式有问题吧,你看看文件里面建议列名和行名不要有空格;
之前遇到过有人运行WGCNA,在画性状和表型图时总会报一个错误: Error in colorMatrix[, c] : incorrect number of dimensions In addition: Warning message: In greenWhiteRed(10) : WGCNA::greenWhiteRed: this palette is not suitable for people