Run Biological Growth-Transform network simulation
run.BGT.RdThis function uses a Biological Growth-Transform (BGT) model to run a spike simulation on a given network object for a specified matrix of membrane currents over time. A matrix containing the spike traces of all neurons over time after the simulation (neurons as rows, sample times as columns) is saved in the network object, along with a vector of spike counts for each neuron in the network. Both are returned on the R side in a list.
Arguments
- network
Network object on which to run the simulation.
- I_stim
Matrix of stimulus currents, with rows representing neurons and columns representing sample times.
- dt
Time step length in ms (default: 1e-3, i.e., 1 micosecond time steps).
- v_initial
Initial value for membrane potential, applied to all cells (default: -70 mV).