smorabit / hdWGCNA

High dimensional weighted gene co-expression network analysis
https://smorabit.github.io/hdWGCNA/
Other
317 stars 31 forks source link

datExpr must contain numeric data #136

Closed olive-yelloweyes closed 10 months ago

olive-yelloweyes commented 10 months ago

Hi I was having an issue when I used the SetDatExpr() it said " Error in WGCNA::goodGenes(datExpr, ...) : datExpr must contain numeric data." but when I used the example data it worked.

Does anyone have the same issue?

image
olive-yelloweyes commented 10 months ago

besides.. my dataset was scRNA seq.. it is because of it?

olive-yelloweyes commented 10 months ago

update: it worked when I changed the "group.by" to another one (but it is not 'orig.ident')... strange..