analyze_plate_list: analyze a list of plate data

Description Usage Arguments Value

View source: R/moonshot.R

Description

this wraps over analyze_one_plate and use parallel computing within plate paralell is performed per plate as an unit

Usage

1
2
3
analyze_plate_list(plate_list, dirFigure = NA, core = NA, parallel = TRUE,
  models = drModels(return = TRUE, verbose = FALSE)[["recommendedModels"]],
  unit = NA, interpolation = FALSE, con = stdout(), ...)

Arguments

plate_list

a list of plate data

dirFigure

where to save figure; default is no figure to save

core

number of cores to register for parallel computing

parallel

logical

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 Notice that con is only possible if not using parallel (foreach does not allow multiple cores to simultaneously writting on the same file, as connection cannot be exported to different node)

...

additional parameters for colname tracking

Value

a list


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