-
Notifications
You must be signed in to change notification settings - Fork 925
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
LoadVizgen function not found #6539
Comments
Make sure you have installed the correct branch of Seurat with |
Dear Seurat Team, I seem to have a problem when installing this particular branch of Seurat from guthub. I tried both:
and:
and the message I am getting in both cases is:
Here goes my session info:
Any ideas what is missing / not working here? Many thanks, |
Update to my previous post:
and was able to access the LoadVizgen function:
Best, PS.: Just a remark, in the usage page, in the first line and in the usage example, it says "ReadVizgen" ... |
Hi,
I'm trying to work through the vignette here (https://satijalab.org/seurat/articles/spatial_vignette_2.html) but when I try to load my vizgen data it says 'could not find function "LoadVizgen" '
This is the code I used:
library(remotes)
library(Seurat)
library(future)
plan("multisession", workers = 10)
vizgen.obj <- LoadVizgen(data.dir = "directory_to_my_file", fov = "276")
Thanks,
Will
The text was updated successfully, but these errors were encountered: