50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

readABF (version 1.0.2)

readABF: Reads ABF Files

Description

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

Usage

readABF(file)

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

Run this code
# NOT RUN {
## reads an example file
readABF(system.file("extdata", "2009_01_19_0002_varlen_v18.abf", package="readABF"))
# }

Run the code above in your browser using DataLab