frapprocess {frapplot}R Documentation

Process FRAP data

Description

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

Usage

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

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


[Package frapplot version 0.1.3 Index]