Search found 7 matches
- Fri Jan 23, 2009 5:05 pm
- Forum: Specific models
- Topic: Calcium Dependent Gap Junction
- Replies: 1
- Views: 34640
Calcium Dependent Gap Junction
Salutations, I few years ago I was searching the modeldb and found a definition for a gap junction that factored in calcium. I have since lost the majority of my bookmarks and have been unable to find the specific model again. Essentially, the gap junction conductance or resistance was in part modul...
- Wed Mar 28, 2007 12:36 pm
- Forum: Other questions
- Topic: Cross-Correlation Plot
- Replies: 2
- Views: 4996
- Mon Mar 26, 2007 6:21 pm
- Forum: Other questions
- Topic: Cross-Correlation Plot
- Replies: 2
- Views: 4996
Cross-Correlation Plot
Hello, I am interested in programming a cross-correlation plot to analyze some of the data I have accumulated using neuron. To put it simply I want to create two cross-correlation plots that analyze the delay (time) between the two peaks and at 0mV of two synchronized neurons with the function m_hh(...
- Tue Jan 23, 2007 5:02 pm
- Forum: Modeling networks
- Topic: single resistor as gap junction and connecting cells
- Replies: 19
- Views: 35967
- Tue Jan 23, 2007 4:32 pm
- Forum: Modeling networks
- Topic: single resistor as gap junction and connecting cells
- Replies: 19
- Views: 35967
- Mon Jan 22, 2007 5:11 pm
- Forum: Modeling networks
- Topic: single resistor as gap junction and connecting cells
- Replies: 19
- Views: 35967
Over the weekend I've tried connecting the cells by simply adding the following code to a test .hoc file after i've defined Cell Class A, B and used the template for gap junction as defined by Migliore et al. objref gap[0] gap[0] = new Gap() A[0].dend gap[0].src(1) B[0].dend gap[0].target(1) gap[0]....
- Thu Jan 18, 2007 6:11 pm
- Forum: Modeling networks
- Topic: single resistor as gap junction and connecting cells
- Replies: 19
- Views: 35967
Greetings, I felt that in the interest of forum organization that would post in this thread as opposed to creating my own. I am also creating a network model using the same type of gap junctions as described with a few differences: 1) A much simpler model; 2 cells each composed of a soma and a dendr...