This class is used to analyse the spike trains of neurons. You can calculate mean firing rates, instantaneous firing rates, spike-time autocorrelations, spike-time crosscorrelations, crosscorrelation between spike trains and events, etc. You can limit the analysis to some time interval by using the method setInterval. Similarly, you can limit the analysis to some cells with the method setCellList.
sessionName of the recording session
pathDirectory where the recording session is located
samplingRateSampling rate of the electrophysiological data
resSpike time in sample value
timeSpike time in seconds
cluCluster id for each spike
nCellsNumber of cells in the recording session
nSpikesNumber of spikes in the recording session
nSpikesPerCellNumber of spikes for each cell
startIntervalSample values of the beginning of intervals. To limit the analysis to some intervals. Only data within the intervals are considered
endIntervalSample values of the end of intervals. Only data within the intervals are considered.
startResIndexcIndex in the spike arrays for the start of intervals. Index is for a C array with 0 indexing. The spike at the index is to be considered for analysis
endResIndexcIndex in the spike arrays for the start of intervals. Index is for a C array with 0 indexing. The spike at the intdex is to be considered for analysis
eventsTime in sample number for some events
cellListCell list
autoMatrix holding spike-time autocorrelation
autoMsPerBinMs per bin in spike-time autocorrelation
autoTimePointsTime points for data points in the spike-time autocorrelation
autoProbabilityLogical, whether the spike-time autocorrelation contains probability values or spike count
autoCOMCenter of mass of the positive half of each spike-time autocorrelation
crossMatrix holding spike-time crosscorrelation between spikes and events
crossMsPerBinMs per bin in spike-time crosscorrelation with events
crossTimePointsTime points for data points in the spike-time crosscorrelation
crossProbabilityLogical, whether the spike-time crosscorrelation to events contains probability values or spike count
crossEventsMatrix holding spike-time crosscorrelation between spikes and events
crossEventsMsPerBinMs per bin in spike-time crosscorrelation with events
crossEventsTimePointsTime points for data points in the spike-time crosscorrelation to events
crossEventsProbabilityLogical, whether the spike-time crosscorrelation to events contains probability values or spike count
cellPairListData frame containing pairs of cells
ifrKernelSdMsStandard deviation of a gaussian kernel used to calculate the instantaneous firing rate
ifrWindowSizeMsWindow size of the instantaneous firing rate array
ifrSpikeBinMsSize of the bins in which the number of spikes are counted
ifrMatrix containing the instantaneous firing rate of the neurons
ifrTimeTime associated with each window of the instantaneous firing rate
meanFiringRateMean firing rate of the neurons
isolationDistanceIsolation distance of each cluster
refractoryRatioRefractory ratio of each cluster
crossRefractoryRatioRefractory ratio found in the spike-time crosscorrelation between a cluster and all other clusters. The smallest ratio is used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.