Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in is.null(rownames(x)) && nrow(x) : invalid 'y' type in 'x && y' only on ImmGen data. #269

Open
aleferna opened this issue May 13, 2024 · 3 comments

Comments

@aleferna
Copy link

Strange when I try to use the ImmGen dataset I get that error message but not for the others.

@LTLA
Copy link
Member

LTLA commented May 13, 2024

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)

@jiangldu
Copy link

i got the same error when i used the ImmGen dataset, but others in celldex package were ok.
Have you been solved it?

@LTLA
Copy link
Member

LTLA commented Sep 11, 2024

I'm not convinced that this is my problem until I see an MRE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants