R/frulhns-data.r
allspikes.Rd
Each element in the list is a spiketimes
object containing all
the spiking responses to a single recorded neuron. The spikes were extracted
in Igor Pro + Neuromatic as described in the Supplemental Experimental
Procedures of the paper. They were then read into R and post-processed using
the gphys package, including associating the stimulus information (odour
names, stimulus duration, odour delivery device channel etc.)
# note that the external TTL puslse occured at 2000 ms with 0 delay after that head(attr(allspikes[[1]],'oddconf'))#> odour del dur chan del.1 dur.1 chan.1 del.2 dur.2 chan.2 del.3 dur.3 chan.3 #> 1 empty 0 500 31 0 0 0 0 0 0 0 0 0 #> 2 ctr 0 500 25 0 0 0 0 0 0 0 0 0 #> 3 IAA 0 500 30 0 0 0 0 0 0 0 0 0 #> 4 PAA 0 500 27 0 0 0 0 0 0 0 0 0 #> 5 4ol 0 500 26 0 0 0 0 0 0 0 0 0 #> 6 cVA 0 500 29 0 0 0 0 0 0 0 0 0 #> del.4 dur.4 chan.4 #> 1 0 0 0 #> 2 0 0 0 #> 3 0 0 0 #> 4 0 0 0 #> 5 0 0 0 #> 6 0 0 0