Skip to main content

Tools to identify linear combination of prognostic factors which maximizes area under receiver operator curve

Abstract

Background

The linear combination of variables is an attractive method in many medical analyses targeting a score to classify patients. In the case of ROC curves the most popular problem is to identify the linear combination which maximizes area under curve (AUC). This problem is complete closed when normality assumptions are met. With no assumption of normality search algorithm are avoided because it is accepted that we have to evaluate AUC nd times where n is the number of distinct observation and d is the number of variables.

Methods

For d = 2, using particularities of AUC formula, we described an algorithm which lowered the number of evaluations of AUC from n2 to n(n-1) + 1. For d > 2 our proposed solution is an approximate method by considering equidistant points on the unit sphere in Rd where we evaluate AUC.

Results

The algorithms were applied to data from our lab to predict response of treatment by a set of molecular markers in cervical cancers patients. In order to evaluate the strength of our algorithms a simulation was added.

Conclusions

In the case of no normality presented algorithms are feasible. For many variables computation time could be increased but acceptable.

Background and previous results

In oncology one of the most used endpoint is treatment response. Let’s denote by D the associated variable. There are two possible values: D = 1 if the patient responds to treatment and D = 0 if the patient has no response.

Let’s suppose that there are two prognostic factors and let’s denote by X1 and X2 the random variable associated. X1 and X2 could be numeric or ordinal and the patient is getting better or worse as the value is smaller or bigger. For simplicity of the talk we suppose that both are numeric.

If X is one of X1 or X2 and c is a value from the range of X then the sensitivity (Se) or value "true positive" (TP) of variable X for c value is the probability that X > c for the patients which have a positive response to treatment:

S e X c = T P X c = P ( X > c D = 1 )

The specificity (Sp) is the probability that X ≤ c for the patients which have no response "true negative" (TN):

S p X c = P ( X c D = 0 ) .

A special importance has "false postive" (FP) value defined by

F P X c = 1 - S p X c = P ( X > c D = 0 ) .

For a continuous variable X, "receiver operating characteristics" (ROC) curve [1] is the curve formed with the points

1 - S P X c , S e X c

that is

F P X c , T P X c

for all possible values of c.

Area under curve (AUC) "measures" the potential influence of the random variable on treatment response. AUC values are between 0.5 and 1 and if they are in the proximity of 1 the variable is more important in the process of response prediction.

In the case of a discrete random variable with the numerical values c1 < c2 < … < c n , the ROC curve is formed by joining the points

0 , 0 , FP c 1 , TP c 1 , FP c 2 , TP c 2 , , FP c n , TP c n , 1 , 1

For continuous variables with unknown distributions the simplest way to evaluate AUC is to take a random sample and to build the polygonal line as for discrete variables.

The theory is similar if the signs > and < are changed each other in previous definitions. In practice it is chosen an increasing sequence c1 < c2 < … < c n or a decreasing sequence c1 > c2 > … > c n so that AUC > 0.5.

Major interest is to test equality of AUC with 0.5.

If we have a unique random variable from all studied variables which has AUC > 0.5, at chosen significance level, than we can use this variable as prediction instrument.

If exists multiple variables with AUC > 0.5 emerges the problem of multivariate prediction counting on all variables.

Let’s suppose first that we have only two random variables. First natural variant is to choose a linear combination of the two variables as a global instrument of response prediction.

In formal terms the problem can be stated as an algorithm to find a pair of real numbers (α1, α2) so that global random variable

Z = α 1 X 1 + α 2 X 2

induces a maximal AUC.

For a clear presentation let’s suppose that for the pair (X1, X2) there are n distinct observed values denoted by

x 1 i , x 2 i , i = 1 , , n
(1)

Also

n 0 i , n 1 i , i = 1 , , n
(2)

denote the number of patients that have no response, have response respectively for observation groups i;

n 0 = i = 1 n n 0 i , n 1 = i = 1 n n 1 i
(3)

denote the whole number of patients without response, with response respectively.

The ideea to solve frontal the problem without supplementary hyoptheses was generally rejected because at first sight the algorithms that evaluate AUC for all possible cases are complicated and this needs longer times to solve even for lower values of n and even with the help of computers.

Usually this problem is solved adding supplementary conditions or hypoteses to variables X1 and X2 [28]. In [9, 10] there are two comprehensive surveys. The problem is completly solved only when normality is supposed for variables X1 and X2. As sofware we have to mention SAS solution of [11] for normality case.

Present paper for a pair of variables (X1, X2) shows a reasonable algorithm which evaluates AUC for at most n(n - 1) + 1 times where n is the number of distinct values of the sample. For more than two variables it is proposed an algorithm which produces well aproximate solutions.

Firstly we prove some properties of linear combinations of two variables which are the basis of our algorithm. Next paragraph introduces an approximate solution for the case of two and extends the algorithm to more than two variables. An example occured in the cancer reaserch of our lab is presented subsequently. The example is solved with programs showed in Additional file 1. For each program short explanations or comments are inserted. The paper end with a summary of a simmulation on 20 studies with 200 observations each in order to evaluate the reliability of altgorithms.

Results

Properties of AUC evaluated for variables formed by linear combinations of two variables

The algorithm from next section is based on some elementary proprieties derived from the calculus formula of AUC.

Let’s suppose that there are two real values α1, α2 fixed and we try to evaluate AUC for the linear combination

Z = α1X1 + α2X2 with the observations shown at (1) and (2).

Let’s denote

z i = α 1 x 1 i + α 2 x 2 i , i = 1 , , n
(4)

the sample values of Z variable.

From [1, 9, 10, 12] the formula to evaluate AUC for random variable Z is

AUC = 1 n 0 n 1 i , j = 1 n n 1 i n 0 j ψ z i , z j
(5)

where

ψ z i , z j = 1 for z i > z j 0.5 for z i = z j 0 for z i < z j
(6)

with z1, z2, …, z n sorted ascending. In practice it is chosen ascending or descending order of z1, z2, …, z n so that AUC ≥ 0.5 but the results are similar.

Property 1

For (α1, α2) fixed, ROC curve depends only by the order (increasing or decreasing) in which values z1, z2, …, z n are.

Proof For fixed α1, α2 let’s denote T(α1, α2) = {z i  = α1x1i + α2x2i|i = 1, …, n}

If T(α1, α2) has m distinct elements t1 < t2 < … < t m and if I t denotes the set of indexes so that the variable Z takes value t: I t  = {i|z i  = t} then from (5) and (6) ROC curve depends only by the set M α 1 , α 2 = I t 1 , , I t m .

Property 2

Each point located on a line through origin determines same ROC curves.

Proof For a fixed pairα1, α2, {(λα1, λα2)|λ real, λ ≠ 0} is the line through origin. It produces same ROC curve due to fact that M(λα1, λα2) = M(α1, α2) for any λ.

Property 3

Each pair of values i1 ≠ i2 with z i 1 = z i 2 determines a line trough origin and the points of this line generate same ROC curve.

Proof Let’s suppose that at least two values from the set T(α1, α2) are equal. Let’s denote i1, i2 two indexes with i1 ≠ i2 and z i 1 = z i 2 that is

α 1 x 1 i 1 + α 2 x 2 i 1 = α 1 x 1 i 2 + α 2 x 2 i 2

and further

α 1 x 1 i 1 - x 1 i 2 + α 2 x 2 i 1 - x 2 i 2 = 0
(7)

In the plane α10α2, (7) is the equation of a line that passes through origin.

Property 4

The set of points (α1, α2) where ROC curve has same value is convex.

Proof The forth property shows that if M α 1 , α 2 = M α 1 ' , α 2 ' for α 1 , α 2 α 1 ' , α 2 ' then M α 1 " , α 2 " = M α 1 , α 2 = M α 1 ' , α 2 ' for any point α 1 " , α 2 " located on the segment determined by (α1, α2) and α 1 ' , α 2 ' . The proof comes from the observation that for any point α 1 " , α 2 " on the segment (α1, α2) and α 1 ' , α 2 ' there is a real number λ [0, 1] so that α 1 " = λ α 1 + 1 - λ α 1 ' and α 2 " = λ α 2 + 1 - λ α 2 ' . We show that the order of values z1, z2, …, z n remains unchanged also for α 1 " , α 2 " .

Indeed, for two distinct indexes i, j with z i  < z j for both (α1, α2) and α 1 ' , α 2 ' we compute the values of z i and z j for α 1 " , α 2 " :

z i α 1 " , α 2 " = α 1 " x 1 i + α 2 " x 2 i = = λ α 1 + 1 - λ α 1 ' x 1 i + λ α 2 + 1 - λ α 2 ' x 2 i = = λ α 1 x 1 i + α 2 x 2 i + 1 - λ α 1 ' x 1 i + α 2 ' x 2 i = = λ z i α 1 , α 2 + 1 - λ z i α 1 ' , α 2 ' < λ z j α 1 , α 2 + 1 - λ z j α 1 ' , α 2 ' = = λ α 1 x 1 j + α 2 x 2 j + 1 - λ α 1 ' x 1 j + α 2 ' x 2 j = = λ α 1 + 1 - λ α 1 ' x 1 j + λ α 2 + 1 - λ α 2 ' x 2 j = = α 1 " x 1 j + α 2 " x 2 j = z j α 1 " , α 2 " .

Further if the order of z1, z2, …, z n is unchanged for α 1 " , α 2 " , the ROC curves are identical.

Algorithm to identify the linear combination of two variables which maximizes AUC

We have to identify in plane (α1, α2) the regions where AUCs are constants. From previous section we know that these regions are infinite triangles with the peak in origin. These triangles can be defined by the lines coming from (7). The whole number of them is C n 2 = n n - 1 2 and they divide the plane in maximum C n 2 + 1 distinct regions. From the last property M(α1, α2) is constant if (α1, α2) are in the same region. Now we have to compute AUC for a point from each region and for a point from each line through origin that split two regions. The maximum number of AUC evaluations are n(n - 1) + 1.

To finish we need a strategy to chose the points where AUC will be evaluated. Our proposition consists of building up an auxiliary line that intersects all lines (7). The intersections with lines (7) generates maximum C n 2 - 1 finite segments and two infinite segments. For the finite segments we have chosen the margins and the middles as points to evaluate AUC. For the infinite segments we have chosen points located at distance of one unit from the fixed margin.

The authors have a program in Additional file 1 by which they solved the problem from above. In this program they have chose for auxiliary line the slope equal with

min i , j = 1 , , n x 1 j - x 1 i x 2 j - x 2 i i j , x 2 j x 2 i - 1
(8)

and the line passes through the point (0, 1). This slope is lower than all slopes derived from equations (7) so that the intersection points are certain.

Supplementary the points where we evaluate AUC can be chosen normalized conform to second property on the unity circle so that α12 + α22 = 1.

Approximate methods to identify the linear combination with maximal AUC

In [5] the evaluation of (α1, α2) with α2 ≠ 0 in the expression α1X1 + α2X2 is reduced at the identification of α [ - 1, 1] in X1 + αX2 and then the interval [ - 1, 1] is divided in 201 equal segments. The maximal value is from the set of AUC on each segment extremity. Our proposition is to consider on unity circle all the points where AUC is evaluated. Supplementary from symmetry we need to evaluate AUC only in quadrant I and IV. More exactly we evaluate AUC for (α1, α2) with

α 1 = sin θ , α 2 = cos θ for θ = - π 2 , - π 2 + π 200 , - π 2 + 2 π 200 , , - π 2 + 200 π 200 .

The precision can be improved by dividing quadrant I and IV in more and more regions subsequently. Practically we divide the quadrant I and IV till the divisions are smaller than an apriori limit.

This view permits easy extension when we have more than two prognostic factors.

For X1, X2, …, X f prognostic factors, with f > 2, extension consists in a method to highlight or to move on the unit sphere in space with f dimensions. Our proposal is to consider for α1, α2, …, α f the following values:

α 1 = cos θ 1 α 2 = sin θ 1 cos θ 2 α 3 = sin θ 1 sin θ 2 cos θ 3 α f - 1 = sin θ 1 sin θ 2 cos θ f - 1 α f = sin θ 1 sin θ 2 sin θ f - 1
(9)

with

θ 1 , , θ f - 1 - π 2 , - π 2 + π 200 , - π 2 + 2 π 200 , , - π 2 + 200 π 200 .
(10)

Of course if we want to increase the precision we can increase the number points inside the interval - π 2 , + π 2 .

The authors have a program in Additional file 1 which was used to solve the example from next section.

Example

In [13] there is an interim result of a study for several molecular markers in relation to response to treatment for cervix cancers. Endpoint was considered the patient status found at 30 days after the end of treatment. We have D = 1 or D = 0 as the patient presented complete remission or residual tumor at 30 days. It were 14 patients with D = 1 and 12 patients with D = 0.

From univariate analysis were retained: Vascular Endothelial Growth Factor Receptor (VEGFR) (AUC = 0.74, p = 0.02), dimesion of tumor (AUC = 0.73, p = 0.001) and age (AUC = 0.67, p = 0.06). Logistic model for multivariate analysis [14] did not validate any linear combination of these factors.

Due to this failure we built a program associated to the method described in paragraph 3 (see Additional file 1).

We started by dividing quadrant I and IV in 50 parts. Linear combination that maximizes the AUC for this division has solution:

{0.998027, -0.0608178, 0.0156154}

and AUC = 0.815476.

Dividing the I-st and IV-th quadrant in 100 parts yields the following solution

{0.998027, -0.0602973, 0.017518},

{0.998027, -0.0608178, 0.0156154},

{0.995562, -0.0939226, 0.00590911}

and AUC = 0.815476.

For 150 parts the solution is

{0.998027, -0.0604775, 0.0168856},

{0.998027, -0.0608178, 0.0156154},

{0.996493, -0.0835127, 0.00525418}

and AUC = 0.815476

For 200 parts the solution is

{0.996917, -0.0753438, 0.0218894},

{0.996917, -0.0756783, 0.0207032}

and AUC = 0.821429.

For 300 parts the solution is

{0.997314, -0.0694128, 0.02336},

{0.997314, -0.0696537, 0.0226318},

{0.997314, -0.0698868, 0.0219012},

{0.997314, -0.0701124, 0.0211682},

{0.997314, -0.0714744, 0.0159764},

{0.997314, -0.0716378, 0.0152271}

and AUC = 0.821429.

As can be seen increased number of divisions for 50, 100 and 150 does not change the maximum of AUC but increases the number of points where maximum AUC value is reached.

For 200 and 300 divisions the same area under the curve with very small increase for AUC of 0.00595238 makes us believe that we are close to global solution.

Figure 1 shows the ROC curves for the two linear combinations that give the two AUC values outlined above. We used firstly the score:

0.998027 × VEGFR - 0.0608178 × dimension of tumor + 0.0156154 × age

resulting from algorithm with 150 divisions then the score

0.996917 × VEGFR - 0.0753438 × dimension of tumor + 0.0218894 × age

resulting from algorithm with 300 divisions.

Figure 1
figure 1

ROC curves for score 0.998027×VEGFR-0.0608178×dimension of tumor+0.0156154×age with AUC = 0.815476 and p = 0.000093 for 150 divisions (continuos line) and for score 0.996917×VEGFR-0.0753438×dimension of tumor+0.0218894×age with AUC = 0.821429 and p = 0.000056 for 300 divisions (dashed line).

Note that both scores have the values of p highly significant, and we propose the solution that has higher AUC.

Although computer times were acceptable (between 37 seconds to 50 divisions and 1 hour and 13 minutes to 300 divisions) we do not believe that would be necessary to go further with the number of divisions and we believe that a good solution could be

0.996917 × VEGFR - 0.0753438 × dimension of tumor + 0.0218894 × age .

Furthermore criteria of classification from ROC curve analysis [9] tells us for this choice that patients with score higher than 1.425782 are patients from whom we expect a better result (Se = 0.71, Sp = 0.92).

Simulation

As previous example has a small number of observations we have made a simulation for 20 studies with 200 observations each with three prognostic factors. For the first factor, cases were selected from a pseudonormal variable with mean 1 and standard deviation of 3 and controls from a pseudonormal variable with mean 3 and standard deviation 3.5. The second and third prognostic factor, also come from a pseudonormal variable with standard deviation of 3 and 3.5 respectively for cases and controls and with averages of 4 and 6 for controls respectively 6 and 6.5 for cases.

The simulation was made on a Lenovo computer with operating system Windows 7 Ultimate on 64-bit with an i7 processor at 1.37 Gz in parallel with the current work of the author i.e. text editing, Internet browsing and reading emails. The result of the simulation for the algorithm presented before for 50, 100 and 200 segments are shown in Table 1. It is noted that the jump from 50 to 100 segments produces a change in AUC only to the third decimal place (the maximum value of 0.0012 to simulation 15). Jump from 100 segments to 200 segments changes AUC only at the fourth decimal place (the maximum value of 0.0008 to simulation 14). We believe that in practice there is no need to move beyond 200 divisions only for outstanding situations.

Table 1 Results of 20 simulations with 200 observations

Average execution time for 50, 100 and 200 segments was 18 minutes, 1 hour and 18 minutes, 5 hours and 40 minutes which is an acceptable time for a practical problem.

Discussions and conclusions

Multivariate analysis is used largely in any medical paper. However testing the hypotheses in modeling is not a very simple task and this is the reason for trying a lot of potential models and choose the model best suited to observations. The papers of [4, 6, 1519] prove that there is a large basis to use linear combinations of variables in ROC analysis. If we do not have solid condition to apply for example one of the cited models, the method from our paper produces always a score for which we have maximal AUC or an approximate.

On the other hand in a classical model of regression it is known that the numerical methods used to identify the model parameters not always provide a global maximum and depends heavily on the initial values of the algorithm. The solution presented we believe could be used there as a baseline for these algorithms.

The main advantage of presented algorithms is that it always provides a solution. However for many prognostic factors and observations, time of the calculation could be a problem.

Certainly, approximate method is more appropriate in this last case despite the fact that it does not guarantee a global solution. However it is guaranteed to yield a solution with AUC higher than each variable taken separately.

Our algorithm can be used in any medical paper as an alternate method for multivariate analysis.

The presented algorithms have major advantage to provide always a solution with no supplementary constraints.

For many variables computation time is high but not high enough as not to accept this cost.

References

  1. Bamber D: The area above the ordinal dominance graph and the area below the receiver operating characteristics graph. J Math Psychol. 1975, 12: 387-415. 10.1016/0022-2496(75)90001-2.

    Article  Google Scholar 

  2. Jin H, Lu Y: A procedure for determining whether a simple combination of diagnostic tests may be noninferior to the theoretical optimum combination. Med Decis Mak. 2008, 28: 909-916. 10.1177/0272989X08318462.

    Article  Google Scholar 

  3. Ma S, Huang J: Combining multiple markers for classification using ROC. Biometrics. 2007, 63: 751-757. 10.1111/j.1541-0420.2006.00731.x.

    Article  PubMed  Google Scholar 

  4. Xiong C, McKeel DW, Miller JP, Morris JC: Combining correlated diagnostic tests: application to neuropathologic diagnosis of alzheimer’s disease. Med Decis Mak. 2004, 24: 659-669. 10.1177/0272989X04271046.

    Article  Google Scholar 

  5. Pepe MS, Thompson ML: Combining diagnostic test results to increase accuracy. Biostatistics. 2000, 1: 123-140. 10.1093/biostatistics/1.2.123.

    Article  PubMed  Google Scholar 

  6. Pepe MS: An interpretation for ROC curve and inference using GLIM procedures. Biometrics. 2000, 56: 352-359. 10.1111/j.0006-341X.2000.00352.x.

    Article  CAS  PubMed  Google Scholar 

  7. Metz CE, Herman BA, Shen JH: Maximum likelihood estimation of receiver operating characteristics (ROC) curves from continuously distributed data. Stat Med. 1998, 17: 1033-1053. 10.1002/(SICI)1097-0258(19980515)17:9<1033::AID-SIM784>3.0.CO;2-Z.

    Article  CAS  PubMed  Google Scholar 

  8. Su JQ, Liu JS: Linear combinations of multiple diagnostic markers. J Am Stat Assoc. 1993, 88: 1350-1355. 10.1080/01621459.1993.10476417.

    Article  Google Scholar 

  9. Zou KH, Liu A, Bandos A, Ohno-Machado L, Rockette HE: Statistical Evaluation of Diagnostic Performance: Topics in ROC Analysis. 2011, Boca Raton, FL: Chapman & Hall/CRC Biostatistics Series, Taylor & Francis

    Google Scholar 

  10. Krzanowski WJ, Hand DJ: ROC Curves for Continuous Data. 2009, Boca Raton, FL: Chapman & Hall/CRC

    Book  Google Scholar 

  11. Gönen M: Analyzing Receiver Operating Characteristic Curves with SAS. 2007, Cary, NC: SAS Institute Inc.

    Google Scholar 

  12. Zhou XH, Obuchowski NA, McClish DK: Statistical Methods in Diagnostic Medicine. 2002, New York: JohnWiley

    Book  Google Scholar 

  13. Nagy VM, Buiga R, Brie I, Todor N, Tudoran O, Ordeanu C, Virag P, Tarta O, Rus M, Balacesu O: Expression of VEGF, VEGFR, EGFR, COX-2 and MDV in cervical carcinoma, in relation with response to radio-chemotherapy. Rom J Morphol Embryol. 2011, 52: 53-59. http://www.rjme.ro/RJME/resources/files/520111053059.pdf,

    PubMed  Google Scholar 

  14. Hosmer DW, Stanley L: Applied Logistic Regression. 2000, New York, Chichester: Wiley, 2

    Book  Google Scholar 

  15. Liu C, Liu A, Halabi S: A min-max combination of biomarkers to improve diagnostic accuracy. Stat Med. 2011, 30: 2005-2014. 10.1002/sim.4238.

    Article  PubMed Central  PubMed  Google Scholar 

  16. Pepe MS, Janes H, Longton G, Leisering W, Newcomb P: Limitations of the odds ratio in gauging the performance of a diagnostic, prognostic, or screening marker. Am J Epidemiol. 2004, 159: 882-890. 10.1093/aje/kwh101.

    Article  PubMed  Google Scholar 

  17. Thomson ML: Assessing the diagnostic accuracy of a sequence of tests. Biostatistics. 2003, 4: 341-351. 10.1093/biostatistics/4.3.341.

    Article  Google Scholar 

  18. Pepe MS: Three approaches to regression analysis of receiver operating characteristic curves for continuous test result. Biometrics. 1998, 54: 124-135. 10.2307/2534001.

    Article  CAS  PubMed  Google Scholar 

  19. Pepe MS: A regression modeling framework for receiver operating characteristic curves in medical diagnostic testing. Biometrika. 1997, 84: 595-608. 10.1093/biomet/84.3.595.

    Article  Google Scholar 

Download references

Acknowledgements

The authors thank to Nagy Viorica for the data comming from his cited study. The authors thank to Company for Applied Informatics with his executive director Nas Sorin for their’s upport of research.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Nicolae Todor.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

Authors have equal contributions but main responsibilities were as follows. NT has the idea of the study, and participated in its design and coordination. IT carried out the medical data, performed the statistical analysis and drafted the manuscript. SG carried out programming and design of the algotithms. All authors read and approved the final manuscript.

Nicolae Todor, Irina Todor and Gavril Săplăcan contributed equally to this work.

Electronic supplementary material

13336_2014_91_MOESM1_ESM.doc

Additional file 1: AUC evaluation, Maximum AUC evaluation for a pair of variables, Maximum AUC evaluation for more than two variables.(DOC 43 KB)

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly credited. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Todor, N., Todor, I. & Săplăcan, G. Tools to identify linear combination of prognostic factors which maximizes area under receiver operator curve. J Clin Bioinform 4, 10 (2014). https://doi.org/10.1186/2043-9113-4-10

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/2043-9113-4-10

Keywords