I keep getting an error when running the identifyOverExpressedGenes function.
The code is ‘cellchat <- identifyOverExpressedGenes(cellchat)’
Error in globalCallingHandlers(condition = global_progression_handler): should not be called with handlers on the stack
Traceback:
- unlist(x = my_future_lapply(X = 1:nrow(x = data1), FUN = function(x) {
. return(wilcox.test(data1[x, ], data2[x, ])$p.value)
. }))
- my_future_lapply(X = 1:nrow(x = data1), FUN = function(x) {
. return(wilcox.test(data1[x, ], data2[x, ])$p.value)
. })
- progressr::handlers(global = T)
- register_global_progression_handler(action = action)
- globalCallingHandlers(condition = global_progression_handler)
- .handleSimpleError(function (cnd)
. {
. watcher$capture_plot_and_output()
. cnd <- sanitize_call(cnd)
. watcher$push(cnd)
. switch(on_error, continue = invokeRestart("eval_continue"),
. stop = invokeRestart("eval_stop"), error = NULL)
. }, "should not be called with handlers on the stack", base::quote(globalCallingHandlers(condition = global_progression_handler)))
I keep getting an error when running the identifyOverExpressedGenes function.
The code is ‘cellchat <- identifyOverExpressedGenes(cellchat)’
Error in globalCallingHandlers(condition = global_progression_handler): should not be called with handlers on the stack
Traceback:
. return(wilcox.test(data1[x, ], data2[x, ])$p.value)
. }))
. return(wilcox.test(data1[x, ], data2[x, ])$p.value)
. })
. {
. watcher$capture_plot_and_output()
. cnd <- sanitize_call(cnd)
. watcher$push(cnd)
. switch(on_error, continue = invokeRestart("eval_continue"),
. stop = invokeRestart("eval_stop"), error = NULL)
. }, "should not be called with handlers on the stack", base::quote(globalCallingHandlers(condition = global_progression_handler)))