Skip to content

compute_enGRI

This function comes from:

Ferber, G., Darpo, B., Garnett, C. et al. Detection and impact of hysteresis when evaluating a drug’s QTc effect using concentration-QTc analysis. J Pharmacokinet Pharmacodyn 48, 187–202 (2021). https://doi.org/10.1007/s10928-020-09725-w

Description

Exposure Normalized GRI computation

Usage

compute_enGRI(
data,
conc_gm_col,
ddqtc_col
)

Arguments

NameDescription
dataa dataframe of QTc dataset
conc_gm_colCONC geometric mean column name
ddqtc_coldelta delta QTc column name

Returns

a numeric (ms) of enGRI score

Examples

compute_enGRI(preprocess(data), CONC, deltaQTCF)
compute_enGRI.R
[1] 11.56442