sub-sub-.abf: Extract channel data from an abf object.

Description Usage Arguments Value

Description

In an abf object, channel id is one-based instead of zero-based as in pClamp software. The decision is made to maintain programming consistency since R data is one-based. The significance is you may find ADC channel names not correspond to channel id i.e. channel 1 is "IN 0", channel 2 is "IN 1" instead. This may also apply to other properties such as DAC num, Epoch num etc which have internal numbered indices.

Usage

1
2
## S3 method for class 'abf'
x[[channel]]

Arguments

x

an abf object.

channel

ADC channel id, 1-based.

Value

a matrix of the channel data, with colnames of epiX.


Crystal-YWu/abftools documentation built on May 10, 2019, 8:22 a.m.