Literature DB >> 35389453

The ENDS of assumptions; an online tool for the Epistemic Nonparametric Drug-response Scoring.

Ali Amiryousefi1, Bernardo Williams1, Mohieddin Jafari1, Jing Tang1.   

Abstract

MOTIVATION: The drug sensitivity analysis is often elucidated from drug dose-response curves. These curves capture the degree of cell viability (or inhibition) over a range of induced drugs, often with parametric assumptions that are rarely validated.
RESULTS: We present a class of nonparametric models for the curve fitting and scoring of drug dose-responses. To allow a more objective representation of the drug sensitivity, these epistemic models devoid of any parametric assumptions attached to the linear fit, allow the parallel indexing such as IC50 and AUC. Specifically, three nonparametric models including Spline, Monotonic, and Bayesian (npS, npM, npB) and the parametric Logistic (pL) are implemented. Other indices including Maximum Effective Dose (MED) and Drug-response Span Gradient (DSG) pertinent to the npS are also provided to facilitate the interpretation of the fit. The collection of these models are implemented in an online app, standing as useful resource for drug dose-response curve fitting and analysis. AVAILABILITY: The ENDS is freely available online at https://irscope.shinyapps.io/ENDS/ and source codes can be obtained from https://github.com/AmiryousefiLab/ENDS. SUPPLEMENTARY INFORMATION: Supplementary data are available at Bioinformatics and https://irscope.shinyapps.io/ENDS/.
© The Author(s) 2022. Published by Oxford University Press.

Entities:  

Year:  2022        PMID: 35389453      PMCID: PMC9154283          DOI: 10.1093/bioinformatics/btac217

Source DB:  PubMed          Journal:  Bioinformatics        ISSN: 1367-4803            Impact factor:   6.931


1 Introduction

One of the main goals in toxicology studies is elucidation of the efficacy of a drug with the help of the drug dose–response curves. These curves are the outcome of a statistical fit to percentage viability (or inhibition) as response variable, over the dose concentrations of a drug as the explanatory variable. Most statistical methodology for these studies have been based on the parametric models such as log-logistic, Gaussian, Weibull or Gompertz functions (Holland-Letz and Kopp-Schneider, 2015). The most frequently used method has been the four parameter logistic model by weighted least squares (pL) (Vølund, 1978). This model, albeit powerful, relies on number of assumptions such as normality of residuals which is often unmet in the under sampled studies. Also, the continuity of the explanatory variable is another assumption that is clearly challenged with the pre-defined dose concentrations on a drug dose range which is opposing the goodness of the fit. (Montgomery ). These violations of assumptions, not only limit the application of the parametric models, but also adversely affect the derived downstream indices such as half-maximal inhibitory concentration (IC50) and area under curve (AUC), as the important measures in determination of the drug efficacy, e.g. in drug synergy testing (Tang ). This has implied the application of unimodality and homoscedasticity as alternative measures for drug sensitivity evaluation (Jafari ). Despite the common use of the pL in the drug–response scoring, facilitated with number of developed R packages [e.g. drc (Ritz )] the online web application can further eliminate the challenges for the less advanced users. To provide a more objective characterization of the drug sensitivity and ease of use, we propose an online collection of non-parametric drug–response scoring (ENDS) models and indices. This class of models bereft of assumptions regarding the model fitting and its parameters, is appealing for its simplicity and intuitiveness, allowing a more objective characterization of the experiment (epistemic). As such, these models pivot on the results of the experiment and expand more room for enhanced intrinsic data exploration, rather than compromising the accuracy in case of deviation from the underlying assumptions of the parametric models.

2 Materials and methods

The ENDS web app is coded in R and is freely accessible at https://irscope.shinyapps.io/ENDS/. Following the Github link provided above, the source code is available for more versatile use by advanced users. The web app also provides the detailed theoretical accounts of the implemented models and related indices (Supplementary Fig. S1). A single-cell level colorectal cancer drug dose–response dataset is used for illustrating the functionality of the tool (Roerink ).

2.1 Models, data input and usage

The ENDS encompasses four models: (i) non-parametric spline (npS), which connects the mean or median of each dose–response. This simple model is accompanied with novel indices including drug span gradient and min–max viability band (MMB) that facilitate more characterization from the fit (Supplementary Sections S1.1.1 and S1.2.3, Fig. 1A). (ii) Non-parametric monotonic (npM), which is an isotonic regression fit of the npS with non-increasing condition [or non-decreasing in case of percentage inhibition (Supplementary Section S1.1.2; Fig. 1B). (iii) Non-parametric Bayesian (npB), which is a heuristic model fit by a normal cumulative distribution function with a choice of a prior distribution (Supplementary Section S1.1.3; Fig. 1B). (iv) Parametric logistic (pL), which is a conventional four parameter sigmoid fit (Supplementary Section S1.1.4; Fig. 1B). The input of the ENDS is a single .csv file including doses as rows (and drug names in the case of multiple drugs) and samples as columns (Supplementary Section S1.2.1). The ENDS by default will generate the npS. Users can add npM, npB and pL model fits and choose the display of more indices e.g. with outliers exclusion option off or a spectrum choice of IC values (Supplementary Section S1.2.3).
Fig. 1.

Examples of the ENDS model fitting. The overall outputs of the ENDS models overlaid with the respective IC50, AUC and MSE for the 5-FU drug of the first patient sample of the colorectal cancer study (Roerink ). Due to different mathematical formulas for each fit, each model is providing a unique IC50, AUC and MSE values. (A) The npS model on the mean of the samples, absolute efficiency degrees (AEDs), min–max and empirical viability bands (MMB, EVB), next to the DSG () and maximum effective dose (MED =  with gradient). (B) The npM, npB and pL fits for the same data

Examples of the ENDS model fitting. The overall outputs of the ENDS models overlaid with the respective IC50, AUC and MSE for the 5-FU drug of the first patient sample of the colorectal cancer study (Roerink ). Due to different mathematical formulas for each fit, each model is providing a unique IC50, AUC and MSE values. (A) The npS model on the mean of the samples, absolute efficiency degrees (AEDs), min–max and empirical viability bands (MMB, EVB), next to the DSG () and maximum effective dose (MED =  with gradient). (B) The npM, npB and pL fits for the same data

3 Results

Emphasizing on the non-parametric paradigm, the ENDS provides an online platform for drug dose–response scoring and model fitting. Three fundamentally important yet intrinsically different non-parametric models are introduced that along with other optional scores such as choice of median for each sample, provide a useful tool for drug dose–response analysis. The ENDS also provides the resultant high resolution downloadable plots for single as well as multiple drugs in different formats (Supplementary Sections S1.2.2 and S1.2.3; Fig. 1).

4 Discussion and conclusion

The ENDS presents mathematically justified models and have a rigorous theory that supports their use. Despite their non-parametric nature, each model is exhibiting various degrees of simplicity and is intrinsically different. At one end, the npS is intuitive with no internal assumption, while the more heuristic npB is rather computationally costly and may be biased by the choice of prior for small datasets (Supplementary Section S1.1.1). The ENDS also provides the pL fitting and scores. This allows to compare the performance of the models a posteriori. For example, our survey over all the available data of the colorectal study (Roerink ) revealed the least mean IC50 and mean square error (MSE) of the npS fits. While the former indicates the statistically significant over-estimation of the IC50 by pL and npB (Supplementary Table S2), the latter is indicating the significantly better fit to the data (Supplementary Table S3). Observing no significant difference between the means of the AUC for different models (Supplementary Table S4) next to the least AUC variance for npB, prioritizes this model over the rest; however, this is challenged with the lower mean and variance MSE of the other models (Supplementary Fig. S2). Despite difference in performance, it is the experimental settings and the level of plausibility of each model that shall guide the users with their preferences. For non-parametric modeling, we believe that the ENDS can stand as a valuable tool to complement the existing applications.

Funding

We thank the European Research Council (ERC) starting grant DrugComb (Informatics approaches for the rational selection of personalized cancer drug combinations, No. 716063) and Academy of Finland [332454] for the financial support. Conflict of Interest: none declared.

Author Contributions

AA conceived the study and developed the models, AA and BW adopted and implemented the methods, JT provided the funding, AA, BW, MJ, and JT wrote the paper. Click here for additional data file.
  6 in total

1.  Application of the four-parameter logistic model to bioassay: comparison with slope ratio and parallel line models.

Authors:  A Vølund
Journal:  Biometrics       Date:  1978-09       Impact factor: 2.571

2.  Intra-tumour diversification in colorectal cancer at the single-cell level.

Authors:  Sophie F Roerink; Nobuo Sasaki; Henry Lee-Six; Matthew D Young; Ludmil B Alexandrov; Sam Behjati; Thomas J Mitchell; Sebastian Grossmann; Howard Lightfoot; David A Egan; Apollo Pronk; Niels Smakman; Joost van Gorp; Elizabeth Anderson; Stephen J Gamble; Chris Alder; Marc van de Wetering; Peter J Campbell; Michael R Stratton; Hans Clevers
Journal:  Nature       Date:  2018-04-11       Impact factor: 49.962

3.  Dose-Response Analysis Using R.

Authors:  Christian Ritz; Florent Baty; Jens C Streibig; Daniel Gerhard
Journal:  PLoS One       Date:  2015-12-30       Impact factor: 3.240

4.  Optimal experimental designs for dose-response studies with continuous endpoints.

Authors:  Tim Holland-Letz; Annette Kopp-Schneider
Journal:  Arch Toxicol       Date:  2014-08-26       Impact factor: 5.153

5.  Bipartite network models to design combination therapies in acute myeloid leukaemia.

Authors:  Mohieddin Jafari; Mehdi Mirzaie; Jie Bao; Farnaz Barneh; Shuyu Zheng; Johanna Eriksson; Caroline A Heckman; Jing Tang
Journal:  Nat Commun       Date:  2022-04-19       Impact factor: 17.694

Review 6.  What is synergy? The Saariselkä agreement revisited.

Authors:  Jing Tang; Krister Wennerberg; Tero Aittokallio
Journal:  Front Pharmacol       Date:  2015-09-01       Impact factor: 5.810

  6 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.