CurrentMeanWide: Calculate mean current/voltage of multiple abf objects and...

Description Usage Arguments Value

Description

Calculate mean current/voltage of multiple abf objects and return in wide format.

Usage

1
2
3
4
5
CurrentMeanWide(abf_list, intv_list = NULL,
  current_channel = GetFirstCurrentChan(abf_list), na.rm = TRUE)

VoltageMeanWide(abf_list, intv_list = NULL,
  voltage_channel = GetFirstVoltageChan(abf_list), na.rm = TRUE)

Arguments

abf_list

a list of abf objects.

intv_list

OPTIONAL, a list of intervals.

current_channel

current channel id.

na.rm

wheter to remove NA values.

voltage_channel

voltage channel id.

Value

A data.frame object.


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