compute_potential_hysteresis
Description
Detects the pressence of hysteresis
Usage
compute_potential_hysteresis( data, ntime_col, deltaqtc_col, conc_col, group_col)
Arguments
Name | Description |
---|---|
data | a dataframe of QTc dataset |
ntime_col | an unquoted column name for nominal timepoints |
deltaqtc_col | an unquoted column name of dQTC measurements |
conc_col | an unquoted column name of concentration measurements |
group_col | an unquoted column name of grouping column - usually DOSEF |
Returns
a bool of TRUE if hysteresis detected else FALSE
Examples
data <- preprocess(data) data <- dplyr::filter(data, DOSE == 120)
compute_potential_hysteresis( data, NTLD, deltaQTCF, CONC, DOSEF)
[1] FALSE
Criteria for hysteresis
- At least three time points that have QTc greater than 5 ms
- , where is time of maximal concentration, and is time of maximal QTc