setwd("/Users/$USERS/Downloads/CellChat-master") # 这是从Github下载的CellChat包的文件夹 CellChatDB.mouse <- CellChatDB usethis::use_data(CellChatDB.mouse, overwrite = TRUE) # 如果处理人类数据集,执行以下操作: # CellChatDB.human <- CellChatDB # usethis::use_data(CellChatDB.human, overwrite...