-
Notifications
You must be signed in to change notification settings - Fork 43
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
Warning messages useNames = NA is deprecated when running the slingshot #221
Comments
Same issue here... |
Thank you for bringing this to my attention! This turned out to be a pretty deep rabbit hole, but I think you can safely ignore these warnings. Apparently the Importantly, these issues don't seem to affect the actual calculations, so Best, |
Hi, Exact same error. It is not a warning anymore. Any update on it? Thank you, |
@kstreet13 That's good to hear. Thanks. @apal6 Maybe you can check the version of packages you're using. If they're the same as mine, I assume you will receive the same warn message. |
Hi, Thank you for quick response. I have checked the version of slingshot and it is 2.7.0. Still getting the same error. Not sure what's failing.
`session info: [25] patchwork_1.1.2 dplyr_1.1.2 SeuratObject_4.1.3 Seurat_4.3.0 Thank you, |
@apal6 What version of R are you using? Looks like 4.1.3 and 4.2.2 are only giving warnings, but maybe 4.3 is different. |
Hi, I just updated my R and now the error is:
What do you suspect now? Thank you, |
Yikes, not sure what that might be. Did you re-install |
Yes, I did re-install. Will try to remove and install again. |
Hi there,
Matrix products: default locale: attached base packages: other attached packages: Thank you in advance! |
Has this problem been solved? We ran into the same issue as mentioned above by Victoria (vfincke). |
Hi @vfincke and @AnneKathrinMerbach, Thanks for the reports! However, I should point out that the actual error message here is just the first part:
This error has been seen a few times before (#186) and is usually a result of having clusters that are too small (0-2 cells). The additional messages about Best, |
This may help . |
Hi Kelly,
Thank you for developing this amazing package. I received 22 warning messages (which is the same as number of clusters in the sce object) when running slingshot using the following code:
slingshot(ddrp_sce, reducedDim = "UMAP", clusterLabels = ddrp_sce$SCT_snn_res.0.9, start.clus = 1, extend = "n", reweight = FALSE, reassign = FALSE)
Warning messages: 1: useNames = NA is deprecated. Instead, specify either useNames = TRUE or useNames = TRUE. 2: useNames = NA is deprecated. Instead, specify either useNames = TRUE or useNames = TRUE. ... 22: useNames = NA is deprecated. Instead, specify either useNames = TRUE or useNames = TRUE.
My data structure:
My sessioninfo:
Is this caused by the internal algorithms slingshot is using or my data? Also, which do you suggest to use for the reduced dimensions, HARMONY or UMAP?
Many thanks.
The text was updated successfully, but these errors were encountered: