Skip to main content

Identification of parameters and formulation of a statistical and machine learning model to identify Babesia canis infections in dogs using available ADVIA hematology analyzer data

Abstract

Background

Canine babesiosis is an important tick-borne disease in endemic regions. One of the relevant subspecies in Europe is Babesia canis, and it can cause severe clinical signs such as hemolytic anemia. Apart from acute clinical symptoms dogs can also have a more chronic disease development or be asymptomatic carriers. Our objective was to identify readily available ADVIA hematology analyzer parameters suggestive of B. canis parasitemia in dogs and to formulate a predictive model.

Methods

A historical dataset of complete blood count data from an ADVIA hematology system with blood smear or PCR confirmed parasitemia cases was used to obtain a model by conventional statistics (CS) methods and machine learning (ML) using logistical regression and tree methods.

Results

Both methods identified that important parameters were platelet count, mean platelet volume and percentage large unstained cells. We were able to formulate a CS model and ML model to screen for Babesia parasitemia in dogs with a sensitivity of 84.6% (CS) and 100% (ML), a specificity of 97.7% (CS) and 95.7% (ML) and a positive likelihood ratio (LR+) of 36.78 (CS) and 23.2 (ML).

Conclusions

This study introduces two methods of screening for B. canis parasitemia on readily available data from ADVIA hematology systems. The algorithms can easily be introduced in laboratories that use these analyzers. When the algorithm marks a sample as ‘suggestive’ for Babesia parasitemia, the sample is approximately 37 times more likely to show Babesia merozoites on blood smear analysis.

Graphical Abstract

Introduction

Canine babesiosis is a tick-borne disease caused by species of the protozoan genus Babesia [1]. One of these species, Babesia canis, is described across most of Europe [2,3,4,5,6]. Its vector is Dermacentor reticulatus [7]. Clinical signs of canine babesiosis are variable but can consist of pale mucous membranes, weakness, petechiae and epistaxis [8]. Common hematological abnormalities are mild to moderate anemia, thrombocytopenia, leukopenia with neutropenia and/or lymphopenia [8]. Biochemical abnormalities are also common and can consist of hypoalbuminemia, elevation of liver enzymes, hyperlactatemia, hyperphosphatemia, hypertriglyceridemia, hypoglycemia and (both prerenal and postrenal) azotemia [8].

Diagnosis of an active (parasitemic) B. canis infection can be done by light microscopy evaluation of a blood smear. Detection of B. canis in stained blood smears has been the standard diagnostic technique for many years. This method is reliable when a moderate to high parasitemia is present [5, 9]. Currently, PCR detection of Babesia spp. has become the mainstay of diagnosis because of high sensitivity and more reliable identification of the causative Babesia species infecting the dog [9]. However, PCR testing usually takes a few days before results are available, and the acute infections that are often seen in clinical B. canis patients make a timely diagnosis of vital importance. The prognosis of B. canis ranges from poor to good, depending on the severity of the infection and the time between infection, diagnosis and treatment [1].

Hematology is important in the diagnosis of B. canis, as anemia and thrombocytopenia combined with a compatible history should alert clinicians to active babesiosis. As the clinical signs of babesiosis are not always very specific, a warning system based on routine hematology bloodwork would offer advantages. Diagnosing babesiosis by recognizing patterns becomes even more important in non-endemic countries where the prevalence is very low and only imported cases are present. ADVIA hematology analyzers are widely used in larger (veterinary) laboratories [10]. ADVIA hematologic patterns are used in human medicine to guide toward hematological diagnosis, for example, thalassemia, acute myeloid leukemia and megaloblastic anemia [11].

Machine learning (ML) belongs to the area of artificial intelligence. It has been utilized extensively in the medical field as a tool to aid in the diagnosis of medical conditions and make diagnostic predictions [12]. Recently, it also made its entrance into veterinary research [13,14,15,16].

The aim of this study was to identify readily available ADVIA hematological parameters suggestive of B. canis parasitemia in dogs in a non-endemic region and to compare a model obtained by conventional statistics with a model obtained by machine learning.

Materials and methods

Datasets

Two datasets, one for model building and one for validation, were constructed from a search in the Utrecht University Veterinary Diagnostic Laboratory patient files. The modeling dataset contained all dogs that were found to have a Babesia parasitemia from 2002 to 2013. A total of 87 dogs with Babesia parasitemia, confirmed by blood smear analysis, were enrolled. Data of control dogs (n = 1144) were collected from November 2010 through January 2011. In only 63 dogs with Babesia and 294 control dogs, all parameters were measured. In the other dogs no reticulocyte parameters were measured.

The validation dataset contained 13 dogs that tested positive for B. canis from 2017 up until June 2020. Data from control dogs (n = 5649, with 5540 unique patients) were collected from January 2017 through September 2018. Also, dogs in which Anaplasma phagocytophilum was found (n = 29), from 2017 through June 2020, were present in this control group.

In all dogs of both datasets, 214 different ADVIA parameters related to erythrocytes, reticulocytes, platelets and leukocytes were recorded. In the 2002–2013 period, blood was analyzed with the ADVIA 120 and in the 2017–2020 period with the ADVIA 2120i.

Building a model with conventional statistics

As a first step in the modeling dataset the means and data within 1 and 2 standard deviations of the mean (1 SD, 2 SD) were calculated for each feature for the Babesia group and the control group. Next, those parameters were identified in which the percentage of Babesia dogs was most outside the range of mean ± 1 SD or mean ± 2 SD of the control dogs. Following this, the area under the curve (AUC), optimal cutoff value, sensitivity, specificity and positive likelihood ratio (LR+) were calculated for each of these parameters using receiver-operating characteristic (ROC) curves. Then, those parameters that had an AUC > 0.70 were combined into one model to increase diagnostic accuracy, and the sensitivity, specificity and LR+ were calculated for each of these combinations. Finally, the model was used on the validation dataset.

A commercially available software package (SPSS 27.0, IBM SPSS Statistics for Windows, Armonk, NY, USA) was used for data analysis. ROC curves as well as calculation of the AUC were made with commercially available MedCalc® Statistical Software version 20.009 (MedCalc Software Ltd, Ostend, Belgium).

Machine learning

A classification model was trained on a supervised learning task, \(f\left(\overrightarrow{x}\right)= y.\) Here, \(f\) represents the model, \(y\) is the (binary) label indicating whether the subject has a B. canis infection, and \(\overrightarrow{x}\) are the input features (i.e. a selection of ADVIA parameters). Several different classifiers—logistic regression, decision tree, random forest and XGBoost [17]—were trained. The tree-based models (decision tree, random forest and XGBoost) can capture non-linear relations in the data.

All selected ADVIA parameters, without any further preprocessing, are used in the tree-based classifiers. For the logistic regression data were first scaled by subtracting the mean and dividing by the standard deviation, i.e. using a standard scaler, after which the K best predictors—identified by univariate feature selection—were used as input features. Here, K was treated as a hyperparameter. A hyperparameter is a configuration parameter of the model that is not directly learned from data as opposed to model parameters such as the coefficients of a logistic regression.

The train (validation) set contains 1144 (5649) negative samples and 87 (13) positive samples (see section on the dataset). First, ten-fold cross validation on the training data was applied to tune hyperparameters and estimate out-of-sample performance. In the cross-validation procedure the training data are split into ten folds. A model was trained on nine folds, and its performance was assessed on the unseen tenth fold. This procedure was repeated ten times to derive performance metrics based on the training data. Hyperparameter tuning, i.e. optimizing the configuration parameters of each classifier such as the maximum depth of the tree-based classifiers, was done using HyperOpt [18]. HyperOpt uses Bayesian optimization to efficiently try new hyperparameters based on their expected performance, which was measured through the AUC. All experiments were logged in MLflow, and optimal hyperparameters were chosen for each classifier based on the AUC obtained from the cross-validation procedure. Results presented for the training data are for the optimal set of hyperparameters of each classifier. Next, each classifier with its chosen hyperparameters was trained on the full training data and then evaluated on the validation data to assess the generalization error. An overview of the workflow is provided in Fig. 1.

Fig. 1
figure 1

Schematic representation of the machine-learning workflow. Ten-fold cross-validation is used to assess out-of-sample performance and tune hyperparameters for each classifier. In each iteration (e.g. blue dashed box) nine folds are used for training (green) and one fold is used to assess out-of-sample performance. Next, the classifier with its optimal hyperparameters is fit on all training data before finally evaluating its performance on the validation dataset

As a threshold for positive predictions, we used the value corresponding to a 95% sensitivity as extracted from the ROC curve; 95% confidence intervals (CI) on the accuracy, sensitivity and specificity are computed by bootstrapping the data 1000 times. Bootstrapping results are not presented for the sensitivity of the validation data, since they only contain a limited number of positive samples.

All data preprocessing, model training and evaluation are performed in Python 3.7 using the packages MLflow 1.11.0, NumPy 1.18.2, pandas 1.0.3, scikit-learn 0.22.2, shap 0.39.0 [19] and XGBoost 1.2.0.

Methods and results are reported in accordance with “MINimum Information for Medical AI Reporting” (MINIMAR) [20], a recently proposed standard for medical artificial intelligence (AI) reporting. Analysis code for the machine learning models is made publicly available via GitHub.

Results

Conventional statistics

After calculating means and 1 SD and 2 SD for each of the 214 different parameters related to erythrocytes, reticulocytes, platelets and leukocytes, in the modeling data set, those parameters were identified of which > 30% of the values of the Babesia dogs were outside 1 SD of the mean of the control dogs (Table 1). For these parameters ROC curves were drawn, and parameters with a high AUC (> 0.70) were selected and sensitivity, specificity and LR + were calculated (Table 2). To increase the diagnostic accuracy several combinations of parameters were selected (Table 3). Three combinations had a high LR+ : (i) platelet count (PLT) < 102 and a percentage of large unstained cells (%LUC) > 1.8 (LR+  = 39.00), (ii) PLT < 102, platelet dry mass distribution width (PMDW) > 1.09 and %LUC > 1.8 (LR+  = 46.58) and (iii) PLT < 102, mean platelet volume (MPV) > 14 and %LUC > 1.8 (LR+  = 62.43).

Table 1 Parameters for which > 30% of the values of Babesia dogs were outside 1 SD of mean of control dogs were identified
Table 2 Selected individual parameters and calculated cutoff values based on ROC curves
Table 3 Combinations of parameters to increase diagnostic accuracy in modeling dataset

The parameters identified in the modeling data set as having a high AUC (Table 2) were used in the validation set. The known prevalence for B. canis in this set was 0.23%. Using this prevalence, the sensitivity and specificity and positive predictive values (PV+) were calculated for each of these parameters (Table 4). The single parameter with highest PV+ was %LUC > 1.8 (PV+  = 3.1%). This was repeated for the combination of parameters found to have the highest diagnostic accuracy in the modeling data set. The combination of PLT < 102 and %LUC > 1.8 had one of the highest PV + (7.7%) (see Table 5). Combining with an extra parameter did not lead to a significant increase of PV+, while on the other hand the sensitivity declined.

Table 4 Selected individual parameters evaluated in validation dataset with prevalence of B. canis of 0.23%
Table 5 Selected combinations of parameters evaluated in validation dataset with prevalence of B. canis of 0.23%

All blood smears that were indicated false positive by the combination PLT < 102 and %LUC > 1.8 were re-evaluated microscopically and an additional six B. canis and seven A. phagocytophilum cases were identified, apparently all subclinical infections. Including these Babesia cases, the PV+ would increase to 12.0%. We note that these additional cases were also labeled positive by the machine-learning model described below.

Machine learning

Models performed very similarly on the cross-validated training data with an AUC of 99.3 (98.7–99.7, 95% CI) for the random forest and almost identical performances for the logistic regression and XGBoost classifiers. Only the decision tree performed slightly worse with an AUC 97.0 (94.8–98.6, 95% CI). Henceforth, results will be presented for the random forest classifier.

Each classifier was applied to the validation data where similar performance was observed. The random forest classifier had an AUC of 99.4 (98.7–99.8, 95% CI), indicating that the model generalizes well (see Table 6; Fig. 2). A confusion matrix, using the threshold resulting in 95% sensitivity in the training dataset, is shown in Table 7. In the validation dataset we observe a sensitivity of 100%, specificity of 95.7 (95.1–96.2, 95% CI) and positive-predictive value (PV+) of 5.1 (2.5–7.9, 95% CI). Note that the PV+ depends on the prevalence of positive samples in the dataset, which differs between training and validation data.

Table 6 Comparison of the model performance on the train and validation set. For the computation of the sensitivity and specificity the threshold for each model for positive predictions was chosen such that the sensitivity on the training set is 95%
Fig. 2
figure 2

ROC curves from the random forest classifier for the training (orange) and validation (blue) sets. The star represents the model whose performance is referred to in the text (sensitivity of 95% on the training set)

Table 7 Confusion matrix for the validation data set. Algorithm predictions are from the random forest model

The advantage of the decision tree algorithm is its interpretability. Figure 3 shows our best decision tree algorithm. At each node one can see what feature and which value for that feature determines the split. For instance, this tree shows that patients with a small number of platelets are more likely to have B. canis parasitemia. Due to the larger number of trees, and the random selection of features when growing the trees, the random forest is less interpretable than the decision tree. However, using an approach like SHapley Additive exPlanations (SHAP) [19], an insight can be gained into what are the most important features driving the prediction. For the random forest we find, in descending order of importance, the following ADVIA parameters to drive the decision PLT(× 10E9 cells/l), MPV(fl), %LUC(%), platelet concentration (PCT) (%), absolute count of eosinophils (abs_eos) (× 10E9 cells/l) and absolute count of neutrophils (abs_neuts) (× 10E9 cells/l) (see Fig. 4).

Fig. 3
figure 3

Decision tree classifier. The top line shows the condition for descending the tree. Blue leaves imply the model predicts a positive B. canis infection, whereas orange leaves predict no infection. Samples refers to the total number of samples from the training set that end up in a particular leaf. Values are the weighted samples in a leaf, where the first entry corresponds to the negative samples (which have a weight of ~ 0.54) and the second entry to the positive samples (with a weight of ~ 7.07). Whichever value is largest determines the leaf label. Note that the complete right branch only contains one positive sample in the train set. As such, the parameter abs_lymphs(× 10E9 cells/l) is plausibly of lesser importance, despite it being high up in the tree

Fig. 4
figure 4

Feature importances of the random forest model determined on the train set in descending order. Each dot is a data point. The SHAP value indicates how much that feature contributes to the prediction of that data point, where large deviations from zero mean a larger contribution and positive values contribute toward a positive prediction of B. canis. Red (blue) colored dots refer to high (low) feature values. For instance, high values (red dots) of the feature %LUC(%) make it more likely a dog is infected with B. canis (positive SHAP value)

Discussion

In this study we identified hematological parameters suggestive of B. canis parasitemia in dogs by using conventional statistics and data analysis as well as machine learning. Both methods identified the same important parameters (PLT, MPV, %LUC), while the random forest used additional parameters which were of lesser importance to the model. We were able to formulate a conventional statistics (CS) and machine learning (ML) model to screen for Babesia parasitemia in dogs with a sensitivity of 84.6% (CS) and 100% (ML), a specificity of 97.7% (CS) and 95.7% (ML) and a positive likelihood ratio (LR+) of 36.78 (CS) and 23.2 (ML). Because we considered the use of this model primarily as a screening tool, we preferred a high sensitivity. Note that the sensitivity of the random forest model is 100% on the validation set. However, due to the limited number of positive samples (13), it is likely slightly lower, as indicated by the cross-validation results on the training dataset, which shows 90–99% at 95% CL (Table 6).

This is to our knowledge the first veterinary study that describes the use of ML to identify an infectious disease in readily available data (ADVIA hematology parameters) of dogs.

That a decreased platelet count (PLT) was important in our model for identification of parasitemia is in accordance with previous studies reporting thrombocytopenia in Babesia infections [21,22,23,24,25]. The underlying mechanism for thrombocytopenia in canine babesiosis is not yet defined. Possible reasons are an immune-mediated destruction of the platelets and an increased consumption [24], co-infections with Ehrlichia spp. [26] or formation of platelet aggregates [27]. Thrombocytes appear to also play a major role in the response to human erythrocyte Plasmodium falciparum infections (malaria). Platelets can protect against malaria progression by binding to infected erythrocytes and induce killing mechanisms. Also, platelets can promote sequestration of infected erythrocytes [28]. It is not known whether these mechanisms also occur in erythrocyte infections with B. canis.

Another important parameter was an increased mean platelet volume (MPV), and this was also found by Furlanello et al. and de Gopegui et al. [23, 24]. A rather surprising finding was the importance of an increase in large unstained cells (%LUC) in our models. The %LUC represents young or transformed lymphocytes. This could relate to the lymphopenia that is found in B. canis [21, 24, 29] and can be a sign of regeneration. Studies on hematologic changes in human malaria infections have also shown that the most common change was an increase in %LUC and thrombocytopenia [30], comparable with our findings in B. canis parasitemia.

The use of machine learning algorithms as a diagnostic tool in veterinary medicine is increasing in popularity. Recently, papers were published on hypoadrenocorticism [13], hyperadrenocorticism [15], early chronic kidney disease [31] and general chronic kidney disease [32]. As demonstrated in this work, it can be used as a tool to automatically uncover patterns in datasets. The decision tree model shows many similarities to the conventional statistics model in its decision logic and performance, but it determined the if-then rules automatically. In addition, more complex models such as the random forest and XGBoost model can capture more complicated (non-linear) relationships, which is reflected in the improved performance over the simpler decision tree model.

Important limitations of our study are that Babesia parasitemia was studied, not Babesia infections in general. PCR analysis would have been the most reliable method to diagnose a B. canis infection. As PCR analysis was not performed on all of the nearly 7000 samples, false-negative ground-truth labels were possible in our dataset. This potentially affects our models’ performances. Re-evaluation of a number of samples showed that it is possible that some of the false-positive predictions turn out to be actual positives that were initially missed, resulting in an underestimate of the PV+. In addition, PCR analysis still probably outperforms our models in terms of sensitivity for detecting canine babesiosis.

Another important limitation in our study is that an artificial prevalence was used because of the low natural prevalence of B. canis infections in The Netherlands. This was done by collecting positive samples from a longer period of time and introducing them to the dataset of all complete blood counts that were performed in our laboratory during a 3-month period. We used this artificial prevalence to train our models on a dataset that would be more comparable to the situation in endemic areas.

Conclusions

This study introduces two methods of screening for B. canis parasitemia on readily available complete blood count data from ADVIA hematology systems. The algorithms can be easily introduced in laboratories that use these popular hematology systems. According to our current findings with a likelihood ratio of 37, when the algorithm marks a sample as ‘suggestive’ for Babesia parasitemia, the sample is > 37 times more likely to show Babesia merozoites on blood smear analysis.

Availability of data and materials

The datasets used and/or analyzed during the current study are available from the corresponding author on reasonable request. Analysis code is publicly available via GitHub: https://github.com/richardbartels/babesia-canis-hematology.

Abbreviations

|RBC (× 10E12 cells/L):

Red blood cell count

HGB (m mol/L):

Hemoglobin concentration

|HCT (L/L)|:

Hematocrit

|%LUC (%)|:

% Large unstained cells

MN_y_peak ([No Units]):

Peak Y channel of Mononuclear cluster

lob_Index ([No Units]):

Lobularity index

pcnt_low_retics (%):

% Of low absorbance reticulocytes with absorption values falling between RTC threshold and low/medium RTC

pcnt_med_retics (%):

% Of medium absorbance reticulocytes with absorption values falling between low/medium RTC threshold and medium/high RTC threshold

retics_cells_thresh ([No Units]):

Reticulocyte (RTC) threshold

med_retic_thresh ([No Units]):

Threshold for medium intensity staining reticulocytes in absorption cytogram

high_retic_thresh ([No Units]:

Threshold for high intensity staining reticulocytes in absorption cytogram

retic_MCV (fL):

MCV of reticulocytes

retic_HDW (m mol/L):

HDW of reticulocytes

retic_H_mean (fmol:

Mean Hb content of reticulocytes

% abnormal_cells ([No Units]):

% Of total cells that exceed the abnormal limit number of standards deviations from the center of the cluster to which they were assigned

pcnt_high_px (%):

% Cells with high peroxidase absorption values

Lymph_noise_valley:

Lymph noise valley

|IRF-M + H (%)|:

Immature reticulocyte fraction for medium + high absorbance reticulocytes

|MCV_rm_delta (fL)|:

Calculated difference between the MCV values of the reticulocytes and mature cell populations

HDW_rm_delta (m mol/L):

Calculated difference between the HDW values of the reticulocytes and mature cell populations

|CH_rm_delta (fmol)|:

Calculated difference between the Hb content values of the reticulocytes and mature cell populations

CHDW_rm_delta (fmol):

Calculated difference between the Hb content distribution width values of the reticulocytes and mature cell populations

|%macro_r ([No Units])|:

% Macrocytic reticulocytes

%lowCH_m ([No Units]):

% Mature cells with low Hb content

|%highCH_r ([No Units])|:

% Reticulocytes with high Hb content

|RBC_2-D_count (× 10E12 cells/L)|:

RBC count taken from the 2D-PLT method

PLT (× 10E09 cells/L):

Platelet count

MPV (fL:

Mean platelet volume

|MPC (g/L)|:

Mean platelet component content

PCDW (g/L):

Platelet component concentration distribution width

MPM (pg):

Mean platelet dry mass

|PMDW (pg)|:

Platelet dry mass distribution width

RBC_Ghosts (× 10E12 cells/L):

RBC ghost cell count

BaroxNRBCCount ([No Units]):

Number of nucleated red blood cells according to the Barox count

endCurveMu ([No Units]):

Mu of gauss fit to LUCs section of NRBC histogram

References

  1. Solano-Gallego L, Sainz Á, Roura X, Estrada-Peña A, Miró G. A review of canine babesiosis: the European perspective. Parasit Vectors. 2016;9(1):1–18.

    Article  Google Scholar 

  2. Beck R, Vojta L, Mrljak V, Marinculić A, Beck A, Živičnjak T, et al. Diversity of Babesia and Theileria species in symptomatic and asymptomatic dogs in Croatia. Int J Parasitol. 2009;39(7):843–8.

    Article  CAS  Google Scholar 

  3. Ionita M, Mitrea IL, Pfister K, Hamel D, Buzatu CM, Silaghi C. Canine babesiosis in Romania due to Babesia canis and Babesia vogeli: a molecular approach. Parasitol Res. 2012;110(5):1659–64.

    Article  Google Scholar 

  4. Duh D, Tozon N, Petrovec M, StraŠek K, AvŠic-Županc T. Canine babesiosis in Slovenia: molecular evidence of Babesia canis canis and Babesia canis vogeli. Vet Res. 2004;35(3):363–8.

    Article  Google Scholar 

  5. Solano-Gallego L, Trotta M, Carli E, Carcy B, Caldin M, Furlanello T. Babesia canis canis and Babesia canis vogeli clinicopathological findings and DNA detection by means of PCR-RFLP in blood from Italian dogs suspected of tick-borne disease. Vet Parasitol. 2008;157(3–4):211–21.

    Article  CAS  Google Scholar 

  6. Cardoso L, Costa Á, Tuna J, Vieira L, Eyal O, Yisaschar-Mekuzas Y, et al. Babesia canis canis and Babesia canis vogeli infections in dogs from northern Portugal. Vet Parasitol. 2008;156(3–4):199–204.

    Article  Google Scholar 

  7. Schein E, Mehlhorn H, Voigt W. Electron microscopical studies on the development of Babesia canis (Sporozoa) in the salivary glands of the vector tick Dermacentor reticulatus. Acta Trop. 1979;36(3):229–41.

    CAS  PubMed  Google Scholar 

  8. Solano-Gallego L, Sainz Á, Roura X, Estrada-Peña A, Miró G. A review of canine babesiosis: the European perspective. Parasit Vectors. 2016;9(1):336.

    Article  Google Scholar 

  9. Solano-Gallego L, Baneth G. Babesiosis in dogs and cats—expanding parasitological and clinical spectra. Vet Parasitol. 2011;181(1):48–60.

    Article  Google Scholar 

  10. Prins M, Van Leeuwen M, Teske E. Stability and reproducibility of ADVIA 120-measured red blood cell and platelet parameters in dogs, cats, and horses, and the use of reticulocyte haemoglobin content (CH (R)) in the diagnosis of iron deficiency. Tijdschr Diergeneeskd. 2009;134:272–8.

    CAS  PubMed  Google Scholar 

  11. Kakkar N, Makkar M. Red cell cytograms generated by an ADVIA 120 automated hematology analyzer: characteristic patterns in common hematological conditions. Lab Med. 2009;40(9):549–55.

    Article  Google Scholar 

  12. Kononenko I. Machine learning for medical diagnosis: history, state of the art and perspective. Artif Intell Med. 2001;23(1):89–109.

    Article  CAS  Google Scholar 

  13. Reagan K, Reagan B, Gilor C. Machine learning algorithm as a diagnostic tool for hypoadrenocorticism in dogs. Domes Anim Endocrinol. 2020;72:106396.

    Article  CAS  Google Scholar 

  14. Awaysheh A, Wilcke J, Elvinger F, Rees L, Fan W, Zimmerman KL. Review of medical decision support and machine-learning methods. Vet Pathol. 2019;56(4):512–25.

    Article  Google Scholar 

  15. Schofield I, Brodbelt DC, Kennedy N, Niessen SJM, Church DB, Geddes RF, et al. Machine-learning based prediction of Cushing’s syndrome in dogs attending UK primary-care veterinary practice. Sci Rep. 2021;11(1):1–12.

    Article  Google Scholar 

  16. Renard J, Faucher MR, Combes A, Concordet D, Reynolds BS. Machine-learning algorithm as a prognostic tool in non-obstructive acute-on-chronic kidney disease in the cat. J Feline Med Surg. 2021;23:1140–8.

    Article  Google Scholar 

  17. Chen T, Guestrin C. Xgboost: a scalable tree boosting system. In: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining; 2016, pp 785–794.

  18. Bergstra J, Yamins D, Cox DD. Making a science of model search: Hyperparameter optimization in hundreds of dimensions for vision architectures. In: Proceedings of the 30th International Conference on International Conference on Machine Learning—Atalanta, June17–19 2013. Proceedings Machine Learning Research, 2013; 28:115–23.

  19. Lundberg SM, Lee S-I. A unified approach to interpreting model predictions. Adv Neural Inf Process Syst. 2017;30:4765–74.

    Google Scholar 

  20. Hernandez-Boussard T, Bozkurt S, Ioannidis JP, Shah NH. MINIMAR (MINimum Information for Medical AI Reporting): developing reporting standards for artificial intelligence in health care. J Am Med Inform Assoc. 2020;27(12):2011–5.

    Article  Google Scholar 

  21. Kirtz G, Leschnik M, Hooijberg E, Tichy A, Leidinger E. In-clinic laboratory diagnosis of canine babesiosis (Babesia canis canis) for veterinary practitioners in Central Europe. Tierarztl Prax Ausg K Klientiere Heimtiere. 2012;40(02):87–94.

    Article  CAS  Google Scholar 

  22. Eichenberger RM, Riond B, Willi B, Hofmann-Lehmann R, Deplazes P. Prognostic markers in acute Babesia canis infections. J Vet Intern Med. 2016;30(1):174–82.

    Article  CAS  Google Scholar 

  23. De Gopegui RR, Peñalba B, Goicoa A, Espada Y, Fidalgo LE, Espino L. Clinico-pathological findings and coagulation disorders in 45 cases of canine babesiosis in Spain. Vet J. 2007;174(1):129–32.

    Article  Google Scholar 

  24. Furlanello T, Fiorio F, Caldin M, Lubas G, Solano-Gallego L. Clinicopathological findings in naturally occurring cases of babesiosis caused by large form Babesia from dogs of northeastern Italy. Vet Parasitol. 2005;134(1–2):77–85.

    Article  CAS  Google Scholar 

  25. Carli E, Tasca S, Trotta M, Furlanello T, Caldin M, Solano-Gallego L. Detection of erythrocyte binding IgM and IgG by flow cytometry in sick dogs with Babesia canis canis or Babesia canis vogeli infection. Vet Parasitol. 2009;162(1–2):51–7.

    Article  CAS  Google Scholar 

  26. Rautenbach Y, Schoeman J, Goddard A. Prevalence of canine Babesia and Ehrlichia co-infection and the predictive value of haematology. Onderstepoort J Vet Res. 2018;85(1):1–5.

    Article  Google Scholar 

  27. Snarska A, Pomianowski A, Krystkiewicz W, Sobiech P, Lew S, Bednarek D. Influence of invasion of intracellular parasites on platelet response in dogs based on clinical cases. Bull Vet Inst Pulawy. 2012;56:519–23.

    Article  Google Scholar 

  28. O’Sullivan JM, O’Donnell JS. Platelets in malaria pathogenesis. Blood J Am Soc Hematol. 2018;132(12):1222–4.

    Google Scholar 

  29. Vercammen F, Deken Rd, Maes L. Haematological and biochemical profile in experimental canine babesiosis (Babesia canis). Vlaams Diergeneeskunding Tijdschrift (Belgium). 1997.

  30. Bunyaratvej A, Butthep P, Bunyaratvej P. Cytometric analysis of blood cells from malaria-infected patients and in vitro infected blood. Cytometry J Int Soc Anal Cytol. 1993;14(1):81–5.

    CAS  Google Scholar 

  31. Bradley R, Tagkopoulos I, Kim M, Kokkinos Y, Panagiotakos T, Kennedy J, et al. Predicting early risk of chronic kidney disease in cats using routine clinical laboratory tests and machine learning. J Vet Intern Med. 2019;33(6):2644–56.

    Article  Google Scholar 

  32. Biourge V, Delmotte S, Feugier A, Bradley R, McAllister M, Elliott J. An artificial neural network-based model to predict chronic kidney disease in aged cats. J Vet Intern Med. 2020;34(5):1920–31.

    Article  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

Not applicable.

Author information

Authors and Affiliations

Authors

Contributions

TP: coordination of research project, data analysis and interpretation, writing of the manuscript. ET: data analysis and interpretation, writing of the manuscript. RTB: data analysis and interpretation, writing of the manuscript. MvL: acquisition and analysis of data, editing of the manuscript. All authors have read and approved the manuscript.

Corresponding author

Correspondence to Tera Pijnacker.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have 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

Pijnacker, T., Bartels, R., van Leeuwen, M. et al. Identification of parameters and formulation of a statistical and machine learning model to identify Babesia canis infections in dogs using available ADVIA hematology analyzer data. Parasites Vectors 15, 41 (2022). https://doi.org/10.1186/s13071-022-05163-4

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13071-022-05163-4

Keywords