Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 786 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 786 Bytes

Estimating the drug response lag time in cancer cells

Introduction

grdR is package that contains a method to estimate and study the drug onset time in cancer cell lines. The package includes a model to (A) create synthetic data and (B) to estimate the growth response delay (GRD) effect of a drug.

Figure 1. Introduction to growth response delay (GRD) and its estimation with simulated data.

Installation

if(!require(grdR)) {
 devtools::install_github("mauromiguelm/grdR")
}

About

The package has been extensively tested and I am currently working towards documenting and publishing.