Description Usage Arguments Value
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.
1 2 | ## S3 method for class 'abf'
x[[channel]]
|
x |
an abf object. |
channel |
ADC channel id, 1-based. |
a matrix of the channel data, with colnames of epiX.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.