sun.read.spikes: Read in Neuroxplorer data from the Sun et al (2008) papers

View source: R/sun.R

sun.read.spikesR Documentation

Read in Neuroxplorer data from the Sun et al (2008) papers

Description

This is a modified version of jay.read.spikes, as the file formats are very similar; the main difference being the way channels are named, and that electrodes are spaced 200um apart.

Usage

sun.read.spikes(filename, ids = NULL, time.interval = 1, beg = NULL,
  end = NULL, min.rate = 0)

Arguments

filename

Name of the text file to be read in.

ids

Optional vector of cell numbers that can be analysed, rather than analysing all electrodes in the recording. Warning: Not implemented in all readers.

time.interval

Bin width (in seconds) for estimating firing rate. Defaults to 1 second.

beg

Optional start time.

end

Optional end time.

min.rate

Optional minimal firing rate for an electrode to be accepted.


sje30/sjemea documentation built on May 21, 2024, 5:44 a.m.