readABF {readABF} | R Documentation |
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
## reads an example file
readABF(system.file("extdata", "2009_01_19_0002_varlen_v18.abf", package="readABF"))
[Package readABF version 1.0.2 Index]