Skip to main content

Point-of-care prediction model of loop gain in patients with obstructive sleep apnea: development and validation

Abstract

Background

High loop gain (unstable ventilatory control) is an important—but difficult to measure—contributor to obstructive sleep apnea (OSA) pathogenesis, predicting OSA sequelae and/or treatment response. Our objective was to develop and validate a clinical prediction tool of loop gain.

Methods

A retrospective cohort of consecutive adults with OSA (apnea–hypopnea index, AHI > 5/hour) based on in-laboratory polysomnography 01/2017–12/2018 was randomly split into a training and test-set (3:1-ratio). Using a customized algorithm (“reference standard”) loop gain was quantified from raw polysomnography signals on a continuous scale and additionally dichotomized (high > 0.7). Candidate predictors included general patient characteristics and routine polysomnography data. The model was developed (training-set) using linear regression with backward selection (tenfold cross-validated mean square errors); the predicted loop gain of the final linear regression model was used to predict loop gain class. More complex, alternative models including lasso regression or random forests were considered but did not meet pre-specified superiority-criteria. Final model performance was validated on the test-set.

Results

The total cohort included 1055 patients (33% high loop gain). Based on the final model, higher AHI (beta = 0.0016; P < .001) and lower hypopnea-percentage (beta = −0.0019; P < .001) predicted higher loop gain values. The predicted loop gain showed moderate-to-high correlation with the reference loop gain (r = 0.48; 95% CI 0.38–0.57) and moderate discrimination of patients with high versus low loop gain (area under the curve = 0.73; 95% CI 0.67–0.80).

Conclusion

To our knowledge this is the first prediction model of loop gain based on readily-available clinical data, which may facilitate retrospective analyses of existing datasets, better patient selection for clinical trials and eventually clinical practice.

Peer Review reports

Background

Approximately one billion people worldwide have obstructive sleep apnea (OSA), which is characterized by a repetitive collapse of the upper airway during sleep [1, 2], and associated with severe neurological (e.g., daytime sleepiness, traffic/work accidents) and cardiovascular (e.g., myocardial infarction, stroke) sequelae [2]. OSA is increasingly recognized as a mechanistically heterogeneous disease, explaining much of the variability in response to clinical and investigational therapies [3, 4].

Individuals with a predisposition to upper airway collapse can develop OSA via several different mechanisms (endotypes) including an unstable ventilatory control (high loop gain) which plays an important pathogenetic role in one third of OSA patients [5]. Loop gain is an engineering term used to describe an individual’s propensity for fluctuation in ventilation in response to a disturbance. An individual with high loop gain tends to have periodic drops in respiratory drive which result in reduced activation of upper airway dilators and thus can directly lead to repetitive respiratory events (i.e., OSA). Importantly, patients with the high loop gain endotype may also have a phenotype (clinical expression of disease) that includes increased risk of cardiovascular sequelae from OSA, and respond poorly to CPAP, hypoglossal nerve stimulation, or upper airway surgeries [6,7,8,9,10]. Conversely, high loop gain patients are more likely to benefit from loop gain-lowering interventions such as oxygen or acetazolamide [11,12,13,14].

Loop gain can be measured from flow signals obtained during overnight sleep studies using a customized algorithm programmed in MATLAB or Python [11, 15, 16]. However, this technique requires the availability of the raw data (including staging, arousal, and respiratory event annotations), some technical skills, and 20–40 min of computing time. To support efforts towards a personalized medicine approach for OSA our objective was to develop and validate a prediction model of loop gain, based on readily available clinical data allowing point-of-care assessments.

Methods

We assembled a retrospective cohort of consecutive adults with OSA based on an apnea–hypopnea index (AHI, hypopnea-definition: peak flow reduction by ≥ 30% for ≥ 10 s associated with a ≥ 3% desaturation or cortical arousal) [17, 18] > 5events/hour on an in-laboratory polysomnography at UCSD between 01/2017 and 12/2018 (UCSD HRPP #182136XL; requirement for informed consent was waived in accordance with 45 CFR46.116(d)).

Using a customized MATLAB-algorithm (“reference standard”) loop gain was quantified from polysomnography data on a continuous scale (0 to infinity, dimensionless) [11]. Loop gain was additionally dichotomized (high vs. low) based on an established cut-off of 0.7 [11, 19].

Candidate predictors were chosen primarily based on prior knowledge [8, 10, 11, 13, 19,20,21,22,23,24]. Predictor data were abstracted from medical record notes/reports (available at the time of the polysomnography) without knowledge of the loop gain data:

  • Demographics: age (years), sex (female/male), body mass index (kg/m2), race (White/Black/Asian/Other)

  • Routine polysomnography results: AHI (/h), SpO2 nadir (%), SpO2 mean (%), percentage of hypopneas (0–100%), log-transformed AHIREM/NREM-ratio, total arousal index (/h)

  • Miscellaneous: Hypertension (yes/no), heart failure (yes/no), atrial fibrillation (yes/no), prior stroke (yes/no); Supplemental oxygen use (yes/no); Ticagrelor use (yes/no); Family history of OSA (yes vs. no/unclear); current smoking or alcohol use (yes vs. no/unclear)

Recognizing the potential risks [25] of including race as a predictor, we considered it as a candidate because prior data [12, 19] suggested a physiological relationship with loop gain.

We excluded subjects with central sleep apnea (small subgroup in which predictors of loop gain may differ from those in OSA patients), missing loop gain (unable to retrieve raw data, or insufficient signal data for the algorithm to estimate loop gain) or missing predictor data (missingness was minimal thus we chose a complete-case analysis over imputation methods).

Analysis

The dataset was randomly split into a training versus test-set (3:1-ratio). All feature selection and model comparison procedures were performed on the training-set. The performance of the final model was assessed on the test-set. All analyses were performed in R (3.6.1); key packages included leaps (backward selection), glmnet (lasso), randomForest and pROC. The analytical approach and reporting followed recently published expert-recommendations, guidelines and the TRIPOD-checklist [25,26,27].

Objective 1: to predict loop gain as a continuous outcome

Training-set

For model building we primarily focused on linear regression given its widespread use and high interpretability. Features were selected in a three-step process: i) backward selection to create p (p = number of potential predictors) candidate models (with 1, 2,…, p − 1, p predictors); ii) for each of the p candidate models the test error (mean square error, MSE) was directly estimated using tenfold cross validation (CV); iii) to balance predictive power with parsimony and avoid overfitting, the final linear regression model was selected based on the lowest CV-MSE applying the one-standard error rule [26]. The need for polynomials or interaction terms was assessed similarly.

Using the final linear regression model as a benchmark, we assessed if more complex modelling approaches would yield superior predictive accuracy based on the following criterion:

$${\text{Estimated\,test\,MSE}}_{{{\text{Alternative.Model}}}} < \left[ {{\text{CV-MSE}}{-}{1}\,{\text{standard\,error}}} \right]_{{{\text{Final.Linear.Regression.Model}}}}$$

The first alternative model which we considered, was a linear regression model with feature selection based on lasso (selecting the tuning parameter lambda based on the lowest CV-MSE applying the one-standard error rule). The second alternative model was based on a random regression forest (NTrees = 500, considering p/3 predictors at each split). The estimated test errors for these two alternative models were based on the tenfold CV-MSE and the “out-of-bag” MSE, respectively.

Test-set

We assessed the performance of the final prediction model based on the root mean square error (RMSE), Pearson r, and visual inspection of a regression of the predicted on the reference loop gain values. This approach was chosen over Bland–Altman analyses, because the latter implicitly assumes that the “true loop gain” lies between the estimates from both methods [28], whereas our goal was to provide a precise and accurate prediction of the reference standard.

Objective 2: to predict loop gain as a binary outcome (high vs. low)

Training-set

For simplicity, we primarily used the predicted loop gain value of the final linear regression model to predict loop gain class (i.e., using different cut-offs of the predicted loop gain value to classify subjects as having high vs. low loop gain). We estimated the discriminative value of this approach using tenfold CV to estimate directly the test area under the receiver operating curve (AUC) and its standard error. Using the linear regression model as a benchmark, we then assessed if more complex modelling approaches would yield superior predictive performance based on the following criterion:

$${\text{Estimated\,test\,AUC}}_{{{\text{Alternative.Model}}}} > \left[ {{\text{CV-AUC}} + {1}\,{\text{standard\,error}}} \right]_{{{\text{Final.Linear.Regression.Model}}}}$$

The alternative models were based on logistic regression using backward selection or lasso for feature selection, and a random forest classifier (NTrees = 500, considering p0.5 predictors at each split).

Test-set

The performance of the final classifier model was primarily quantified by the AUC. Additionally, sensitivity, specificity, and positive/negative predictive values (+ bootstrapped 95% confidence intervals) were calculated for a range of potential threshold values.

Sample size

There are no generally accepted approaches for sample size calculations for prediction studies, thus we used all available data to maximize power and generalizability [27]. Of note, our training-set exceeded 10 “events” (i.e., “high” loop gain) per candidate predictor, which is often used as a rule of thumb to assess adequacy of sample size for the development of classifier models [27].

Results

We included 1055 subjects into the analysis (Fig. 1). Table 1 provides details of the cohort, which was notable for a broad age range (mean 55 years [standard deviation 15]), including 44% women and > 40% non-Whites. One third of subjects had high loop gain based on the signal analysis (reference standard). Compared with patients who had low loop gain, high loop gain patients were older, more likely male, had more severe OSA, and shorter respiratory events. Of note, almost all subjects on ticagrelor had high loop gain, but the total number of subjects taking this medication was small (N = 6).

Fig. 1
figure 1

Study flowchart

Table 1 General characteristics of included subjects

Predicting continuous loop gain

Based on backward selection using tenfold-CV MSE the optimal linear regression model contained only two predictors, the AHI and the percentage of hypopneas (E-Appendix 1).

The lasso regression model selected the same two predictors (E-Appendix 2), which were also identified as the two most important predictors by the random forest model (E-Appendix 3). Neither the lasso regression model nor the random forest model met our criteria for superiority compared to the less complex standard linear regression model (Additional file 1: Fig. S1) which was thus selected as the final prediction model (Table 2). Based on this model, a higher AHI and a lower percentage of hypopneas predicted a higher loop gain.

Table 2 Final linear regression model

On the test set, the RMSE (“average prediction error”) was 0.19 and there was a moderate-to-high [29] correlation based on Pearson’s r = 0.48 (95% CI 0.38–0.57) between the predicted and the reference-loop gain. Figure 2 visualizes the spread of actual reference loop gains for a given predicted loop gain, demonstrating that there was no substantial bias across the range of predicted loop gain values (i.e., 95% interval of the least-squares mean of the reference loop gain includes the line of identity throughout).

Fig. 2
figure 2

Predicted loop gain (linear regression model) versus the reference loop gain (raw signal analysis) based on the test set data. The blue solid line shows the mean reference loop gain for a predicted loop gain and its 95%-confidence interval, which includes the dotted line of identity (i.e., no bias). The red dashed lines show the 95%-prediction interval

Predicting categorical loop gain (high vs. low)

The logistic regression models based on backward selection (E-Appendix 4) and lasso (E-Appendix 5) selected 3 (age, percent-hypopneas, mean event duration) and 5 predictors (AHI, percent-hypopneas, age, ticagrelor, mean event duration) for the optimal model, respectively. Despite the larger number of predictors, the alternative models which further included a random forest classifier model (E-Appendix 6) did not meet criteria for superiority relative to the simple 2-predictor linear regression model (Additional file 1: Fig. S2) which was thus also selected as the final classifier model (Table 2).

On the test set, the linear model demonstrated moderate discrimination (AUC = 0.73; 95% CI 0.67–0.80; Fig. 3). Sensitivity and specificity, as well as positive/negative predictive values for various cut-off values are shown in Table 3. In patients with a predicted “low” loop gain (cut-offYouden’s Index = 0.682), the mean reference loop gain was 0.60 (95% CI 0.58–0.63) compared with 0.79 (95% CI 0.73–0.85) in those predicted to have “high” loop gain, suggesting clinically meaningful separation by the model.

Fig. 3
figure 3

AUC of the final classifier model (i.e., the linear regression model shown in Table 2). Select thresholds are marked by an “x” followed by the “threshold value (specificity, sensitivity)”. For more details about various thresholds see Table 3

Table 3 Performance characteristics for varying thresholds

Lastly, we explored if there may be better models to predict loop gain in the subgroup of patients with moderate/severe OSA (i.e., AHI > 15/h). However, these exploratory analyses suggest that the final linear model developed from the full cohort is also the optimal model for—and performs well in—the subgroup of patients with moderate/severe OSA (Additional file 1: E-Appendix 7).

Discussion

Using state-of-the art methodology we developed and internally validated a point-of-care model to predict (high) loop gain in patients with OSA, which showed moderate predictive performance. We note several important findings:

First, while we considered a broad range of candidate features—somewhat surprisingly, but similar as in other recent studies aiming to predict OSA traits [24, 30]—we found that most of the predictive information is contained in just two polysomnographic variables, the AHI and the percentage of hypopneas. Importantly, a high percentage of hypopneas (i.e., hypopneas > apneas) is often considered a marker for OSA with only a mild-moderate anatomical collapsibility in which non-anatomical traits such as a low arousal threshold play a greater pathophysiological role [9, 30, 31]. Thus, interventional studies targeting non-anatomical traits are increasingly considering a high percentage of hypopneas as an inclusion criterion (e.g., NCT04639193). However, our results suggest that for studies targeting the non-anatomical trait loop gain (e.g., via acetazolamide/oxygen) this approach may exclude the very patients expected to be most responsive (i.e., patients with high loop gain) [11,12,13] Similarly, our model further suggests that using the AHI alone may be a poor selection criterion for such studies. Instead, we propose consideration of our prediction score applying a threshold that provides the desired sensitivity/specificity (Table 3).

Second, while the performance of our model may be adequate for certain research/clinical scenarios, there was much variability in reference-loop gain values which was not explained by routinely available data. This finding suggests that the raw flow signals encode some important physiological information not readily captured by routine clinical data, thus emphasizing the importance of continued efforts to increase scalability and portability of such analyses [11, 15, 16, 32].

Third, some may consider loop gain estimates based on the pressure drop technique during a specialized research study as a more appropriate reference standard to develop a prediction model [24, 33]. However, due to the labor-intensive nature of this technique, datasets are typically small posing a power challenge for the development of prediction models [24]. More importantly, one may argue that there is no real “gold standard” to measure loop gain, but the primary purpose of loop gain estimation is typically to match OSA patients with personalized treatments. As such, the ideal benchmark to assess the (criterion) validity for any loop gain model is the prediction of clinically important outcomes (e.g., response to surgeries or drug therapies), which is increasingly well documented for the reference standard that we used [6, 7, 9, 11, 14, 34] Interestingly, a “self-similarity” metric has been recently shown to predict residual central events (a clinical consequence of high loop gain), but this technique requires advanced signal analyses, and has not yet been externally validated or shown to predict other loop gain related outcomes [35].

Fourth, using a tree-based machine learning approach and loop gain from the pressure drop technique Dutta et al. [24] were able to predict the traits “anatomical collapsibility” and “arousal threshold” with moderate accuracy from clinical data on highly selected research subjects with and without OSA; but their predictive accuracy of loop gain was similar to chance. Using a different “reference standard” (see above) we were able to assemble a development cohort of general sleep clinic patients that was > 15 times larger thus providing greater power and generalizability. Thus, to our knowledge we present here the first applicable clinical prediction model of loop gain. We anticipate that his model may serve a similar role as the clinical prediction score for the arousal threshold by Edwards et al. which has enabled several retrospective analyses of existing OSA cohorts thus generating important clinical insights [30, 36,37,38]. We further note, that in some settings it may be desirable to identify patients who have both a mild anatomical collapsibility and high loop gain, which could well be achieved by applying the model from Dutta et al. together with ours [24].

Strengths of our study include the large cohort of patients which are reflective of the target population, and the consideration of a wide range of advanced statistical techniques including a non-linear random forest model to ensure that simple linear modelling did not result in an excessive loss of predictive performance. Further, the similar results across the various candidate models (e.g., feature selection) suggests robustness of our results.

As discussed above, a major limitation is the lack of a clear gold standard for loop gain and the lack of external validation. Other limitations include the potential dependence of our model performance on the scoring definition for hypopneas that we used [17, 18], and that our findings may not generalize to patients whose OSA was diagnosed based on a home sleep apnea test (HSAT) as such data/patients were not included in the present study. However, we note that many HSATs include information on a surrogate AHI as well as the percentage of hypopnea, thus it may be possible to “calibrate” the estimates from our model for this setting. Importantly, we have previously demonstrated that loop gain can be estimated from the HSAT flow signals in a similar manner as from polysomnography, which could thus serve as the reference standard for such a calibration attempt in the future [15].

Conclusions

Together, the AHI and the percentage of hypopneas allow clinical prediction of loop gain with moderate accuracy. This prediction model may facilitate better patient selection for clinical trials: patients predicted to have “high” loop could be preferentially selected for studies of loop gain lowering interventions (i.e., acetazolamide, oxygen), but be excluded from interventions that target other traits such as anatomy (i.e., upper airway surgery, oral appliance, hypoglossal nerve stimulation). Importantly, the provided information about sensitivities/specificity for various threshold values (Table 3) allows a highly flexible implementation according to individual contexts and needs.

Availability of data and materials

The data that support the findings of this study are available from the corresponding author upon reasonable request and approval of the UCSD Human Research Protections Program.

Abbreviations

AHI:

Apnea-hypopnea index

AUC:

Area under the receiver operating characteristic curve

CV:

Cross-validation

(R)MSE:

(Root) mean square error

OSA:

Obstructive sleep apnea

References

  1. Benjafield AV, Ayas NT, Eastwood PR, Heinzer R, Ip MSM, Morrell MJ, et al. Estimation of the global prevalence and burden of obstructive sleep apnoea: a literature-based analysis. Lancet Respir Med. 2019;7(8):687–98.

    Article  Google Scholar 

  2. Jordan AS, McSharry DG, Malhotra A. Adult obstructive sleep apnoea. Lancet. 2014;383(9918):736–47.

    Article  Google Scholar 

  3. Edwards BA, Redline S, Sands SA, Owens RL. More than the sum of the respiratory events: personalized medicine approaches for obstructive sleep apnea. Am J Respir Crit Care Med. 2019;200(6):691–703.

    Article  Google Scholar 

  4. Schmickl CN, Owens RL, Edwards BA, Malhotra A. OSA Endotypes: What Are They and What Are Their Potential Clinical Implications? Curr Sleep Med Rep. 2018;4(3):231–42.

    Article  Google Scholar 

  5. Eckert DJ, White DP, Jordan AS, Malhotra A, Wellman A. Defining phenotypic causes of obstructive sleep apnea. Identification of novel therapeutic targets. Am J Respir Crit Care Med. 2013;188(8):996–1004.

    Article  Google Scholar 

  6. Joosten SA, Leong P, Landry SA, Sands SA, Terrill PI, Mann D, et al. Loop gain predicts the response to upper airway surgery in patients with obstructive sleep apnea. Sleep. 2017;40(7):66.

    Article  Google Scholar 

  7. Li Y, Ye J, Han D, Cao X, Ding X, Zhang Y, et al. Physiology-based modeling may predict surgical treatment outcome for obstructive sleep apnea. J Clin Sleep Med. 2017;13(9):1029–37.

    Article  Google Scholar 

  8. Stanchina M, Robinson K, Corrao W, Donat W, Sands S, Malhotra A. Clinical use of loop gain measures to determine continuous positive airway pressure efficacy in patients with complex sleep apnea. A pilot study. Ann Am Thorac Soc. 2015;12(9):1351–7.

    Article  Google Scholar 

  9. Op de Beeck S, Wellman A, Dieltjens M, Strohl KP, Willemen M, Van de Heyning PH, et al. Endotypic mechanisms of successful hypoglossal nerve stimulation for obstructive sleep apnea. Am J Respir Crit Care Med. 2020;6:66.

    Google Scholar 

  10. Manoharan S, McGinnis L, Al-Azzawi S, Orr J, DeYoung P, Nokes B, et al. Elevated loop gain as a predictor of hypertension in patients with OSA. p. Am J Respir Crit Care Med. 2021;203:A3574.

    Google Scholar 

  11. Terrill PI, Edwards BA, Nemati S, Butler JP, Owens RL, Eckert DJ, et al. Quantifying the ventilatory control contribution to sleep apnoea using polysomnography. Eur Respir J. 2015;45(2):408–18.

    Article  Google Scholar 

  12. Schmickl CN, Landry S, Orr JE, Chin K, Murase K, Verbraecken J, et al. Acetazolamide for obstructive and central sleep apnea: a comprehensive systematic review and meta-analysis. Chest. 2020;158(6):2632–45.

    Article  CAS  Google Scholar 

  13. Wellman A, Malhotra A, Jordan AS, Stevenson KE, Gautam S, White DP. Effect of oxygen in obstructive sleep apnea: role of loop gain. Respir Physiol Neurobiol. 2008;162(2):144–51.

    Article  CAS  Google Scholar 

  14. Sands SA, Edwards BA, Terrill PI, Butler JP, Owens RL, Taranto-Montemurro L, et al. Identifying obstructive sleep apnoea patients responsive to supplemental oxygen therapy. Eur Respir J. 2018;52(3):66.

    Article  Google Scholar 

  15. Orr JE, Sands SA, Edwards BA, Deyoung PN, Deacon N, Jen R, et al. Measuring loop gain via home sleep testing in patients with obstructive sleep apnea. Am J Respir Crit Care Med. 2018;197(10):1353–5.

    Article  CAS  Google Scholar 

  16. Finnsson E, Ólafsdóttir GH, Loftsdóttir DL, Jónsson S, Helgadóttir H, Ágústsson JS, et al. A scalable method of determining physiological endotypes of sleep apnea from a polysomnographic sleep study. Sleep. 2021;44(1):66.

    Article  Google Scholar 

  17. Berry RB, Budhiraja R, Gottlieb DJ, Gozal D, Iber C, Kapur VK, et al. Rules for scoring respiratory events in sleep: update of the 2007 AASM manual for the scoring of sleep and associated events. Deliberations of the Sleep Apnea Definitions Task Force of the American Academy of Sleep Medicine. J Clin Sleep Med. 2012;8(5):597–619.

    Article  Google Scholar 

  18. Landry SA, Joosten SA, Thomson LDJ, Turton A, Wong A-M, Leong P, et al. Effect of hypopnea scoring criteria on noninvasive assessment of loop gain and surgical outcome prediction. Ann Am Thorac Soc. 2019;17(4):484–91.

    Article  Google Scholar 

  19. O’Driscoll DM, Landry SA, Pham J, Young A, Sands SA, Hamilton GS, et al. The physiological phenotype of obstructive sleep apnea differs between Caucasian and Chinese patients. Sleep. 2019;42(11):66.

    Google Scholar 

  20. Edwards BA, Wellman A, Sands SA, Owens RL, Eckert DJ, White DP, et al. Obstructive sleep apnea in older adults is a distinctly different physiological phenotype. Sleep. 2014;37(7):1227–36.

    Article  Google Scholar 

  21. Giannoni A, Emdin M, Passino C. Cheyne-stokes respiration, chemoreflex, and ticagrelor-related dyspnea. N Engl J Med. 2016;375(10):1004–6.

    Article  Google Scholar 

  22. Sands SA, Owens RL. Congestive heart failure and central sleep apnea. Crit Care Clin. 2015;31(3):473–95.

    Article  Google Scholar 

  23. Sethi NK. Early diagnosis and treatment of obstructive sleep apnea after stroke: Are we neglecting a modifiable stroke risk factor? Neurol Clin Pract. 2013;3(5):366.

    Article  Google Scholar 

  24. Dutta R, Delaney G, Toson B, Jordan AS, White DP, Wellman A, et al. A novel model to estimate key obstructive sleep apnea endotypes from standard polysomnography and clinical data and their contribution to obstructive sleep apnea severity. Ann Am Thorac Soc. 2021;18(4):656–67.

    Article  Google Scholar 

  25. Leisman DE, Harhay MO, Lederer DJ, Abramson M, Adjei AA, Bakker J, et al. Development and reporting of prediction models: guidance for authors from editors of respiratory, sleep, and critical care journals. Crit Care Med. 2020;48(5):623–33.

    Article  Google Scholar 

  26. James G, Witten D, Hastie T, Tibshirani R. An introduction to statistical learning: with applications in R (2nd edn). New York: Springer; 2013.

  27. Moons KG, Altman DG, Reitsma JB, Ioannidis JP, Macaskill P, Steyerberg EW, et al. Transparent Reporting of a multivariable prediction model for Individual Prognosis or Diagnosis (TRIPOD): explanation and elaboration. Ann Intern Med. 2015;162(1):W1-73.

    Article  Google Scholar 

  28. Giavarina D. Understanding Bland Altman analysis. Biochem Med (Zagreb). 2015;25(2):141–51.

    Article  Google Scholar 

  29. Cohen J. Statistical power analysis for the behavioral sciences, 2nd edn, 1988.

  30. Edwards BA, Eckert DJ, McSharry DG, Sands SA, Desai A, Kehlmann G, et al. Clinical predictors of the respiratory arousal threshold in patients with obstructive sleep apnea. Am J Respir Crit Care Med. 2014;190(11):1293–300.

    Article  Google Scholar 

  31. Taranto-Montemurro L, Messineo L, Azarbarzin A, Vena D, Hess LB, Calianese NA, et al. Effects of the combination of atomoxetine and oxybutynin on OSA endotypic traits. Chest. 2020;157(6):1626–36.

    Article  CAS  Google Scholar 

  32. Sands SA, Edwards BA, Terrill PI, Taranto-Montemurro L, Azarbarzin A, Marques M, et al. Phenotyping pharyngeal pathophysiology using polysomnography in patients with obstructive sleep apnea. Am J Respir Crit Care Med. 2018;1(9):1187–97.

    Article  Google Scholar 

  33. Wellman A, Edwards BA, Sands SA, Owens RL, Nemati S, Butler J, et al. A simplified method for determining phenotypic traits in patients with obstructive sleep apnea. J Appl Physiol. 2013;114(7):911–22.

    Article  CAS  Google Scholar 

  34. Bamagoos AA, Cistulli PA, Sutherland K, Madronio M, Eckert DJ, Hess L, et al. Polysomnographic endotyping to select patients with obstructive sleep apnea for oral appliances. Ann Am Thorac Soc. 2019;16(11):1422–31.

    Article  Google Scholar 

  35. Oppersma E, Ganglberger W, Sun H, Thomas RJ, Westover MB. Algorithm for automatic detection of self-similarity and prediction of residual central respiratory events during continuous positive airway pressure. Sleep. 2021;44(4):66.

    Article  Google Scholar 

  36. Lee RWW, Sutherland K, Sands SA, Edwards BA, Chan TO, S SSN, et al. Differences in respiratory arousal threshold in Caucasian and Chinese patients with obstructive sleep apnoea. Respirology (Carlton, Vic). 2017;22(5):1015–21.

  37. Zinchuk A, Edwards BA, Jeon S, Koo BB, Concato J, Sands S, et al. Prevalence, associated clinical features, and impact on continuous positive airway pressure use of a low respiratory arousal threshold among male united states veterans with obstructive sleep apnea. J Clin Sleep Med. 2018;14(5):809–17.

    Article  Google Scholar 

  38. Schmickl CN, Lettieri CJ, Orr JE, DeYoung P, Edwards BA, Owens RL, et al. The arousal threshold as a drug-target to improve CPAP adherence: secondary analysis of a randomized trial. Am J Respir Crit Care Med. 2020;202(11):1592–5.

    Article  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

Christopher Schmickl is supported by NIH T32 Grant HL134632, and ATS ASPIRE Fellowship. Paul Kim is supported by American Heart Association Career Development Grant #18CDA34110250/Paul J. Kim, MD/2018. Dr. Nokes is supported by the NIH T32 Grant HL134632, Sleep Research Society Career Development Award, as well as the American Thoracic Society ASPIRE Fellowship. Dr Sands is supported by the NIH R01HL146697. Funding bodies played no role in the design of the study and collection, analysis, and interpretation of data and in writing or decision to publish the manuscript.

Author information

Authors and Affiliations

Authors

Contributions

Study design: CS, JO, PK, AM, RO; Data acquisition: CS, JO, SS, SM, LM, GP, PDY; Data Analysis: CS, JO, PK; Data interpretation: all; Draft: CS; Revisions: all. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Christopher N. Schmickl.

Ethics declarations

Ethics approval and consent to participate

This study was approved by the UCSD Institutional Review Board (#182136XL). The UCSD Institutional Review Board also waived the requirement for informed consent in accordance with 45 CFR46.116(d). All methods were performed in accordance with the relevant guidelines and regulations.

Consent for publication

Not applicable.

Competing interests

Dr Sands reports income from Nox Medical (consulting), Merck (consulting), Inspire (consulting), Apnimed (consulting and grant support), Prosomnus (grant support). Dr Schmickl, Dr Orr, Dr Kim, Dr Nokes, Mr Manoharan, Ms McGinnis, Ms Parra, Ms DeYoung, and Dr Owens have nothing to disclose. Dr Malhotra received income from Livanova, Corvus, Equillium related to medical education. ResMed provided a philanthropic donation to UC San Diego in support of a sleep center.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1

. Online Supplement.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. 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 in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Schmickl, C.N., Orr, J.E., Kim, P. et al. Point-of-care prediction model of loop gain in patients with obstructive sleep apnea: development and validation. BMC Pulm Med 22, 158 (2022). https://doi.org/10.1186/s12890-022-01950-y

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12890-022-01950-y

Keywords