biophysics_fitting
❭ exploration_from_seedpoint
❭ RW_analysis
❭ get_depolarization_index
get_depolarization_index¶
- biophysics_fitting.exploration_from_seedpoint.RW_analysis.get_depolarization_index(dataframe)¶
Compute the relative difference in depolarization contribution of Ca_LVA and Ca_HVA during the BAC stimulus.
This index is defined as:
\[\frac{Ca\_{LVA} - Ca\_{HVA}}{Ca\_{HVA} + Ca\_{LVA}}\]- Parameters:¶
dataframe (pd.DataFrame) – the dataframe containing the biophysical parameters
- Returns:¶
the depolarization index for each model in the dataframe
- Return type:¶
pd.Series
Note
This method is specific to L5PT neurons, or any cell with Ca_LVA and Ca_HVA channels.