mjmccoy

Results 1 comments of mjmccoy

I ran into this issue when the Idents(seurat_obj) contained NA. I identified this issue with `Idents(seurat_obj) %>% anyNA()`. Fixing the idents or filtering these cells solved this issue for me....