-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
neuprint_common_connectivity broken #67
Comments
Can you give an example? Is it for any input?
…Sent from my iPhone
On 3 Feb 2020, at 19:38, Romain Franconville ***@***.***> wrote:
Fails with
Error in names(x) <- paste("V", seq_along(x), sep = "") :
'names' attribute [1] must be the same length as the vector [0]
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@romainFr is this related to change of dataset to |
My mistake, it is actually working. I got confused because it only returns partners common to all inputed neurons and I was looking for partners common to some (at least two) of the inputed neurons. |
Sorry to maybe reopen, but then this
is different behaviour to neuPrint Explorer, where common partners to a subset of bodyids are returned. Just wanted to double check it is correct. |
Actually for me now neuprint explorer returns all the partners of all the neurons (whether any of those partners are in common or not), which is not super useful. Maybe we could have an ALL/ANY option in neuprintr_common_connectivity to switch between different behaviors? |
I don't really use this function very much, nor am I sure that others in our group do. So feel free to update it to work sensibly. The behaviour does not need to be the same a neuPrint explorer, if whatever we go with is more useful and well documented. |
I also agree that requiring partners to have connections to all the query neurons is not the behaviour I would expect. However more importantly, the |
Fails with
The text was updated successfully, but these errors were encountered: