$$\rightleftharpoonup{xx}$$
$$\longleftharp{xx}$$,
$$\longrightharp{xx}$$,
The present study was approved by the Ethics Committee of Shenzhen Second People’s Hospital (Protocol No. 20193357024). Informed consent was obtained from all participants or their legal representatives prior to enrollment.
Study population and methodology
This study was designed as a single-center, retrospective cohort study. Medical records of patients with a primary diagnosis of COPD at the Department of Respiratory Medicine, Shenzhen Second People’s Hospital, from January 2021 to June 2022 were reviewed. All adult patients (≥18 years) with a primary diagnosis of COPD were initially screened using International Classification of Diseases (ICD-10) coding and chart review from the hospital’s electronic medical record (EMR) system.
Inclusion criteria
(1) Confirmed diagnosis of COPD in accordance with the Global Initiative for chronic obstructive lung disease (GOLD) guidelines; (2) Availability of high-resolution computed tomography (HRCT) of the chest performed within one week of hospitalization; (3) Availability of complete spirometry and laboratory data; and (4) At least one year of follow-up data for acute exacerbation monitoring.
Exclusion criteria
(1) Active pulmonary infections (e.g., pneumonia or tuberculosis) at the time of HRCT imaging; (2) Coexisting lung malignancy; (3) Prior thoracic surgery with potential impact on airway anatomy; and (4) Missing critical clinical data or non-evaluable imaging due to motion artifacts. After applying these criteria, a final cohort of 212 patients was enrolled, comprising 47 patients in the mucus plug-positive (MP) group and 165 patients in the non-mucus plug (NMP) group. Representative HRCT images are illustrated in Figure 1. Patients in the NMP group (n = 165) served as internal controls, enabling statistical comparison of clinical characteristics, pulmonary function indices, and laboratory biomarkers between groups. All analyses were conducted on this internally controlled cohort to support hypothesis-driven model development.
Data collection
Data extraction followed a structured, sequential protocol. Demographic variables collected included age, sex, body mass index (BMI), and smoking status. Clinical history variables comprised COPD duration, acute exacerbation frequency, and comorbidities. Spirometry parameters retrieved including FEV1%, FEV1 to forced vital capacity(FVC), Vital capacity(VC), forced expiratory flow(FEF25–75%pred), Residual volume(RV), Total lung capacity(TLC), and the RV/TLC ratio. Laboratory indices included serum total immunoglobulin E (IgE), 25-hydroxyvitamin D(25(OH)D), serum calcium (Ca2+), phosphorus, Carbohydrate antigen (CA199), and fractional exhaled nitric oxide (FeNO), and conducting airway nitric oxide (CaNO). Comorbidity screening included sinusitis, asthma, bronchiectasis, fungal and bacterial colonization, and cardiovascular and metabolic diseases. All data was retrieved from the hospital’s electronic medical record (EMR) system. HRCT images were accessed from the hospital’s picture archiving and communication system (PACS) archive. Details of the software and equipment used in this study are provided in the Table of Materials. No physical reagents or laboratory materials were used; all analyses were performed using existing clinical and radiological data. All patient data were reviewed by two independent investigators. Missing data were handled using the ‘missForest’ non-parametric imputation method implemented in R, to minimize distortion in multivariate analyses.
HRCT diagnostic criteria for mucus plugs
All patients underwent HRCT using standardized institutional imaging protocols. Mucus plugs were defined radiologically on axial CT slices as identified as tubular or branching soft-tissue attenuation structures occupying an airway lumen, visible on at least two contiguous axial slices, consistent with published diagnostic criteria. Only cases with clearly demarcated, segmental or subsegmental airway opacities with soft tissue attenuation similar to soft tissue and not attributable to artifacts or bronchiectasis alone were labeled as mucus-plug positive. HRCT imaging was performed using a Siemens SOMATOM Definition AS (128-slice) CT scanner with the following acquisition parameters: slice thickness 1.0 mm, reconstruction interval 0.75 mm, and use of the B70f high-resolution kernel. Images were reviewed in standard lung window settings (window width : 1600 Hounsfield units [HU]; Window level: 600 HU. Two board-certified thoracic radiologists with over 8 years of experience independently reviewed all scans. Cases with interpretive discrepancies were resolved by consensus discussion. Diagnostic criteria were applied uniformly across all cases to ensure classification consistency.
Nomogram construction, evaluation, and validation
A nomogram was developed to predict CT-detected mucus plugs in COPD patients based on multivariate logistic regression results. The final model incorporated the following independent predictors: bronchiectasis, chronic rhinosinusitis (CRS), acute exacerbations (AE), BMI, FEF25–75%pred, RV/TLC ratio, and serum 25(OH)D levels. Each predictor is assigned a score on a horizontal points scale; individual scores are summed to yield a total score, which corresponds to a predicted probability of mucus plug presence on the output probability scale. The nomogram was subjected to internal validation via bootstrap resampling (1000 iterations) to assess predictive accuracy and discrimination using calibration curves (AUC and ROC).
Statistical analyses
All statistical analyses were performed using R version 4.1.2 and IBM SPSS Statistics version 25.0. Categorical data were expressed as frequencies and percentages; comparisons between groups were performed using the chi-squared test or Fisher’s exact test, as appropriate. Continuous data with normal distribution were expressed as mean ± standard deviation (SD) and compared using the independent samples t-test; non-normally distributed continuous data were expressed as median (interquartile range (IQR) and compared using the Mann-Whitney U test. Variables with P < 0.1 in the univariate logistic regression analysis were included in the model, consistent with standard practice in predictive model development. The R packages used were “rms”, “mstate”, “data.table”, “pROC”, “rmada”, “rio”, “boot”, and “missForest”. Nomogram construction was implemented using the lrm and nomogram functions from the rms package. ROC curves and AUC values were computed using the roc and auc functions from the pROC package. Calibration curves were generated with the calibrate function in RMS. Decision curve analysis (DCA) was performed using the decision curve function from the rmda package. Missing data imputation was performed using the missForest function. Bootstrap internal validation (1000 iterations) was conducted using the boot package. A fixed random seed (set.seed[240708] was applied at the start of the analysis to ensure reproducibility. A P-value of < 0.05 was considered statistically significant. The logistic regression model formula was:
glm(mucus_status ~ bronchiectasis + CRS + BMI + FEF25_75 + RV_TLC + VitD, family = "binomial")