Description Usage Arguments Value
Melt channel data of abf objects.
1 2 3 | MeltAbfChannel(abf, channel = NULL, intv = NULL, map_func = mean,
abf_id_func = GetTitle, epi_id_func = DefaultEpiLabel,
chan_id_func = DefaultChanLabel, na.intv.rm = TRUE, ...)
|
abf |
an abf/list of abf objects. |
channel |
channel/channels to melt. |
intv |
OPTIONAL, an interval to process. |
map_func |
a mapping function to process data. |
abf_id_func |
OPTIONAL, a function accepts an abf object and returns an identifier of the objects. |
epi_id_func |
OPTIONAL, a function accepts an abf object and returns a vector of identifiers of all episodes. |
chan_id_func |
OPTIONAL, a function accepts an abf object and returns a vectors of identifiers of all channels. |
na.intv.rm |
whether to remove NA intervals passed. |
... |
further arguments passed to map_func. |
a melted data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.