-
Notifications
You must be signed in to change notification settings - Fork 36
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 when running "ModuleEigengenes()" with a seurat.v5 object #271
Comments
Hi, I am unfortunately not able to reproduce your error. Is this problem specific to your dataset, or does it happen on any dataset that you use like the tutorial dataset? |
Thanks for your reply! I haven't tried other datasets yet, but my data was updated from a seurat v4 object using |
Okay that is interesting, I have tested hdWGCNA successfully with Seurat v4 and Seurat v5 objects, but I have not tried using |
Dear @smorabit @Zweig-Wong @samuel-marsh @rootze seurat_obj <- SetDatExpr(
I checked layer 'data' is not empty and I am running with seurat V5. Thank you very much! |
When running ModuleEigengenes() with a seurat.v5 object I got an error:
It can be traced back to
SetAssayData()
inComputeModuleEigengene
Steps to reproduce
R session info
Screenshots
I would appreciate it if you could address this problem. Thanks.
The text was updated successfully, but these errors were encountered: