This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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!

r neuronchat

I solved the problem by installing NMF package.

0 answers

No answers yet.

Log in to answer this question.