-
Notifications
You must be signed in to change notification settings - Fork 21
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 cnts[gene.set, ] : subscript out of bounds #101
Comments
Hey @RosyGH, Happy to help troubleshoot, however, I will need more information, like the output of Thanks, |
Matrix products: default locale: time zone: Asia/Shanghai attached base packages: other attached packages: loaded via a namespace (and not attached): |
library(ggplot2) pbmc_small <- get("pbmc_small") pbmc_small <- runEscape(pbmc_small, heatmapEnrichment(pbmc_small, geyserEnrichment(pbmc_small, scatterEnrichment(seurat_ex, #Error in cnts[gene.set, ] : subscript out of bounds |
geyserEnrichment(seurat_ex,
Error in cnts[gene.set, ] : subscript out of bounds
Thanks a lot for developing this useful tool!
I can't figure out what is wrong, but if I change my codes to see another gene.set, it will run without any errors:
geyserEnrichment(seurat_ex,
It seems that the form of the gene.set name affects the result.
The text was updated successfully, but these errors were encountered: