Hi, Looks like a great package! I just wanted to let you know I've encountered an issue with using the plot_heatmap function with a Seurat object that I've appended V(D)J data to with scRepertoire. It throws the error:
Error:
! Column name barcode must not be duplicated.
Caused by error in stop_vctrs():
! Names must be unique.
x These names are duplicated:
- "barcode" at locations 5 and 41.
Run rlang::last_error() to see where the error occurred.
I had a look back at traceback and the plot_heat map function and confirmed that all barcodes were unique. The function works when I delete the barcode metadata completely. Let me know if you want/need any more info. Thanks!
Hi, Looks like a great package! I just wanted to let you know I've encountered an issue with using the plot_heatmap function with a Seurat object that I've appended V(D)J data to with scRepertoire. It throws the error:
Error:
! Column name
barcodemust not be duplicated.Caused by error in
stop_vctrs():! Names must be unique.
x These names are duplicated:
Run
rlang::last_error()to see where the error occurred.I had a look back at traceback and the plot_heat map function and confirmed that all barcodes were unique. The function works when I delete the barcode metadata completely. Let me know if you want/need any more info. Thanks!