-
Notifications
You must be signed in to change notification settings - Fork 55
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
Seurat Assay5 #76
Comments
SAME ISSUE |
Hi, this problem can be circumvented by converting the V5 to a V3 assay in the seurat object before using sceasy: Leukocytes[["RNA3"]] <- as(object = Leukocytes[["RNA"]], Class = "Assay") please find additional information here: https://satijalab.org/seurat/articles/seurat5_essential_commands Best Hauke |
Thank you very much. Your answer helped me a lot |
Hi @haukeh90. thank you for your sharing. But I encountered another problem in the process: obj[["RNA3"]] <- as(object = obj[["RNA"]], Class = "Assay") R version 4.4.0 (2024-04-24) If anyone has a solution, I would be very grateful |
@luzzhou I am having the same issue suddenly as of last week. Any luck? |
Package no longer works if you upgrade to the new version of Seurat.
The text was updated successfully, but these errors were encountered: