We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i run the code:
CellDimPlot(pancreas_sub, group_by = "SubCellType", reduction = "UMAP", lineages = paste0("Lineage", 1:3), lineages_span = 0.1)
i received the error:
Error in scale$guide == "none" : comparison (==) is possible only for atomic and list types
the error is dued to the version of dependency of R packages?
thanks!
The text was updated successfully, but these errors were encountered:
I can't reproduce this. Can you attach your session info?
Sorry, something went wrong.
No branches or pull requests
When i run the code:
CellDimPlot(pancreas_sub, group_by = "SubCellType", reduction = "UMAP",
lineages = paste0("Lineage", 1:3), lineages_span = 0.1)
i received the error:
Error in scale$guide == "none" :
comparison (==) is possible only for atomic and list types
the error is dued to the version of dependency of R packages?
thanks!
The text was updated successfully, but these errors were encountered: