MeltAbfChannel: Melt channel data of abf objects.

Description Usage Arguments Value

Description

Melt channel data of abf objects.

Usage

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, ...)

Arguments

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.

Value

a melted data frame


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