nlme_gene_method: NLME gene method

Description Usage Arguments Value Examples

View source: R/nlme_gene_method.R

Description

Estimate the genetic parameter directly within the non-linear model

Usage

1

Arguments

df

nested data frame with cell_id, gene, pIC50 and dose response data

Value

data frame of results

Examples

1
2
3
4
5
6
7
data("sim_ex1_data")
dat <- sim_ex1_data$data[[1]]
dat
nlme_gene_method(dat)

library(tidyverse)
purrr::map(sim_ex1_data$data, nlme_gene_method) %>% dplyr::bind_rows()

chapmandu2/pgxsim documentation built on May 6, 2019, 10:13 a.m.