Skip to content
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

A error in LoadVizgen: unused argument (type = c("centroids")) when using LoadVizgen #9205

Closed
zysmu opened this issue Aug 11, 2024 · 3 comments

Comments

@zysmu
Copy link

zysmu commented Aug 11, 2024

No description provided.

@zysmu
Copy link
Author

zysmu commented Aug 11, 2024

微信图片_20240811235241
vizgen.obj_test1<-LoadVizgen(data.dir, fov = "s2r1", assay = "Vizgen",type = c("centroids"), z = 3L)
Error in LoadVizgen(data.dir, fov = "s2r1", assay = "Vizgen", type = c("centroids"), :
unused argument (type = c("centroids"))

Seurat is 5.1.0

@alikhuseynov
Copy link

the type = c("centroids") argument is for ReadVizgen
check this threads, in that PR you can use type within LoadVizgen

@longmanz
Copy link
Contributor

Hi,
As suggested by alikhuseynov (many thanks for helping out), type is only supported by ReadVizgen() at the moment. You may use the LoadVizgen from alikhuseynov's PR as a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants