qimiandongfeng 2023-06-11 09:17 采纳率: 0%
浏览 494

R Cellchat包运行netClustering,反馈Strategy 'multiprocess' is defunct in future

问题遇到的现象和发生背景

在R包Cellchat中运行cellchat <- netClustering(cellchat, type = "functional"),反馈Error: Strategy 'multiprocess' is defunct in future (>= 1.32.0) [2023-03-06]. Instead, explicitly specify either 'multisession' (recommended) or 'multicore'.

代码

cellchat <- netClustering(cellchat, type = "functional")

运行结果及详细报错内容

Error: Strategy 'multiprocess' is defunct in future (>= 1.32.0) [2023-03-06]. Instead, explicitly specify either 'multisession' (recommended) or 'multicore'.

我试过

library(future)
plan(multisession)
cellchat_clustering <- netClustering(cellchat, type="functional")
仍然是同样的报错

  • 写回答

2条回答 默认 最新

  • weixin_48181732 2023-07-17 11:24
    关注

    如果不需要多线程,可以试试添加do.parallel = FALSE参数,cellchat_clustering <- netClustering(cellchat, type = "functional",do.parallel = FALSE)

    评论

报告相同问题?

问题事件

  • 创建了问题 6月11日

悬赏问题

  • ¥20 如何通过代码传输视频到亚马逊平台
  • ¥15 php查询mysql数据库并显示至下拉列表中
  • ¥15 freertos下使用外部中断失效
  • ¥15 输入的char字符转为int类型,不是对应的ascall码,如何才能使之转换为对应ascall码?或者使输入的char字符可以正常与其他字符比较?
  • ¥15 devserver配置完 启动服务 无法访问static上的资源
  • ¥15 解决websocket跟c#客户端通信
  • ¥30 Python调用dll文件输出Nan重置dll状态
  • ¥15 浮动div的高度控制问题。
  • ¥66 换电脑后应用程序报错
  • ¥50 array数据同步问题