Skip to content

Is it currently possible to mark multiple locations for synapse (expsyn)? #1588

Answered by noraabiakar
lungsi asked this question in Q&A
Discussion options

You must be logged in to vote

The first 2 methods you described:

labels['synapse_site_at_1'] = '(location 1 0.5)'
labels['synapse_site_at_2'] = '(location 2 0.5)'
decor.place('"synapse_site_at_1"', 'expsyn')
decor.place('"synapse_site_at_2"', 'expsyn')

and

labels['synapse_site'] = '(join (location 1 0.5) (location 2 0.5))'
decor.place('"synapse_site"', 'expsyn')

will work.
This, however, will not:

label['synapse_site'] = '(join (region "soma") (region "dend") (region "axon"))'
decor.place('"synapse_site"', 'expsyn')

This is because synapse_site will refer to a region on the cell, and synapses can only be placed on locsets, i.e. distinct points on the morphology.

Also, the old way of painting mechanisms on the cell …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@lungsi
Comment options

@noraabiakar
Comment options

@lungsi
Comment options

@noraabiakar
Comment options

@lungsi
Comment options

Answer selected by lungsi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants