asr: Absolute spike response to odours for 254 LHNs

Description See Also Examples

Description

Each element of the list corresponds to a single neuron and contains an m x n numeric matrix of spike counts for m trials in response to n odours. The basic data block is defined by OdourResponseFromSpikes

See Also

fixedUseful

Examples

1
2
3
4
5
6
7
8
9
# summary of number of spikes in 500 ms bin for each odour
summary(asr[[1]])
# 7 sweeps for some odours
nrow(asr[[1]])
# number of sweeps per odour
colSums(!is.na(asr[[1]]))


stats::heatmap(asr[[1]][,1:5], Rowv = NA)

jefferis/frulhns documentation built on June 20, 2019, 5:56 p.m.