-
Notifications
You must be signed in to change notification settings - Fork 32
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 Reductions(obj) : could not find function "Reductions" #112
Comments
Hey @bbimber , Sorry you're running into this problem! I'll be happy to make this change in a PR soon. Thanks for suggesting this and I'll circle back when it's solved. Best, |
@mattjones315 Thanks for checking. I dont think that's best practice on how to do this. I think you should either:
|
Note: the third point is basically what you're already doing in this file with "@import logging" |
Hi @bbimber -- I see what you mean, and I see now that this is what we used to handle Seurat 2.X objects. I've made these changes in the repo, let me know if this works for you. |
We're calling Vision() from within an R package to load a seurat object. When we call our package's method from R (which in turn calls Vision), the output is this:
I believe you should either quality the Seurat methods, or @import Seurat here:
VISION/R/methods-Vision.R
Line 591 in b363600
Is that something you'd consider adding? I'm happy to draft a PR. If I manually run "library(Seurat)" to load seurat, this works, but that's a sub-optimal solution.
The text was updated successfully, but these errors were encountered: