Open aleferna opened 6 months ago
Please create a minimum reproducible example. For example, the code below works fine for me.
library(celldex)
ig <- ImmGenData()
library(scRNAseq)
test <- PaulHSCData()
library(SingleR)
res <- SingleR(test=test, ref=ig, labels=ig$label.main, assay.type.test=1)
i got the same error when i used the ImmGen dataset, but others in celldex package were ok. Have you been solved it?
I'm not convinced that this is my problem until I see an MRE.
Strange when I try to use the ImmGen dataset I get that error message but not for the others.