Skip to content

Error in identifyOverExpressedGenes function #11

@liryang

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)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions