cgoneill
Results
2
issues of
cgoneill
Hello, and thank you for an excellent package - I've gotten a lot of good use out of it so far. I have a merged CellChat object built from four...
I noticed an interesting error in `identifyOverExpressedInteractions()` when attempting to parallelize using future. ```r > plan("multisession", workers = availableCores()) # with this session, future::availableCores() = 6 > for (i in...