You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> hca_bm <- Add_Mito_Ribo(object = mergedf, species = "Human")
Error in `rownames_to_column()`:
! Column name `barcodes` must not be duplicated.
Caused by error in `repaired_names()`:
! Names must be unique.
✖ These names are duplicated:
* "barcodes" at locations 4 and 139.
Run `rlang::last_trace()` to see where the error occurred.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue. It's not the 4th and 139th barcodes but reference to the columns. I believe the issue was internal to function and not the input data. I think my latest push should have resolved the issue.
The text was updated successfully, but these errors were encountered: