CellChat
CellChat copied to clipboard
error in cellchat <- netClustering(cellchat, type = "functional")
there is something wrong
cellchat <- netClustering(cellchat, type = "functional") Classification learning of the signaling networks for a single dataset 错误: No such strategy for futures: ‘multiprocess’ > library(future) > plan(strategy = "multisession") > cellchat <- netClustering(cellchat, type = "functional") Classification learning of the signaling networks for a single dataset 错误: No such strategy for futures: ‘multiprocess’
| >