-
Notifications
You must be signed in to change notification settings - Fork 922
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
UMAP connectivity plot #6898
Labels
more-information-needed
We need more information before this can be addressed
Comments
yuhanH
added
the
more-information-needed
We need more information before this can be addressed
label
Feb 10, 2023
mmm... |
uwot does not do this. |
@jlmelville Thanks for your reply! |
@yuhanH and @jlmelville -- So did Seurat implement this feature in the end? Thank you |
@denvercal1234GitHub I don't work on Seurat so I am unable to tell you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The UMAP package has a connectivity plot, that helps to understand if closeness in 2D is an artifact, or also cells are also close in the underlying kNN space.
Can a direct call to this plot be implemented in Seurat?
(Sorry if its already available, I did not find it)
umap.plot.connectivity(mapper, show_points=True)
umap.plot.connectivity(mapper, edge_bundling='hammer')
This seems to be a generally useful tool to interpret UMAP representations more carefully.
The text was updated successfully, but these errors were encountered: