-
Notifications
You must be signed in to change notification settings - Fork 215
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
Produce muscle cell electrophysiology trace figure and compare with simulated match #237
Comments
Pre-reqs to accomplishing this are: openworm/muscle_model#64 and openworm/muscle_model#38 |
Discussion today led to updating openworm/muscle_model#64 and producing a check list. We'll be working on completing that checklist now. |
@slarson I now have it running successfully on my machine, and in Python 3. A question about biological context: in the data figure they show the spontaneous activity of the muscle cell, in the absence of any particular stimulation. It appears that the simulation we are running includes both a neuron and a muscle cell, with the neuron doing basically nothing and the muscle cell exhibiting spiking. Are we operating under the assumption that it is not spontaneous activity in the neuron driving the muscle cell (in the real worm), but rather intrinsic mechanisms causing the activity of the muscle cell? If it is the former, it seems like we need the neuron to do something. If it is the latter, does the cell even need to be connected in this model for the purposes of testing the muscle cell? |
In this figure, the muscle activity could be caused by a combination of intrinsic mechanisms in the muscle and potentially some background synaptic input from the neuron. If we want to isolate the muscle, the right-most trace in 2A may actually be more appropriate, as they have blocked the neurotransmitter receptors... In terms of the presence of the neuron in the simulation -- if it is inactive it should have no effect. Its presence right now is I believe just a side effect of the c302 framework. |
Would show activity of the muscle cell and compare to real data. Two papers in the muscle model repo have data for comparison that can be used to produce this figure.
The text was updated successfully, but these errors were encountered: