readABF: Reads ABF Files

Description Usage Arguments Value See Also Examples

Description

Reads ABF2 files, created by pClamp 10 and newer, and ABF files, created by pClamp 9 and older.

Usage

1

Arguments

file

character vector, containing the file name or path.

Value

an ABF object, i.e. a list containing the data and other information like the header.

See Also

as.data.frame.ABF, plot.ABF, print.ABF

Examples

1
2
## reads an example file
readABF(system.file("extdata", "2009_01_19_0002_varlen_v18.abf", package="readABF"))

Example output

Path: /usr/lib/R/site-library/readABF/extdata/2009_01_19_0002_varlen_v18.abf 
Format version: 1.84 
Sampling interval: 5e-05 s
Channel names: IN 12 IN 13 
Channel units: V V 
Number of sweeps: 7 
Length of the first sweep: 4158 

readABF documentation built on July 22, 2020, 1:08 a.m.