Description Usage Arguments Value
Should not be called by users. shiny module for server, curve fitting
1 2 |
input |
shiny input |
output |
shiny output |
session |
shiny session |
x |
a reactive object, matrix, passed to fitNLSModels |
tcc |
a reactive object, cell doubling time |
f |
a reactive object, f passed to fitNLSModels |
time |
a reactive object, time points passed to fitNLSModels |
type |
a reactive object, the type of fitting (syn or deg) passed to fitNLSModels |
A |
a reactive object, passed to fitNLSModels |
B |
a reactive object, passed to fitNLSModels |
par.init |
a reactive object, passed to fitNLSModels |
par.lower |
a reactive object, passed to fitNLSModels |
par.upper |
a reactive object, passed to fitNLSModels |
pre.col |
a reactive object containing a data.frame, for the annotation columns |
ncore |
a reactive object, passed to fitNLSModels |
resultPath |
where the figures to be saved |
a reactive value reactive( list(pre.col = pre.col(), mat = r()$mat, list = r()$list, type = r()$type) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.