Entering edit mode
8 months ago
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.
What is unclear given this error? Meaning, check that
data
only contains numeric data. Probably there is a column with characters somewhere. Showhead(data)
.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.