-
Notifications
You must be signed in to change notification settings - Fork 62
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
Receive spikes on electrical gap junctions #1709
Comments
Can you give a bit more detail about what is required for this feature? #1682 implements mechanism gap junctions but they don't have the ability to receive spikes. This sounds like a combination of a synapse and a gap junction mechanism, is this the case? |
I'm not exactly sure about how this will look in Arbor, but the idea is that some spiking cell (or in our case @max9901' implementaition of the AdEx fake point neuron) can send spikes to the gap juction. This can be a simple |
Hi, I have some thoughts on this. The bio-physical process seems similar to a localised variant of signaling ions that mediate @llandsmeer would that be sufficient and maybe even address future plans? |
I think that this can be modeled in Arbor using currently existing features:
So, to model a cell with 10 gap junctions, we would create a cable-cell of 11 segments: 1 for the dendrite and 1 for each of the gap-jucntion CVs. We can use the Then we can have a separate synapse mechanism and gap junction mechanism that communicate via ion channels: On each of the gap junction sites/CVs, add a synapse mechanism that writes the concentration of some ion (let's say the internal concentration of The concentrations of the ions are local to the CV they are on, and they do not change unless a mechanism explicitly changes them on that CV, so the gap-junction conductances can be modulated separately. NMODL examples: |
@llandsmeer Do you have any feedback on whether the suggestion worked? |
Hey @llandsmeer there was a long silence, any update? |
@llandsmeer this seems stale since ~6mon, closing. Please reopen if needed. |
Describe the feature you need
The ability to receive spikes on a gap junction connection to temporarily change (increase or decrease) the gap junction connection weight.
Explain what it is supposed to enable
Spiking cells that regulate electrical coupling between other cells
Additional context
This is needed to implement the glomerular gap junction models as in De Gruijl, Jornt R., et al. "Modulation of electrotonic coupling in the inferior olive by inhibitory and excitatory inputs: integration in the glomerulus." Neuron 81.6 (2014): 1215-1217., where GABA or NMDA release at the glomerulus induces changes is coupling coeficient.
This might actually be solved by PR #1682 but I don't see how yet
The text was updated successfully, but these errors were encountered: