fmod: shiny module - fitting in server

Description Usage Arguments Value

Description

Should not be called by users. shiny module for server, curve fitting

Usage

1
2
fmod(input, output, session, x, tcc = reactive(Inf), f, time, type, A, B,
  par.init, par.lower, par.upper, pre.col, ncore, resultPath)

Arguments

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

Value

a reactive value reactive( list(pre.col = pre.col(), mat = r()$mat, list = r()$list, type = r()$type) )


mengchen18/proturn documentation built on May 30, 2019, 4:37 p.m.