Adding NaCa and caL to model
Posted: Mon Mar 05, 2007 6:39 pm
Hi,
I am trying to add two mechanisms that will write ica - the sodium calcium exchanger and the long lasting calcium mechanisms to my model.
So the first part of the for the Nacax would look like:
SUFFIX naca
USEION ca READ cai,cao WRITE ica
USEION na READ nai,nao WRITE ina
and the first part of the next would be
SUFFIX caL
USEION ca READ cai,cao WRITE ica
I have read that ica is basically pooling the calcium currents together.
So does that mean that :
soma.ica=soma.i_naca+soma.i_caL ??
The reason I ask is that I tried saving ica and i_naca and i_caL separately(after running my model for about 500ms) - but adding i_naca with i_caL does not give me ica - instead the ica has a different value ??
The units for everything is mA/cm2
Please advice.
Thanks,
Meena
I am trying to add two mechanisms that will write ica - the sodium calcium exchanger and the long lasting calcium mechanisms to my model.
So the first part of the for the Nacax would look like:
SUFFIX naca
USEION ca READ cai,cao WRITE ica
USEION na READ nai,nao WRITE ina
and the first part of the next would be
SUFFIX caL
USEION ca READ cai,cao WRITE ica
I have read that ica is basically pooling the calcium currents together.
So does that mean that :
soma.ica=soma.i_naca+soma.i_caL ??
The reason I ask is that I tried saving ica and i_naca and i_caL separately(after running my model for about 500ms) - but adding i_naca with i_caL does not give me ica - instead the ica has a different value ??
The units for everything is mA/cm2
Please advice.
Thanks,
Meena