powered by
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.
clampfit.read(filename, separating_factor = 1000, header = FALSE)
Filename to read from
In lieu of a known time between segments, seperate with a multple of the longest dwell.
Does the file include a header?
A list of bursts (possibly a singleton)
# NOT RUN { infile <- system.file("extdata", "example1_clampfit.xlsx", package = "scbursts") dwells <- clampfit.read(infile) head(dwells) # }
Run the code above in your browser using DataLab