Description Usage Arguments Examples
Plot FRAP data of any two groups (e.g. control and mutant) in a consistent and publishable format.
1 | frapplot(path, control, mutant, info)
|
path |
Path of the output directory |
control |
Name of the control. |
mutant |
Name of the mutant. |
info |
Returned information from |
1 2 | info <- frapprocess(example_dataset, seq(0, 145, 5))
frapplot(tempdir(), "control", "mut2", info)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.