Entering edit mode
8 weeks ago
sooni
▴
20
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!
I solved the problem by installing
NMF
package.