-
Notifications
You must be signed in to change notification settings - Fork 933
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
Vizgen again #8956
Comments
Hi @HSvitina,
That script works only on that PR.
Also, HDF5 files are no longer the output from Vizgen, it's all in I mainly co-develop Hope this helps. |
Closing due to inactivity, but thank you @alikhuseynov for offering a solution! We are actively working on merging PRs and also adapting Seurat to ensure compatibility with changes in data formats for our spatial pipelines. @HSvitina if further issues come up with our loaders, please don't hesitate to report them as new issues! |
Dear Seurat developers
I have my single-nuclei seq dataset processed in Seurat. I also have Vizgen MERSCOPE assay. I have problems reading/loading my Merfish. I see, it was discussed a lot, about parquet files etc - #7080
When I try to load files - I have this.
vizgen.obj <- LoadVizgen(data.dir = "D:/analysis_outputs_D7C/", + fov = "D7CfromR") Warning in ReadVizgen(data.dir = data.dir, filter = "^Blank-", type = c("centroids", : Cannot find cell boundary H5 files Error in UseMethod(generic = "CreateSegmentation", object = coords) : no applicable method for 'CreateSegmentation' applied to an object of class "NULL" -- | > >If I try to follow new script https://github.com/alikhuseynov/add-on_R/blob/develop/R/example_read_load_vizgen_v2.R
It does not even try to read something
Error in LoadVizgen(data.dir = dir_use, fov = "merfish.test", assay = "Vizgen", :
unused arguments (metadata = c("volume", "fov"), type = c("segmentations", "centroids"), add.zIndex = TRUE, update.object = TRUE, use.BiocParallel = TRUE, workers.MulticoreParam = 14, min.area = 5, add.molecules = TRUE, verbose = TRUE)
My seurat package is new, ver 5. Can you suggest something, please?
The text was updated successfully, but these errors were encountered: