-
Notifications
You must be signed in to change notification settings - Fork 119
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 while running get_expressed_genes #242
Comments
Hi, can you provide me your |
Hello and happy new year !
Matrix products: default locale: time zone: Europe/Paris attached base packages: other attached packages: loaded via a namespace (and not attached): |
Thanks for providing your session. I implemented a fix in the "get-expressed-genes" branch, which you can already install using
I haven't fully tested it on all scenarios yet, but it should work on the vignette now. I'll push it to the main branch once I have more time to run tests on it. Let me know if you still have errors! |
This has now been merged with the master branch. Feel free to reinstall NicheNet to version 2.0.5 now. When I posted the previous comment, I swapped the order of the arguments because I thought it was better practice to have the main (Seurat) object as the first argument (#247). However, I decided to rewrite this again so that it wouldn't break the current vignettes (#250). Sorry if this ends up breaking your code. |
Thank you so much !!! I will try to do run it again and will let you know how it goes Best Samir |
Hello, I'm a bit new to coding and I'm encountering the following error. I'm following the step by step vignette and after running :
get_expressed_genes from sender and receiver cell types
list_expressed_genes_sender = sender_celltypes %>% unique() %>%
lapply(get_expressed_genes, seurat_object)
expressed_genes_sender = list_expressed_genes_sender %>% unlist() %>% unique()
I get the following error : Error in FUN(X[[i]], ...) :
no slot of name "data" for this object of class "Assay5"
I inspected the seurat object and I do indeed have a slot for data on my object so I'm a bit confused.
The text was updated successfully, but these errors were encountered: