-
Notifications
You must be signed in to change notification settings - Fork 2
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
get_connected_skeletons behaves unexpectedly #11
Comments
What happens if you retry using the skids rather than neuronlist?
…Sent from my iPhone
On 29 May 2019, at 10:10, Philipp Schlegel ***@***.***> wrote:
Seba encountered this: get_connected_skeletons appears to return incomplete list of partners.
Minimal example:
> av1a1Neurons = read.neurons.catmaid(c(2659704, 2684792))
> cn = get_connected_skeletons(av1a1Neurons, min_synapses = 10)
> names(cn)
[1] "2101395" "4947032" "6180224" "6189928" "6199308" "6199551" "11545803"
cn should contain order 50 neurons given a 10 synapse threshold.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
|
Sorry, I hadn't noticed that this was a catnat function. I guess that's one for you @alexanderbates. But in general, I would use the catmaid functions listed at https://jefferis.github.io/rcatmaid/reference/index.html#section-synaptic-connections. In this case https://jefferis.github.io/rcatmaid/reference/catmaid_get_connector_table.html is the closest match. |
Sorry https://jefferis.github.io/rcatmaid/reference/catmaid_query_connected.html
|
Seba encountered this:
get_connected_skeletons
appears to return incomplete list of partners.Minimal example:
cn
should contain order 50 neurons given a 10 synapse threshold.The text was updated successfully, but these errors were encountered: