Closed Yale73 closed 3 years ago
Hi Yale,
Thanks for the question. As far as I'm aware, the barcode names shouldn't be creating an issue… are you mapping the query Seurat object starting from expression, or are you using the Seurat object as input to mapQuery
? If the latter, perhaps that is causing the issue (currently, as seen in the tutorial, Symphony mapQuery
takes in the query expression matrix rather than a Seurat object, which you can extract using obj@assays$RNA@counts
).
Closing this issue but let me know if you're still running into trouble.
Hi symphony team,
Thanks for such a great mapping package. I am using my new Seurat object mapped to the old Seurat object. But I found these two objects contain barcodes with different prefixes and postfixes, then I can not run the
mapQuery()
. My two cell barcodes are the following:Is there a way to map the query ignoring the prefix and postfix? Thanks, Yale