Skip to content
Discussion options

You must be logged in to vote

Hi,

They are all functions used in "reference-based" analyses. Here is how they relate. TransferData is used to transfer categorical or continuous data from a reference to a query dataset - for example to classify query cell types or impute missing features. In theory, you could use the same approach to transfer UMAP coordinates but the UMAP developers have an existing strategy for placing new points into an existing UMAP embedding that is more appropriate (see here). ProjectUMAP is a basically a wrapper to enable that functionality. Often when running these reference-based analyses, you want to do both (e.g. predict cell type labels and generate a unified UMAP plot) and so MapQuery is a …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@royfrancis
Comment options

Answer selected by royfrancis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants