parse_res_from_plate_list: parse the result from analyze_plate_list

Description Usage Arguments Value

View source: R/moonshot.R

Description

the result is a nested list; on the top level, we have resL and ICtab; resL is another list each element is the fit for one drug; ICtab is a table for the IC values for all experiments in a plate.

Usage

1
2
parse_res_from_plate_list(ll, type = c("ICtable", "fitList"),
  whichSE = "IC50")

Arguments

ll

list as returned by analyze_plate_list

type

whether to extract IC table or a list of fit for plotting

whichSE

a vector of IC names for SE values, i.e. s.e. for IC50 by whichSE=c('IC50')

Value

a table or list of fit


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