-
Hi all, I am currently working on a wt vs mutant scRNA-seq dataset and I have used FindTransferAnchors() and MapQuery() functions to transfer cell type labels from wt to the mutant data. Please could someone describe (or point me to a paper that does so) how MapQuery() works and what the prediction scores are. Thank you and all the best, Matt |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As the documentation says (https://satijalab.org/seurat/reference/mapquery or Please do follow up if you find that the available docs don't answer your questions. |
Beta Was this translation helpful? Give feedback.
As the documentation says (https://satijalab.org/seurat/reference/mapquery or
?MapQuery
in your R session), the function is actually a convenient wrapper around three other functions:TransferData
,IntegrateEmbeddings
, andProjectUMAP
. You can see the documentation for those functions as well. I think the documentation forTransferData
in particular will be helpful for you.Please do follow up if you find that the available docs don't answer your questions.