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

Impossible to create neuron with both excitatory and inhibitory connections #38

Open
Kobrs opened this issue Dec 2, 2017 · 2 comments

Comments

@Kobrs
Copy link
Contributor

Kobrs commented Dec 2, 2017

It looks like there is no way of creating setup where single neuron connects to two others, where one synapse is excitatory, while the second one inhibitory. This is due to the fact that connection type for group is always established based on presynaptic neuron.

@mbeyeler
Copy link
Member

mbeyeler commented Dec 2, 2017

You're right about that. However, this is not a mere limitation of CARLsim, but is generally true in the brain. It's called Dale's principle, and states that a neuron "performs the same chemical action at all of its synaptic connections to other cells, regardless of the identity of the target cell".

@Kobrs
Copy link
Contributor Author

Kobrs commented Dec 3, 2017

Yes, but this means that neuron releases single type of neurotransmitter in all its synapses (actually this is often not true, because neuron can release more than one neurotransmitter), but often single neurotransmitter can have opposing effect on two postsynaptic cells. For example presynaptic neuron could release GABA but one of postsynaptic neurons have inhibitory receptor while the second excitatory.

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

No branches or pull requests

2 participants