frapprocess: Process FRAP data

Description Usage Arguments Value Examples

View source: R/frapprocess.R

Description

Normalize and analyze FRAP data. Perform non-linear regression and calculate ymax, ymin, k, halftime, tau, total_recovery, total_recovery_sd.

Usage

1
frapprocess(ds, time_points)

Arguments

ds

A dataset that contains FRAP data for multiple experiment groups

time_points

A vector of time points (in second) that the experiment uses, e.g. 0, 5, 10, ....

Value

A list of results:

Examples

1
info <- frapprocess(example_dataset, seq(0, 145, 5))

frapplot documentation built on May 1, 2019, 11:16 p.m.