nex.read.spikes: Read in a Neuroxplorer data file.

View source: R/read_nex.R

nex.read.spikesR Documentation

Read in a Neuroxplorer data file.

Description

This code has been adapted from the matlab version of the script provided by http://www.neuroexplorer.com/code.html

Usage

nex.read.spikes(f, array.name = "MCS_8x8_100um",
  channel.regexp = "_([0-9])([0-9])")

Arguments

f

File name

array.name

by default this is the 8 by 8 array with 100um separation.

channel.regexp

Regular expression for finding the channel numbers.

Value

An s object.

Author(s)

Stephen Eglen TODO: handle the other arguments that are normally provided?


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