Description Usage Arguments Value Author(s) See Also Examples
Loads an Axon ABF2 file. Currently only gap-free recordings are supported.
1 |
filename |
Name of the ABF file to load. If this is NULL (the default), invokes |
A list object of class abf2
. This includes a large number of elements corresponding
to fields in the ABF file header, most of which are of little interest and are not
documented here (see the source code if you really care). Fields that are actually important
include:
traces |
A matrix with a row for each recorded signal, containing the actual signal data. |
s |
The time (in seconds) corresponding to each recorded sample (ie the columns) of
|
tags |
A data frame containing any tags recorded in the file, including the time, a voltage change (if relevant) and the comment string attached to the tag. For reasons of consistency, there will always be at least one voltage tag, for time 0. Note however that ABF files do not record the initial voltage, so the value of 0 associated with this tag is typically incorrect. |
ADC |
A list holding information about each recorded trace in the file. It should have an entry for
each row in |
Matthew Caldwell <m.caldwell@ucl.ac.uk>
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.