clampfit.read: Read a .xlsx file output from clampfit

Description Usage Arguments Value Examples

Description

Read a .xlsx file output from clampfit. Result is a list of "segments", which is a dataframe extra data. See "segment" for more details. Converts millisecond dwells to seconds.

Usage

1
clampfit.read(filename, separating_factor = 1000, header = FALSE)

Arguments

filename

Filename to read from

separating_factor

In lieu of a known time between segments, seperate with a multple of the longest dwell.

header

Does the file include a header?

Value

A list of bursts (possibly a singleton)

Examples

1
2
3
infile <- system.file("extdata", "example1_clampfit.xlsx", package = "scbursts")
dwells <- clampfit.read(infile)
head(dwells)

scbursts documentation built on July 6, 2019, 5:02 p.m.