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
seu_kidney <- doubletFinder(seu_kidney, PCs = 1:10, pN = 0.25, pK = 0.09, nExp = nExp_poi.adj, reuse.pANN = "pANN_0.25_0.09_913", sct = FALSE)
Error in if (reuse.pANN) { : argument is not interpretable as logical
I tried debugging and the error is in the very first line of code where it expects reuse.pANN to either be TRUE/FALSE, not a character vector or FALSE:
I just installed DoubletFinder today (v2.0.4) and I was trying to walk through the Example codes show on the README (https://github.com/chris-mcginnis-ucsf/DoubletFinder?tab=readme-ov-file#example-code-for-real-world-applications) on my own data, and was fine until this part:
I tried debugging and the error is in the very first line of code where it expects
reuse.pANN
to either beTRUE/FALSE
, not a character vector orFALSE
:There are several ways to fix this but I'm not sure what approach you'd prefer so I didn't submit a pull request.
Thanks!
The text was updated successfully, but these errors were encountered: