UpdateCellChatDB() Function
I'm trying to use the UpdateCellChatDB pipeline as written in this article:
https://htmlpreview.github.io/?https://github.com/jinworks/CellChat/blob/master/tutorial/Update-CellChatDB.html
However, even with the most recent version of R and CellChat, I get an error where the updateCellChatDB function is not found. How can I fix this?
@zacharyjxy2020 It is unexpected because you can find it at https://github.com/jinworks/CellChat/blob/main/man/updateCellChatDB.Rd and it works good at my side.
I installed the newest version of CellChat but still am not getting this function. Am I installing cellchat incorrectly? I ran the following line:
devtools::install_github("jinworks/CellChat")