This is an excerpt from a raw recording of evoked currents exported from
Clampfit as an .abf file. It can be read using the import_ABF_file()
function, which will convert it into a regular dataframe for further
manipulation and plotting in R. It is used to demonstrate the
plot_spontaneous_current_trace()
function.
Format
An Axon Binary Format (.abf) file with 10000 observations of 5 variables.
- episode
A factor representing the sweep, such as "epi1".
- time_sec
Time in seconds.
- time
Time in ms*100.
- voltage
Numeric value representing voltage in mV.
- current
Numeric value representing current amplitude in pA.
Examples
import_ABF_file(import_ext_data("sample_abf.abf"))