abf2-package: Load (gap-free) Axon ABF2 files

Description Details Author(s) Examples

Description

Loads electrophysiology data from Version 2 ABF files, as created by Axon Instruments/Molecular Devices software such as pClamp 10. Only files recorded in gap-free mode are currently supported.

The ABF2 loading routines are adapted from Matlab code by Forrest Collman <forrest.collman@gmail.com> and C++ code by Jakub Nowacki <http://sourceforge.net/projects/libaxon/>.

Details

Package: abf2
Type: Package
Version: 0.7
Date: 2013-07-17
License: Artistic-2.0
LazyLoad: yes

Author(s)

Matthew Caldwell <m.caldwell@ucl.ac.uk>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
# load an ABF file chosen through a standard file dialog
ab <- abfload()

# print a summary of the file contents
summary(ab)

# plot it with default options (full duration of first recorded channel)
plot(ab)

# plot the first 5 seconds of the second channel
plot(ab, adc=2, time=c(0,5))

## End(Not run)

abf2 documentation built on May 1, 2019, 6:47 p.m.