-
Notifications
You must be signed in to change notification settings - Fork 22
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: (converted from warning) 'as(<dgTMatrix>, "dgCMatrix")' is deprecated. #314
Comments
Please always include the output of your |
Thank you for the information. Your R version is 4.3.2 and the miloR version is 1.99.12.
小伍小伍
***@***.***
…------------------ 原始邮件 ------------------
发件人: "MarioniLab/miloR" ***@***.***>;
发送时间: 2024年3月15日(星期五) 下午4:44
***@***.***>;
***@***.******@***.***>;
主题: Re: [MarioniLab/miloR] Error: (converted from warning) 'as(<dgTMatrix>, "dgCMatrix")' is deprecated. (Issue #314)
Please always include the output of your sessionInfo() in any issue.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I am facing the same questions here, any solutions now? Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): Looking for your reply, |
The simplest solution is that you don't need to calculate nhood distances any more. Use the newer |
It's not work for me, the same error still comes up. Matrix products: default locale: time zone: Asia/Shanghai attached base packages: other attached packages: loaded via a namespace (and not attached): |
Make sure you are using up to date versions of all relevant packages, including |
Hi! Facing the same issue here. When I run Matrix products: default locale: time zone: Europe/Madrid attached base packages: other attached packages: loaded via a namespace (and not attached): And in the easiest solution that @MikeDMorgan commented about using the newer refinement_scheme="graph" for makeNhoods and fdr.weighting="graph-overlap" for testNhoods, should I just not run Thank you so much for your time and for this incredible tool, Aina |
Hi @ainarill , yes you no longer need to run calcNhoodDistances when using the graph-based refinement and spatial FDR correction. |
sce_milo <- calcNhoodDistance(sce_milo, d=50)
Error: (converted from warning) 'as(, "dgCMatrix")' is deprecated.
Use 'as(., "CsparseMatrix")' instead.
See help("Deprecated") and help("Matrix-deprecated").
My seurat version is 4.4.0 and matrix version is 1.6-1.1
The text was updated successfully, but these errors were encountered: