Description Usage Arguments Value Author(s) See Also Examples
Splits a data trace from an abf2
object (loaded by abfload
into
separate segments identified by the file tags.
1 2 |
x |
An |
f |
Unused argument for compatibility with generic |
drop |
Unused argument for compatibility with generic |
adc |
Index of the ADC channel to split. |
lag |
An offset to be discarded after the start of a tag. It will typically take time for an
experimental change denoted by a tag to take effect. In particular for voltage changes,
there is a short delay between specifying the new voltage and it being applied by the
amplifier. The default 0.3 second |
... |
Additional parameters (currently ignored). |
A list of objects of class abf2split
, each including the following
fields:
trace |
A vector containing the actual sample data for split segment. |
s |
A vector containing the times of each of the samples in |
level |
The prevailing voltage level, if known. |
index |
The index of this tag in the tags table (hence also this segment in the result list). |
comment |
The comment from the tag associated with this segment. |
Matthew Caldwell <m.caldwell@ucl.ac.uk>
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.