analyze_one_plate: analyze data from a plate

Description Usage Arguments Value

View source: R/moonshot.R

Description

this wraps over fit_one_experiment

Usage

1
2
3
analyze_one_plate(plate, dirFigure = NA, models = drModels(return = TRUE,
  verbose = FALSE)[["recommendedModels"]], unit = NA, interpolation = FALSE,
  con = stdout(), info = "", returnData = FALSE, ...)

Arguments

plate

a list of data from one plate

dirFigure

where to save figure; default is no figure to save

models

models to be fitted; default is drexplroer recModels

unit

unit of drug concentration

con

connection to store log information; default is the console terminal; User can pass a file connection so that log will be saved in a file

info

information passed from analyze_plate_list() about the plate

...

additional parameters passed to split_plate such as CL='CellLine', Agent='Agent1', Dose='AgentConc1', Response='CellCount', ControlName='Control1'

Value

a list of the fits


nickytong/drexplorerExtra documentation built on May 20, 2019, 9:15 p.m.