-
Notifications
You must be signed in to change notification settings - Fork 46
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: useNames = NA is defunct. Instead, specify either useNames = TRUE or useNames = FALSE. #26
Comments
Please use Seurat V4, rather than V5 |
I am using Seurat4, but I still encountered the same problem mentioned above. |
I met the same problem. do you sovle the problem? |
I used Seurat V4, but I still got these error. |
I suspect the problem comes from the AUCell package (my version is 1.12.0). Another discussion aertslab/SCENIC#439 suggested downgrading the Bioconductor version to 3.17, but it didn't work for me. |
FYI, this defunct error comes from matrixStats (>= 1.2.0) [2023-12-11]. I'll clarify that fact in the next release. There is some function is some package that calls one of the matrixStats functions with argument |
When I used "AUCell" and "VISION" method in sc.metabolism.Seurat, I got different errors.
scRNA_metab<-sc.metabolism.Seurat(obj = scRNA_metab, method = 'AUCell', imputation = F, ncores = 2, metabolism.type = "KEGG")
When I used "VISION" method:
scRNA_metab<-sc.metabolism.Seurat(obj = scRNA_metab, method = 'VISION', imputation = F, ncores = 2, metabolism.type = "KEGG")
How to solve the problem?Thank you very much!
The text was updated successfully, but these errors were encountered: