You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a duplicate of this issue: #221
I would recommend updating to the latest R version and re-installing the relevant packages.
Also, useNames is not a valid argument for slingshot, so adding that won't change anything.
I would like to use slingshot for a seurat obj but run into an error. Here's my code and error message:
sds <- slingshot(Embeddings(data, "umap"), clusterLabels = data$seurat_clusters,
Error: (converted from warning) useNames = NA is deprecated. Instead, specify either useNames = TRUE or useNames = FALSE.
It worked several weeks ago as:
sds <- slingshot(Embeddings(data, "umap"), clusterLabels = data$seurat_clusters,
But now even I add the useNames=TRUE/FALSE, it won't work. Could anybody help? Thanks!
The text was updated successfully, but these errors were encountered: