Skip to content

Error in identifyOverExpressedGenes function #11

Description

@liryang

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:

  1. unlist(x = my_future_lapply(X = 1:nrow(x = data1), FUN = function(x) {
    . return(wilcox.test(data1[x, ], data2[x, ])$p.value)
    . }))
  2. my_future_lapply(X = 1:nrow(x = data1), FUN = function(x) {
    . return(wilcox.test(data1[x, ], data2[x, ])$p.value)
    . })
  3. progressr::handlers(global = T)
  4. register_global_progression_handler(action = action)
  5. globalCallingHandlers(condition = global_progression_handler)
  6. .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)))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions