powered by
Reads ABF2 files, created by pClamp 10 and newer, and ABF files, created by pClamp 9 and older.
readABF(file)
character vector, containing the file name or path.
an ABF object, i.e. a list containing the data and other information like the header.
list
as.data.frame.ABF, plot.ABF, print.ABF
as.data.frame.ABF
plot.ABF
print.ABF
# 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