-
Notifications
You must be signed in to change notification settings - Fork 34
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
RunAzimuth MappingScore(anchors = anchors, ndim = dims) error #138
Comments
Same question. |
I found the question. In the MappingScore function, there is a RenamCells step. It will combine the query cells and ref cells. However, the combined query cell and ref cell barcode will generate duplicated cell barcode. I think, when building Azimuth reference, they should replace raw reference data cell barcode by some watermark. For example, "AZIMUTHPBMCACCTACCAGCCTATCA-1". This will avoid duplicated reference cell barcode with new query cell barcode. |
Hi, I have same question, and thank you @chunjie-sam-liu point the issue, I workaround the issue with the below code:
After the process, it can do annotation from local reference
|
Hi,
First of all thank for this package, it looks promising however with my data I get an error when running RunAzimuth.
I used an integrated seurat object that was SCtransformed and doublets removed.
When running
''
I get this error that is coming from the Calculate mapping score and add to metadata step and especially the MappingScore(anchors = anchors, ndim = dims)
with dims being 50 and coming from dims <- as.double(length(slot(reference, "reductions")$refDR))
When I looked at query object used in the function or in my original seurat object, I don't have duplicate row.names
''
''
Any idea how to solve this problem?
Thanks
The text was updated successfully, but these errors were encountered: