Look at the following scehamtic bracnh of cell!
Code: Select all
dend1[3]
/ dend1[5]
dend1[2]------ /
/ \ -- dend1[4]---
dend1[1]---- \ dend1[6]
/ \dedn1[7]
/
dend1[0]--
\ dend1[9]--dend1[10]
\ /
dend1[8]---- dend1[12]
\ /
dend1[11]--
\dedn1[13]-dend1[14]
[last section in trace-----first section in the trac ]
e.g
section[1]= [ dedn1[14] dedn1[13] dedn1[11] dedn1[8] dedn1[0] ]
or
section[2]=[ dedn1[10] dedn1[9] dedn1[8] dedn1[0] ]
and ....
I hope my question was clear.
Do you have any idea , how can i do that?