Hi Dear
I'm using WGCNA package to build a co-regulation network from my microarray data. I'm following the WGCNA tutorial but I have a error message when I try to run the goodSamplesGenes. Could anyone help me?
gsg = goodSamplesGenes((datExpr), verbose = 3);
Flagging genes and samples with too many missing values...
..step 1
Error in goodGenes(datExpr, weights, goodSamples, goodGenes, minFraction = minFraction, :
datExpr must contain numeric data.
Error is clear: "datExpr must contain numeric data"
Hello,
Did you solve it?
I have the same problem, goodSampleGenes does not read the numbers, but when continuing to the sample clustering it returns results!
I do not really know the mistake I am doing. I checked with srt() function and there is numeric data.
My commands are:
Thanks for your help.
This should be a comment on the post, not an "answer", as you're not really answering sh.o.94's question. I'm moving it to a comment now, but please be more careful in the future.
By the way, did you look at zx8754's pointer? It should help you get to the solution.