frapplot: Plot FRAP data of two selected groups

Description Usage Arguments Examples

Description

Plot FRAP data of any two groups (e.g. control and mutant) in a consistent and publishable format.

Usage

1
frapplot(path, control, mutant, info)

Arguments

path

Path of the output directory

control

Name of the control.

mutant

Name of the mutant.

info

Returned information from frapprocess().

Examples

1
2
info <- frapprocess(example_dataset, seq(0, 145, 5))
frapplot(tempdir(), "control", "mut2", info)

GuanqiaoDing/frapplot documentation built on May 23, 2019, 8:19 p.m.