-
Notifications
You must be signed in to change notification settings - Fork 145
A problem when using "myidentifyCommunicationPatterns" #16
Comments
@beyond1980 I think this is the issue of the dependent package 'NMF'. Can you reinstall this package by |
Thank you very much for your help! |
@beyond1980 Hi beyond1980, I was wondering if you have figured out this issue? I am getting the same problem and I tried to re-install NMF. But I am still failed to run this step. Could you please tell me which version of NMF you installed? I install NMF with the lasted version 0.23.0. Hope to get any help and thanks in advance! |
@Dongxu-Zheng Can you try to install this package by Install repotools (need to be done only once)source('http://renozao.github.io/repotools/install.R') library(repotools) latest development versioninstall.pkgs('NMF') |
@sqjin Thank you for your reply. Unfortunately, all of the solutions are not working for me. First, I tried to use install.packages to install NMF Then, I tried to use It seems like my R version is not suitable to NMF from R-Forge. So I tried to install NMF with the latest version number by running this: I installed NMF with the latest version NMF_0.23.0 but I am still failed to run identifyCommunicationPatterns. For the repotools, I am not able to install it and an ERROR reported as: It was a bit of tricky...I am thinking about if my R base version causes the issue but actually I can install the lasted NMF with R.3.6.3. Based on the ERROR I got, things like I use unnecessary arguments. Maybe I should go to find the version of NMF you use. Here is my session info: R version 3.6.3 (2020-02-29) Matrix products: default attached base packages: other attached packages: loaded via a namespace (and not attached): |
@sqjin Hi, just give a quick update. I update my R up to 4.0.2 and install CellChat. I am still getting the same ERROR. And I use all three methods to re-install NMF and they are not working for me... |
After trying all the above methods, also got the same error. |
@Dongxu-Zheng @jipeifeng I just realized that the NMF package has been updated by the authors. Please install the version I used by |
@sqjin @jipeifeng Hi guys, good news for updating. I have figured out this issue. Just use After installing NMF with developing version, Enjoy cell chatting! |
@Dongxu-Zheng Thank you so much for figuring it out!!! |
@sqjin Here are a few ERRORS when I was running the whole workflow. One is coming up when I use Another issue is about not finding I didn't see others open the same/similar issues so I just left my comments here. Hope this would be helpful. |
Thanks @Dongxu-Zheng . You do need to explicitly library ggalluvial when loading CellChat. |
Hi @Aby-GGG , have you tried |
@sqjin I installed NMF with the latest version NMF_0.30.1 but I am still failed to run identifyCommunicationPatterns and myidentifyCommunicationPatterns
Can you kindly help me with this problem? thank you very much! |
One problem with installing and |
Hi @bjstewart1 , thanks for sharing this. An issue bothers many users!! |
Browse[1]> package.version("NMF") The same question still can not be solved,if you can give help ,i will be grateful. |
@kangxige Have you tried |
Similar problem unsolved (and is strange that it was OK across previous runs but crashed for now). The obj is some 120838 cells x 60662 genes. @sqjin |
Hi,
Thanks for developing this user-friendly tool.
I have problem that I can't go through when running:
cellchat <- identifyCommunicationPatterns(cellchat, pattern = "outgoing", k = nPatterns)
Error in (new("standardGeneric", .Data = function (x) :
unused arguments (model = list("NMFstd", 3, 0), method = "nndsvd")
Called from: do.call(getGeneric("seed"), c(list(x = x, model = init, method = seed.method),
parameters.seed))
Can you kindly help me with this problem? thank you very much!
The text was updated successfully, but these errors were encountered: