gap junction and coupled resistance
Posted: Thu Jul 19, 2007 9:37 am
Hello,
I am wondering, can we use gap junction insted of coupled resistance between to section?
for example, consider to section A and B with a couple resistsnce
(A)-/\/\/\/\/\/\-(B)
1-Dose the following code, is a correct way to represent the above figure?
dose it need some correction?
2-Is ti right: if A{r1=ri(0.9)} ,B{r2=ri(0.1)}, then
axial resistance between A, B =r1+r2+RG.r
3- can we make a cell with two compartment, AND a copuling resistance in GUI tool\cell builder?
Yours,
karlo
I am wondering, can we use gap junction insted of coupled resistance between to section?
for example, consider to section A and B with a couple resistsnce
(A)-/\/\/\/\/\/\-(B)
1-Dose the following code, is a correct way to represent the above figure?
dose it need some correction?
Code: Select all
create A, B
forall nseg=1
A{\\geometry +biophysics}
B{\\geometry +biophysics}
objref RG
RG= new gap()
A RG[0].loc(0.9999)
B RG[1].loc(0.0001)
setpointer RG[0].vgap, B.v(0.0001)
setpointer RG[1].vgap, A.v(0.9999)
RG.r=0.1
axial resistance between A, B =r1+r2+RG.r
3- can we make a cell with two compartment, AND a copuling resistance in GUI tool\cell builder?
Yours,
karlo