-
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 find_motifs with invalid version slot in SeuratPlus object #53
Comments
I had a similar issue (
When building the environment I had to try installing packages multiple times in different orders, so there's a chance the above code won't work, but hopefully it's a good starting place! Also, I tried to figure out exactly what was causing my problem and I think it's a compatibility issue with Pando's SeuratPlus object and SeuratObject v5. When you have SeuratObject v5, running |
Thank you for the quick reply. I got it to work. |
As you noticed @jsacco1, Pando is unfortunately not compatible with recent versions of SeuratObject. I'm not sure how much time I will have to fix this in the near future, but PRs are welcome. |
Man....why man whyyy...spent the last few hours trying to figure out why Pando won't accept the updated sueratobject format, of course after I figured it out I came across this post.....anyway for those in RStudio, no need to re-install R just do the following:
Edit: there an error that I troubleshoot-ed and missed mentioning is the following error gets thrown up if you downgrade and you get the following error:
The solution and reasoning is described here. But the tl;dr version is performing the following fix:
|
Re-used the Pando do the same analysis, meet this same issuses. Thanks for sharing |
Hi, I am using Seurat version '4.3.0' and SeuratObject '5.0.1' to run Pando, but I get an error when I run find_motifs:
But I checked the versions I'm using:
And my SeuratObject verion:
Here is the workflow I'm using:
The text was updated successfully, but these errors were encountered: