-
How can I project a new dataset onto an existing UMAP? |
Beta Was this translation helpful? Give feedback.
Answered by
satijalab
Feb 1, 2021
Replies: 1 comment
-
You can project new data onto an existing UMAP, provided the UMAP model has been stored in the existing UMAP, by running the Note that the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
satijalab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can project new data onto an existing UMAP, provided the UMAP model has been stored in the existing UMAP, by running the
MapQuery()
function. You can find an example of how to do this in our Reference mapping vignetteNote that the
MapQuery
function can also be used to transfer cell labels from a reference dataset onto a query (i.e. automatically ‘annotate’ a query dataset).