simrun
❭ synaptic_strength_fitting
synaptic_strength_fitting¶
Calculate the cell type specific synaptic strengths of synapses based on the neuron model and network parameters.
This module provides functionality to simulate each synapse in a network-embedded neuron model, calculate statistics per synapse type (e.g. mean, median and max voltage deflection). It can linearly interpolates the relationship between the synaptic strength and the EPSP statistics, and infers the optimal synaptic strength for each synapse type based on empirical data.
The main class PSPs
is used to manage the synaptic strength fitting process.
Classes¶
Calculate PSP amlitudes of single synapses and fit synaptic strength |
Functions¶
|
Set the synaptic strength of an excitatory |
|
Set the synaptic strength of an inhibitory |
|
Simulate a single excitatory or inhibitory synapse |
|
Simulate all EPSPs of a given celltype, one by one. |
Generate a network parameter file for excitatory synapses from a .con file. |
|
Generate a network parameter file for inhibitory synapses from a .con file. |
|
|
Calculate the maximum amplitude (and their timing) of an ePSP for all synapses. |
|
Calculate summary statistics of the EPSPs. |
|
Calculate the optimal synaptic conductance such that the EPSP matches empirical data. |
|
Calculate the ePSP amplitude. |
|
Calculate a voltage trace’s extremum and time point thereof. |
|
Calculate the maximum amplitude of an ePSP. |
|
Concatenate the EPSPs of given celltypes. |
|
Calculate summary statistics of the PSP voltage and timing. |
|
Calculate a linear fit between the synaptic conductance and the EPSP. |
|
Calculate linear fits between the synaptic conductance and the EPSP. |
|
Calculate the optimal synaptic conductance such that the EPSP statistics match empirical data. |