h5.read.spikes: Read in multielectrode data stored in HDF5.

View source: R/hdf5_reader.R

h5.read.spikesR Documentation

Read in multielectrode data stored in HDF5.

Description

Read in the MEA data stored in the HDF5 format. We can reduce the range of data both in time (by specifying the beg, end params) or reduce which units are read in using IDS.

Usage

h5.read.spikes(h5file, ids = NULL, time.interval = 1, beg = NULL,
  end = NULL, corr.breaks, keep.meta = FALSE)

Arguments

h5file

The hdf5 file to read in.

ids

Vector containing names of units to keep (or reject).

time.interval

rate (in seconds) which firing rate is estimated.

beg

start time for recording (in seconds).

end

end time for recording (in seconds).

corr.breaks

vector describing distance binning for correlation matrix.

keep.meta

If TRUE, we keep metadata in the return object.

Value

An s object.


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