Skip to main content

The performance of VCS(volume, conductivity, light scatter) parameters in distinguishing latent tuberculosis and active tuberculosis by using machine learning algorithm

Abstract

Background

Tuberculosis is a chronic infectious disease caused by mycobacterium tuberculosis (MTB) and is the ninth leading cause of death worldwide. It is still difficult to distinguish active TB from latent TB,but it is very important for individualized management and treatment to distinguish whether patients are active or latent tuberculosis infection.

Methods

A total of 220 subjects, including active TB patients (ATB, n = 97) and latent TB patients (LTB, n = 113), were recruited in this study .46 features about blood routine indicators and the VCS parameters (volume, conductivity, light scatter) of neutrophils(NE), monocytes(MO), and lymphocytes(LY) were collected and was constructed classification model by four machine learning algorithms(logistic regression(LR), random forest(RF), support vector machine(SVM) and k-nearest neighbor(KNN)). And the area under the precision-recall curve (AUPRC) and the area under the receiver operating characteristic curve (AUROC) to estimate of the model’s predictive performance for dentifying active and latent tuberculosis infection.

Results

After verification,among the four classifications, LR and RF had the best performance (AUROC = 1, AUPRC = 1), followed by SVM (AUROC = 0.967, AUPRC = 0.971), KNN (AUROC = 0.943, AUPRC = 0.959) in the training set. And LR had the best performance (AUROC = 0.977, AUPRC = 0.957), followed by SVM (AUROC = 0.962, AUPRC = 0.949), RF (AUROC = 0.903, AUPRC = 0.922),KNN(AUROC = 0.883, AUPRC = 0.901) in the testing set.

Conclusions

The machine learning algorithm classifier based on leukocyte VCS parameters is of great value in identifying active and latent tuberculosis infection.

Peer Review reports

Introduction

Tuberculosis is a chronic infectious disease caused by mycobacterium tuberculosis (MTB) and is the ninth leading cause of death worldwide. Since 2014 Tuberculosis disease (TB) has surpassed Acquired Immunodeficiency Syndrome (AIDS) as the leading cause of death from a single infectious agent [1, 2]. TB annually worldwide.China is one of the top 22 countries with high tuberculosis (TB) burden, ranking 3nd in the world. World Health Organization (WHO) global TB report 2020 (WHO, 2020) stated that the TB mortality could increase to the levels seen in 2015 or even 2012 impacting of the COVID-19 pandemic on global. Therefore, more attention should be paid to the prevention and control of the disease under the current global severe COVID-19 pandemic situation [3]. Prompt diagnosis and early initiation of treatment remain key strategies in TB prevention and control.

At present, the existing tuberculosis laboratory diagnosis cannot meet the clinical needs. Acid-fast staining and bacterial culture are the gold standards for tuberculosis diagnosis, but they have the disadvantages of low positive rate and time-consuming. Although PCR (polymerase chain reaction) analysis has high sensitivity and specificity, it cannot be widely used for diagnosis in primary medical institution due to expensive laboratory hardware facilities and restrictions on the types of clinical specimens. Interferon-gamma release assay (IGRAs) has high sensitivity and specificity for tuberculosis infection, but it has a shortcoming that cannot distinguish between latent tuberculosis infection and active tuberculosis [4]. Our team found that the monocyte-related indicators in the VCS parameters of tuberculosis patients changed significantly in the previous study. The three indicators of mean monocyte volume (MMV), mean monocyte volume standard deviation (MMV-SD), and mean monocyte conductivity (MMC) can be combined to obtain superior diagnostic performance(sensitivity: 93.8%, specificity: 93.1%) [5]. These indicators can be used as auxiliary indicators to differentiate between active pulmonary tuberculosis and latent tuberculosis infection.

In recent years, many scholars have explored new models of disease diagnosis based on big data and machine learning algorithms in the medical field,and have achieved remarkable results in disease risk prediction and diagnosis [6,7,8]. Artificial intelligence (AI) using machine learning (ML) is an ensemble of techniques that automatically learn patterns from data and that require no assumptions regarding the structure of the data. A strength of these techniques is that they capture non-linear relationships in the data, as well as interaction between predictors. Many studies have demonstrated their promising performance for diseases prediction [9].

In this study, we aimed to evaluate the performance of VCS parameters in distinguishing latent tuberculosis and active tuberculosis by using machine learning algorithms.

Materials and methods

Data collection

We retrospectively analyzed the VCS parameters of neutrophils, monocytes, and lymphocytes from 97 active Tuberculosis patients (Group:ATB) and 113 latent Tuberculosis patients (Group:LTB) by using a hematology analyzer with VCS (volume, conductivity, light scatter) technology from January 2018 to July 2018 in Chongqing Infectious Disease Medical Center and Army Medical Center (Daping Hospital), Army Medical University, Chongqing, China. All patients were diagnosed for the first time who had never had treatment for TB before or has not yet initiated anti-TB treatment.

The inclusion criteria for each group were as follows: ATB was diagnosed based on typical clinical symptoms, and/or chest X-ray findings in line with tuberculosis imaging lesions, and/or a molecular test (Xpert MTB/RIF, Cepheid, Sunnyvale, CA, USA), for the most important positivity on at least one of the following tests: acid-fast bacilli or bacterial culture. These individuals had no previous history of TB disease or treatment. LTB cases were defined as those who has a history of TB exposure and with a positive interferon-gamma release assay T-SPOT (Oxford Immunotec, Oxfordshire, UK) test, sputum smear and MTB culture were negative, and the absence of clinical and radiographic signs of ATB. All samples were collected in EDTA-anti-coagulated tubes and analyzed within 6 h after specimen were collected by a hematology analyzer with VCS technology. The VCS parameters of neutrophils(NE), monocytes(MO), and lymphocytes(LY) included mean volume (MV) and its deviation(MV-SD), mean conductivity (MC) and its deviation(MC-SD), multiple light scatters like median angle light scatter(MALS), upper median angle light scatter(UMALS), lower median angle light scatter(LMALS), low-angle light scatter(LALS), axial light loss(AL2) and their deviation(MALS-SD, UMALS-SD, LMALS-SD, LALS-SD, AL2-SD) were collectioned and analysised,also including some routine indicators (e.g. total leukocyte count(WBC) and the percentage of neutrophil, monocyte, and lymphocyte(NE%,MO%,LY%)). Thus a total of 46 parameters were obtained.

Analysis of baseline features and evaluate performance of peripheral blood routine parameters and the VCS parameters of neutrophils, monocytes, and lymphocytes in distinguishing latent tuberculosis and active tuberculosis

Continuous variables were described as mean ± SD or median (Q1 and Q3). Comparison between two groups was performed by the Student’s t test or Wilcoxon rank-sum test according to whether the data conformed to a normal distribution. Comparison of the gender differences between groups was performed using the Chi-squared test. Categorical variables were expressed as as composition ratio or rate%), and comparison was made by Chi-square test. Analyses were conducted using Software version 27.0 (Social Sciences Inc, Chicago, Illinois, USA).

Classifier

In this study, four machine-learning classification algorithms were used namely, LR (logistic regression),RF(random forest), KNN(K-nearest neighbor) and SVM(supportive vector machine) by using Python3 and running on Windows. A brief description of each method is provided in the following paragraphs.Data obtained from participants in discovery cohort were randomly divided at 8:2 ratio. The larger (8/10) one was applied for modeling (training set), whereas the smaller one (2/10) was used as test set.

LR (logistic regression)

Logistic regression is a common Machine Learning algorithm for binary classification. It is a linear model for classification, which can fit binary or multinomial logistic regression.

RF(random forest)

Random Forest (RF) is based on decision trees, proposed by Breiman, is a supervised, non-parametric method of classification. It is an ensemble classifier used for data mining, and is composed of numerous decision trees, each one relying on the values of a random vector sampled independently. By using random subsets of the training data for each tree and considering random features for each decision point, Random Forest prevents over fitting.

KNN(K-nearest neighbor)

K-nearest neighbor (Cover and Hart, 1967) is a simple classification algorithm, and it is also called Reference Sample Plot Method. The idea of this algorithm is when given an unknown sample, a k-nearest neighbor (KNN) classifier searches a feature space for the k training samples that are closest to the unknown sample. This means KNN algorithm predicts the class of a sample with unknown class by considering the classes of k-nearest neighbors.

SVM(supportive vector machine)

SVM is developed by Corinna Cortes and Vapnik, the core of which is the structural risk minimum principle constructed by the empirical risk minimum principle and confidence intervals.

Model building, model performance evaluation and validation

In the training set, k-fold cross-validation (k = 5) was used, all 210 subjects were randomly divided into 5 equally sized subsets. Firstly, we used four of them in turn as the training set and one as the test set. k-Fold cross validation (k = 5)repeats this steps 5 times changing a partition serving as a test set one by one. In the end, averaged predictive performance over k validation steps is regarded as the predictive performance of a classification algorithm (Fig. 1). We evaluated diagnostic ability of each model based on follow indexes: accuracy, precision, recall, F1 SCORE, Matthews correlation coefcient(MCC), Specifcity and negative predictive value(NPV). The calculation formulas of these indexes were shown in a table (Table 1). We plotted the area under the precision-recall curve (AUPRC) and the area under the receiver operating characteristic curve (AUROC) to compare the performances of the machine learning classification models. In the testing set, we also plotted the area under the precision-recall curve (AUPRC) and the area under the receiver operating characteristic curve (AUROC) to estimate of the model’s predictive performance.

Fig. 1
figure 1

Machine learning workflow for discrimination between LTB and ATB

Table 1 The calculation formula for the evaluation index in the training set

Results

Demographic characteristic and peripheral blood parameters of the participants

The retrospectively study was conducted on a total of 97 active pulmonary tuberculosis patients (male/female: 60/37; mean age: 49.80 ± 14.50) and 113 latent tuberculosis infection patients (male/female: 46/67; mean age: 51.45 ± 17,57), with statistically significant difference in gender (p = 0.002). In addtion, there were statistically remarkable differences between the two groups because the AUC including of MV (MO),MC-SD (LY),MC (MO),LALS-SD (LY),MV-SD (MO),AL2-SD (NE),MC-SD (NE),MALS-SD (NE),LMALS-SD (NE) and UMALS-SD (LY) were greater than 0.8 in discriminating between ATB and LTBI (Tables 2 and 3, Fig. 2).

Table 2 The area under the ROC curve (AUC) and 95% confidence interval of the AUC for 46 parameters for distinguishing latent tuberculosis and active tuberculosis
Table 3 Baseline features of the participants
Fig. 2
figure 2

Performance of 46 features about blood routine indicators and the VCS parameters in differentiating ATB patients from LTBI individuals. A ROC curves showing the diagnostic performance of 46 features in discriminating between ATB and LTBI. Curves in the upper indicated that the levels of these indicators are higher in ATB group than in LTBI group. Curves in the bottom indicated that the levels of these indicators are lower in ATB group than in LTBI group. B Bar graphs showing the AUC of various indicators in discriminating ATB patients from LTBI individuals.The red parts represent area under the ROC curve(AUC) when group ATB as the state variable to plot the ROC curve and the red parts represent area under the ROC curve(AUC) when group LTBI as the state variable to plot the ROC curve. ATB, active tuberculosis; LTBI, latent tuberculosis infection; ROC, receiver operator characteristics; AUC, area under the ROC curve

Performance of different models

In this study, the developed machine learning models for classificationand regression are evaluated with the following metrics:accuracy, precision, recall, F1 SCORE, Matthews correlation coefcient(MCC), Specifcity and negative predictive value(NPV), the area under the precision-recall curve( AUPRC), the area under the receiver operating characteristic curve (AUROC). To improve the model performance, some parameters were optimized (Table 4). The accuracy values of LR, SVM, RF and KNN were 0.904, 0.900, 0.933, 0.900. All models had accuracy values equal to or greater than 0.900. The precision values of LR, SVM, RF and KNN were 0.883,0.870,0.926,0.901. And the RF model obtained the highest precision (0.926) and following KNN with a second best precision(0.901). The results indicated that RF was the best-performing model in the training set because it obtained the highest accuracy(0.933), precision(0.926),recall(0.924),F1 SCORE(0.923), Matthews correlation coefcient(MCC)(0.867), Specifcity(0.939) and negative predictive value(NPV)(0.944) (Fig. 3).

Table 4 The parameters selection in the predictive models
Fig. 3
figure 3

The efficacy of LR,SVM,RF and KNN in the training set

Among the four classifications, LR and RF had the best performance (AUROC = 1, AUPRC =1), followed by SVM (AUROC = 0.967, AUPRC =0.971), KNN (AUROC = 0.943, AUPRC =0.959) in the training set. And LR had the best performance (AUROC = 0.977, AUPRC =0.957), followed by SVM (AUROC = 0.962, AUPRC =0.949), RF (AUROC = 0.903, AUPRC =0.922) ,KNN(AUROC = 0.883, AUPRC =0.901)In the testing set (Fig. 4).

Fig. 4
figure 4

The area under the precision-recall curve ( AUPRC) and area under the receiver operating characteristic curve (AUROC) for discrimination between LTB and ATB in traning set and testing set

Discussion

Although one‐third of the world's population is infected with Mycobacterium tuberculosis, only 5–10% infected people develop active TB disease(ATB). The remaining people still haven’t any symptoms, namely latent tuberculosis infection (LTB) [10]. Discriminative biomarkers that distinguish latent and active tuberculosis can effectively control TB, because early detection, preventive treatment of individuals with LTB and treatment of active TB are the essential proceedings. Previously, Our team found that the monocyte-related indicators in the VCS parameters of tuberculosis patients changed significantly because mononuclear macrophages participate in anti-tuberculosis immunity, and their cell size, internal structure and granules are different in ATB compared to LTB. The three indicators of mean monocyte volume (MV(MO)), mean monocyte volume standard deviation (MV-SD(MO)), and mean monocyte conductivity (MC(MO)) can be combined to obtain superior diagnostic performance (sensitivity: 93.8%, specificity: 93.1%) [5]. Other scholars have found in their research that simultaneous measurement of serum level of interleukine-1β, the mean monocyte volume(MV(MO)) and its distribution width (MV-SD(MO))was able to distinguish active TB infection with an excellent sensitivity of 84.5% and specificity of 90.5% comparable to normal healthy subjects [11].

Nonspecific Immune Responses related by Neutrophil, monocytes, and phagocytes derived from monocytes and Specific Cellular Immunity related by lymphocytes and cytokine would be triggered when the body were invaded by Mycobacterium tuberculosis(MTB) [12,13,14]. The hematology analyzer with VCS (volume, conductivity, light scatter) technology is able to determine the intrinsic biophysical properties of over 8,000 leukocytes in their ‘near native state’ with neither chemical reactions nor fluorescent dye [15]. In this study, we obtained clinically accessible blood routine indicators and the intuitive, and quantifiable parameters related to the inherent detection principle of the instrument with VCS technonogy called VCS parameters. We used the machine learning algorithm of logistic regression(LR), random forest(RF), support vector machine(SVM) and k-nearest neighbor(KNN) to construct prediction models for these 46 features respectively, so as to distinguish active tuberculosis infection(ATB) and latent tuberculosis infection(LTB). The results show that the prediction efficiency of logistic regression and random forest classifier is superior to that of random forest support vector machine and k-nearest neighbor classifier and their AUROC, in turn,is 1,1,0.967 and 0.943. Their AUROC in turn is 0.977, 0.922, 0.949, 0.901 in the testing set. Compared with the biological indicators studied by previous scholars, leukocyte VCS parameters have greater advantages [5, 16, 17]. Furthermore classification effects of machine learning algorithms were better than those elicited by traditional analysis methods [5]. Previously, Some scholars try to increase diagnostic accuracy of tuberculosis with the use of an artificial intelligence approach [18,19,20], but their research does not involve early diagnosis of tuberculosis. Our further plan and goal is to build an early diagnosis model based on leukocyte VCS parameters by artificial intelligence approach.

This study was subject to the following limitations. In this retrospective study, there were significant differences in age (p = 0.002) and gender (p = 0.002) between the ATB and the LTB. At present, whether age and gender affect the value of the VCS parameters of lymphocytes has not been confirmed and this is indeed necessary for further verification. Secondly, the sample size should be expanded to avoid over-fitting in the classifier training phase.

Conclusion

In conclusion, the machine learning algorithm classifier based on leukocyte VCS parameters is of great value in identifying active and latent tuberculosis infection. It is very important for accurate and appropriate drug treatment, alleviating diseases and avoiding side effects caused by drug abuse.

Availability of data and materials

All data and materials are available and potentially shareable on request.

The in charge person is Dr. Shaoli Deng. The email is dengshaoli@tmmu.edu.cn.

References

  1. Sweeney E, Dahly D, Seddiq N, Corcoran G, Horgan M, Sadlier C. Impact of bcg vaccination on incidence of tuberculosis disease in southern ireland. BMC Infect Dis. 2019;19:397. https://doi.org/10.1186/s12879-019-4026-z. https://www.ncbi.nlm.nih.gov/pubmed/31072396.

    Article  PubMed  PubMed Central  Google Scholar 

  2. Meikle V, Mossberg AK, Mitra A, Hakansson AP, Niederweis M. A protein complex from human milk enhances the activity of antibiotics and drugs against mycobacterium tuberculosis. Antimicrob Agents Chemother. 2019;63 . https://doi.org/10.1128/AAC.01846-18. https://www.ncbi.nlm.nih.gov/pubmed/30420480.

  3. <1. World health organization, global tuberculosis report 2020.Pdf>. http://apps.who.int/iris/bitstream/handle/10665/336069/9789240013131-eng.pdf?sequence=1&isAllowed=y.

  4. Qiu X, Tang Y, Zou R, Zeng Y, Yue Y, Li W, Qu Y, Mu D. Diagnostic accuracy of interferon-gamma-induced protein 10 for differentiating active tuberculosis from latent tuberculosis: a meta-analysis. Sci Rep. 2019;9:11408. https://doi.org/10.1038/s41598-019-47923-whttps://www.ncbi.nlm.nih.gov/pubmed/31388072.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. Sun T, Wu B, Wang J, Yuan T, Huang H, Xu D, Shaoli, Deng. Evaluation of the diagnostic efficacy of monocyte parameters and mcp-1 to distinguishing active tuberculosis from latent tuberculosis. Clin Lab. 2019;65. https://doi.org/10.7754/Clin.Lab.2018.181115. https://www.ncbi.nlm.nih.gov/pubmed/31307161.

  6. Price WN. Big data and black-box medical algorithms. Sci Transl Med. 2018;10. https://doi.org/10.1126/scitranslmed.aao5333. https://www.ncbi.nlm.nih.gov/pubmed/30541791.

  7. Mirza B, Wang W, Wang J, Choi H, Chung NC, Ping P. Machine learning and integrative analysis of biomedical big data. Genes (Basel). 2019;10. https://doi.org/10.3390/genes10020087. https://www.ncbi.nlm.nih.gov/pubmed/30696086.

  8. Narula S, Shameer K, Salem Omar AM, Dudley JT, Sengupta PP. Machine-learning algorithms to automate morphological and functional assessments in 2d echocardiography. J Am Coll Cardiol. 2016;68:2287–95. https://doi.org/10.1016/j.jacc.2016.08.062. https://www.ncbi.nlm.nih.gov/pubmed/27884247.

    Article  PubMed  Google Scholar 

  9. Nusinovici S, Tham CY, Chak Yan MY, Wei Ting DS, Li J, Sabanayagam C, Wong TY, Cheng CY. Logistic regression was as good as machine learning for predicting major chronic diseases. J Clin Epidemiol. 2020;122:56–69. https://doi.org/10.1016/j.jclinepi.2020.03.002. https://www.ncbi.nlm.nih.gov/pubmed/32169597.

    Article  PubMed  Google Scholar 

  10. Pathakumari B, Devasundaram S, Raja A. Altered expression of antigen-specific memory and regulatory t-cell subsets differentiate latent and active tuberculosis. Immunology. 2018;153:325–36. https://doi.org/10.1111/imm.12833. https://www.ncbi.nlm.nih.gov/pubmed/28881482.

    Article  CAS  PubMed  Google Scholar 

  11. Shen T, Cao X, Shi J, Yu Y, Zhu Y, Gu D. The morphological changes of monocytes in peripheral blood as a potential indicator for predicting active pulmonary tuberculosis. Clin Chim Acta. 2018;481:189–92. https://doi.org/10.1016/j.cca.2018.03.015. https://www.ncbi.nlm.nih.gov/pubmed/29555323.

    Article  CAS  PubMed  Google Scholar 

  12. Soruri A, Schweyer S, Radzun HJ, Fayyazi A. Mycobacterial antigens induce apoptosis in human purified protein derivative-specific alphabeta t lymphocytes in a concentration-dependent manner. Immunology. 2002;105:222–30. https://doi.org/10.1046/j.0019-2805.2001.01355.x. https://www.ncbi.nlm.nih.gov/pubmed/11872098.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  13. Chen CY, Huang D, Wang RC, Shen L, Zeng G, Yao S, Shen Y, Halliday L, Fortman J, McAllister M, et al. A critical role for cd8 t cells in a nonhuman primate model of tuberculosis. PLoS Pathog. 2009;5:e1000392. https://doi.org/10.1371/journal.ppat.1000392. https://www.ncbi.nlm.nih.gov/pubmed/19381260.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  14. Shi L, Eugenin EA, Subbian S. Immunometabolism in tuberculosis. Front Immunol. 2016;7:150. https://doi.org/10.3389/fimmu.2016.00150. https://www.ncbi.nlm.nih.gov/pubmed/27148269.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  15. Tang H, Jing J, Bo D, Xu D. Biological variations of leukocyte numerical and morphologic parameters determined by unicel dxh 800 hematology analyzer. Arch Pathol Lab Med. 2012;136:1392–6. https://doi.org/10.5858/arpa.2011-0679-OA. https://www.ncbi.nlm.nih.gov/pubmed/23106584.

    Article  PubMed  Google Scholar 

  16. Luo Y, Xue Y, Lin Q, Tang G, Yuan X, Mao L, Song H, Wang F, Sun Z. A combination of iron metabolism indexes and tuberculosis-specific antigen/phytohemagglutinin ratio for distinguishing active tuberculosis from latent tuberculosis infection. Int J Infect Dis. 2020;97:190–6. https://doi.org/10.1016/j.ijid.2020.05.109. https://www.ncbi.nlm.nih.gov/pubmed/32497795.

    Article  CAS  PubMed  Google Scholar 

  17. Luo Y, Xue Y, Yuan X, Lin Q, Tang G, Mao L, Song H, Wang F, Sun Z. Combination of prealbumin and tuberculosis-specific antigen/phytohemagglutinin ratio for discriminating active tuberculosis from latent tuberculosis infection. Int J Clin Pract. 2021;75:e13831. https://doi.org/10.1111/ijcp.13831. https://www.ncbi.nlm.nih.gov/pubmed/33175465.

    Article  CAS  PubMed  Google Scholar 

  18. Tavolara TE, Niazi MKK, Ginese M, Piedra-Mora C, Gatti DM, Beamer G, Gurcan MN. Automatic discovery of clinically interpretable imaging biomarkers for mycobacterium tuberculosis supersusceptibility using deep learning. EBioMedicine. 2020;62:103094. https://doi.org/10.1016/j.ebiom.2020.103094. https://www.ncbi.nlm.nih.gov/pubmed/33166789.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  19. Meier NR, Sutter TM, Jacobsen M, Ottenhoff THM, Vogt JE, Ritz N. Machine learning algorithms evaluate immune response to novel mycobacterium tuberculosis antigens for diagnosis of tuberculosis. Front Cell Infect Microbiol. 2020;10:594030. https://doi.org/10.3389/fcimb.2020.594030. https://www.ncbi.nlm.nih.gov/pubmed/33489933.

    Article  PubMed  Google Scholar 

  20. Horvath L, Hanselmann S, Mannsperger H, Degenhardt S, Last K, Zimmermann S, Burckhardt I. Machine-assisted interpretation of auramine stains substantially increases through-put and sensitivity of microscopic tuberculosis diagnosis. Tuberculosis (Edinb). 2020;125:101993. https://doi.org/10.1016/j.tube.2020.101993. https://www.ncbi.nlm.nih.gov/pubmed/33010589.

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

This is a clinical research project approved by the Army Medical University. We greatly appreciate all participants in this study.

Funding

This work was supported by Major Military Logistics Research Sub-Project (grant number AWS17J010 and 2018-KY-0083) and 973 project sub-topics(K2015CB755401).

Author information

Authors and Affiliations

Authors

Contributions

Lijiao Chen and Tingting Sun collected cases and experimental datas and wrote the main manuscript text, Lingke Yuan and Ruiqing Liu analyzed the experimental datas and aprepared figures 1-3 and tables 1-3, Qing Huang and Shaoli Deng mainly funded the research and revised the manuscript.

Corresponding authors

Correspondence to Qing Huang or Shaoli Deng.

Ethics declarations

Ethics approval and consent to participate

Ethical approval The study protocol was approved by Ethics Committee of Daping Hospital, Army Medical University for No. 73 (2018). All methods were carried out in accordance with relevant guidelines and regulations and an informed consent was obtained from all subjects and/or their legal guardian(s).

Consent for publication

Not applicable.

Competing interests

The authors declare no competing interests.

Additional information

Publisher’s Note

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

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

Chen, L., Yuan, L., Sun, T. et al. The performance of VCS(volume, conductivity, light scatter) parameters in distinguishing latent tuberculosis and active tuberculosis by using machine learning algorithm. BMC Infect Dis 23, 881 (2023). https://doi.org/10.1186/s12879-023-08531-2

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12879-023-08531-2

Keywords