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

What would it take to replay a specific pattern of activity into certain c302 neurons during a simulation run? #63

Open
slarson opened this issue Jul 5, 2016 · 1 comment
Labels

Comments

@slarson
Copy link
Member

slarson commented Jul 5, 2016

Along the lines of reproducing some neuronal activity data; I'm interested in what infrastructural pieces we would need if given a raster like the following as input and trying to hold certain cells to have calcium levels in a time-varying way and then see how the other neurons passively respond?

screen shot 2016-07-02 at 11 48 04 pm

cc: @pgleeson

@pgleeson
Copy link
Member

@slarson Technically you could use the c302 generated python Neuron code (as is used for sibernetic interactions) and play a single time step, adjust the properties of some cells (e.g. amplitude of a current clamp), and then run the simulation again. The cells you're forcing will be determined by you and you can look at what the rest of the cells do.

The big question is then how do you force the cells to have a certain calcium level? It's fine to inject a varying current when you want a target voltage (i.e. voltage clamp) but [Ca2+] would be trickier; the relationship is highly non linear...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants