This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Error with goodSamplesGenes()

Hi. I'm facing error with goodSamplesGenes().

This is my code:

gsg<-goodSamplesGenes(t(data))

Error msg:

 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.

I'm using Geo dataset.

Thank you so much.

r wgcna

datExpr must contain numeric data.

What is unclear given this error? Meaning, check that data only contains numeric data. Probably there is a column with characters somewhere. Show head(data).

I'm using Geo dataset.

That's not informative unless you add a GSE number of link.

Thank you so much. I'll make sure to include all information from next time. Thank you so much.

0 answers

No answers yet.

Log in to answer this question.