Description Usage Arguments Value
The spikes of cell 1 are used in turn as a reference spike. The number of spikes or probability to observe a spike of cell 2 around the reference spikes is calculated. You can set the bins size in ms and and the time window for which you want to do the analysis on.
1 2 3 4 5 6 | spikeTimeCrosscorrelation(st, binSizeMs = 1, windowSizeMs = 200,
probability = FALSE)
## S4 method for signature 'SpikeTrain'
spikeTimeCrosscorrelation(st, binSizeMs = 1,
windowSizeMs = 200, probability = FALSE)
|
st |
SpikeTrain object |
binSizeMs |
Default is 1 |
windowSizeMs |
Default is 200. Will span from -windowSizeMs to windowSizeMs |
probability |
If TRUE, will calculate the probability of a spike in a given bin instead of the spike count |
SpikeTrain object with spike-time crosscorrelation of cell pairs in slot cross
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.