Skip to content
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

support for neuron class annotations #6

Merged
merged 6 commits into from
Feb 18, 2020

Conversation

jefferis
Copy link
Contributor

Introduces a new function class2ids() that allows one to search for broad neuronal classes. It would be great to add more including

  • KCs
  • LHNs/TOONs etc
  • CNs (including of different levels)

We also need to figure out a way to do the inverse (i.e. ids2class and possibly ids2type etc).

* searches for ids or passes through input that is already id like
* class2ids currently focussed on AL associated neurons
* currently depends on a neuprintr feature branch (noted in the description Remotes field)
* also refresh option for annotations
@jefferis jefferis requested a review from mmc46 February 16, 2020 23:12
@jefferis
Copy link
Contributor Author

@schlegelp could you suggest how we should identify the list of LHONs/CNs at the moment? Thanks!

@schlegelp
Copy link

"Strong" CNs are neurons that meet both of these criteria:

  1. 5% of inputs or 50 synapses in total from PNs or is an MBON itself
  2. 5% of inputs or 50 synapses in total from MBONs or is a PN itself

Ideally the 5% of inputs would be counted per compartment (axon/dendrite).

For LHNs:
Either 5% of their pre- or post synapses in the LH. @alexanderbates used a connectivity approach to define LHNs based on inputs from uPNs.

In general: discard anything that's statusLabel Orphan, Assign or Unimportant

@jefferis
Copy link
Contributor Author

jefferis commented Feb 17, 2020 via email

@mmc46
Copy link
Contributor

mmc46 commented Feb 17, 2020

I've tested for PNs and RNs, and it seems to be working fine.

@jefferis jefferis merged commit 34ee409 into master Feb 18, 2020
@jefferis jefferis deleted the feature/neuron-class-annotations branch April 25, 2020 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants