| CorticalCells {MPDiR} | R Documentation |
Contrast Response Functions from Visual Cortical Cells
Description
The responses in impulses/second of 6 cells recorded in the macaque cortex in visual areas V1 and V2 to a series of contrasts of drifting sinusoidal gratings of optimal location, orientation, size and spatial frequency.
Usage
data(CorticalCells)
Format
A data frame with 42 observations on the following 7 variables.
Contrastnumeric vector of the Michelson contrast of the grating
Responsenumeric vector of the mean response of the cell in impulse/second (action potentials)
SEMnumeric vector of the standard error of the mean of the
ResponseNnumeric vector of the number of responses recorded
Typefactor with levels
CXSMcorresponding to the cell type classification, complex or simpleAreaa factor with levels
V1V2corresponding to the cortical area in which the cell was recordedCella factor with levels
a, ...,fas an identifier of the cell. The numbers, also, correspond to the panels of Figure 2 from the reference (see below) in which the data were published.
Details
Extracellular recordings of cells from macaque visual cortical areas V1 and V2. Simple and complex cells were differentiated by whether or not the response rate, f_0, was greater than the amplitude of modulation at the drift rate, f_1. If f_1 > f_0, the cell was classified as a simple cell and the value of f_1 is reported; otherwise the cell is classified as a complex cell and the value of f_0 is reported. In both cases, the units are in impulses/second.
Source
Data collected in Peter Lennie's lab, analysis by Jon Peirce (see reference below)
References
Peirce, J. W. (2007). The potential importance of saturating and supersaturating contrast response functions in visual cortex. Journal of Vision, 7(6):13, 1–10, https://jov.arvojournals.org//7/6/13/.
Examples
data(CorticalCells)
lattice::xyplot(Response ~ Contrast | Cell, CorticalCells,
type = "b")