-
Notifications
You must be signed in to change notification settings - Fork 58
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
"data" slot not found #84
Comments
I am having the same issue, but data slot is in my object
|
I am having the same issue, and I have the data slot in my object as well; somehow I am not able to access it using the Shiny function. |
Has this been solved or can the shinycell package be updated so that we can use it on seurat v5 objects? |
Hi everyone, I just had the same issue right now. There is already code in ShinyCell for v5 Seurat objects, however, the code is only 6 months old and not part of the 2.1 release (see commit 5ede118). Installing the latest shinycell from GitHub solved the issues for me:
Importantly, layers have to be joined before running
|
seu1 = UpdateSeuratObject(object = seu) # makeShinyApp(seu1, scConf, gene.mapping = TRUE, #run ok |
Hello,
I wanted to generate shinycell objects from my seurat object, but the function is unable to find the data slot in the gex.slot = "data" input, maybe because seurat v5 does not store counts, data and scaled.data as slots anymore, instead it stores it as layers. How can I still generate my shinycell objects?
The text was updated successfully, but these errors were encountered: