NeuronChat: identifyCommunicationPatterns_Neuron() error
Hello. I'm using NeuronChat to analyze my data.
When I try to use the identifyCommunicationPatterns_Neuron() function, I get the following error:
do.call(getGeneric("seed"), c(list(x = x, model = init, method = seed.method), I got the following error:
'what' must be a function or a string.
Here is the code I ran:
neuronchat_obj <- identifyCommunicationPatterns_Neuron(neuronchat_obj, slot.name = "net",
pattern = c("outgoing"), k = 4,
height = 18)
Why do these errors occur and how can I fix them?
Thank you for help!
• 698 views
•
link
0 answers
No answers yet.
Log in to answer this question.
I solved the problem by installing
NMFpackage.