Skip to main content
Elsevier - PMC COVID-19 Collection logoLink to Elsevier - PMC COVID-19 Collection
. 2021 Dec 24;142:105166. doi: 10.1016/j.compbiomed.2021.105166

Detection of COVID-19 severity using blood gas analysis parameters and Harris hawks optimized extreme learning machine

Jiao Hu a,1, zhengyuan Han b,1, Ali Asghar Heidari c,2, Yeqi Shou b, Hua Ye d, Liangxing Wang b, Xiaoying Huang b, Huiling Chen a,, Yanfan Chen b,∗∗, Peiliang Wu b,∗∗∗
PMCID: PMC8701842  PMID: 35077935

Abstract

Coronavirus disease-2019 (COVID-19) has made the world more cautious about widespread viruses, and a tragic pandemic that was caused by a novel coronavirus has harmed human beings in recent years. The new coronavirus pneumonia outbreak is spreading rapidly worldwide. We collect arterial blood samples from 51 patients with a COVID-19 diagnosis. Blood gas analysis is performed using a Siemens RAPID Point 500 blood gas analyzer. To accurately determine the factors that play a decisive role in the early recognition and discrimination of COVID-19 severity, a prediction framework that is based on an improved binary Harris hawk optimization (HHO) algorithm in combination with a kernel extreme learning machine is proposed in this paper. This method uses specular reflection learning to improve the original HHO algorithm and is referred to as HHOSRL. The experimental results show that the selected indicators, such as age, partial pressure of oxygen, oxygen saturation, sodium ion concentration, and lactic acid, are essential for the early accurate assessment of COVID-19 severity by the proposed feature selection method. The simulation results show that the established methodlogy can achieve promising performance. We believe that our proposed model provides an effective strategy for accurate early assessment of COVID-19 and distinguishing disease severity. The codes of HHO will be updated in https://aliasgharheidari.com/HHO.html.

Keywords: Feature selection, Coronavirus disease, Harris hawk optimization, Extreme learning machine, COVID-19, Blood

1. Introduction

The International Committee on the Taxonomy of Viruses (ICTV) described a new virus, namely, severe acute respiratory syndrome coronavirus (SARS-CoV-2) [1]. SARS-CoV-2 is believed to be the pathogen that causes viral pneumonia, which has caused a worldwide pandemic [2]. On February 11, 2020, the viral pneumonia that is caused by SARS-CoV-2 was named coronavirus disease 2019 (COVID-19) by the World Health Organization (WHO) [3]. The case fatality ratio (CFR) of COVID-19 is significantly lower than those of severe acute respiratory syndrome (SARS) and Middle East respiratory syndrome (MERS) [4,5]. However, COVID-19's long incubation period of approximately two weeks and the presence of asymptomatic infections increase the risk of COVID-19 virus infection and promote its spread [6]. As of 6:18pm CET, 4 January 2022, according to WHO data3 , COVID-19 has spread globally, with more than 290,959,019 cases of COVID-19 diagnosed in various countries, which have resulted in more than 5,446,753 related deaths (https://www.who.int/).

The most common clinical manifestation of 2019-nCoV infection includes fever, dry cough, dyspnea, chest pain, myalgia, and fatigue [7]. According to a previous clinical study, 20.7%–31.4% of COVID-19 patients developed a severe form of this disease, such as adult respiratory distress syndrome (ARDS) [[8], [9]]. Furthermore, 4.9%–11.5% of patients with COVID-19 needed advanced life support techniques in the intensive care unit (ICU) [8]. The main characteristics of severe COVID-19 are rapid progression, ARDS, multiple organ dysfunction (MOF), and high fatality rate [10]. According to previous reports, elderly patients with comorbidities are more susceptible to being infected by COVID-19 [11,12]. Moreover, the mortality rate of elderly patients (>65 years old) with comorbidities and ARDS is significantly increased [13].

The rapid progression of COVID-19 places substantial strain on health care systems and hospital critical care resources. Severe COVID-19 patients may experience rapid deterioration if not treated in the ICU timely [14]. Therefore, it is vital to conduct accurate and frequent clinical assessments [[8], [9], [15], [16], [17]]. However, due to resources being stretched thin and lack of experience and prior knowledge of experts, accurate and frequent assessment is not easy. Effective novel prognostic model systems that can help monitor changes in the condition of COVID-19 patients can guide the effective use of hospital resources. Recently, machine learning methods have been used by many medical workers to help solve medical problems. According to many studies, machine learning (ML) techniques and artificial intelligence (AI) methods have been widely implemented in the diagnosis of COVID-19 [[18], [19], [20], [21]], and many studies have applied swarm intelligence methods to COVID-19 image segmentation [22,23].

Pham et al. [24] trained convolutional neural networks (CNNs) to fine-tune COVID-19 detection in chest slices. Canayaz [25] used deep learning models such as AlexNet, VGG19, GoogleNet, and ResNet to conduct feature extraction and select optimal potential features; two meta-heuristic algorithms, namely, binary particle swarm optimization and binary gray wolf optimization, were used. Al-Falluji [26] et al. utilized X-ray images for deep learning and retrieved essential biomarkers that were related to COVID-19 disease detection. Shaban et al. [27] combined a fuzzy inference engine with deep neural networks (DNNs) to propose a new hybrid diagnostic strategy (HDS) for classifying newly infected individuals to determine whether they are infected. Sun et al. [28] proposed an adaptive feature selection guided deep forest (AFS-DF) approach that is based on chest CT images for COVID-19 classification. Shaban et al. [29] introduced a novel COVID-19 patient detection strategy (CPDS) that is based on hybrid feature selection and enhanced the KNN classifier, which significantly improved the diagnostic accuracy. Dey et al. [30] built various machine learning models for predicting protein–protein interactions (PPIs) between COVID-19 and human proteins and further validated them by biological experiments. Abraham et al. [31] combined multiple CNN-extracted features with a correlation-based feature selection (CFS) technique and a Bayesian classifier for COVID-19 prediction. Liu et al. [32] developed and validated a complete machine learning framework for chest CT images to distinguish COVID-19 from global pneumonia (GP). Tuncer et al. [33] proposed a novel intelligent computer vision method for automatic detection of the COVID-19 virus and conducted 10-fold cross-validation based on the SVM classifier, which showed a classification accuracy of 100.0%. Casiraghi et al. [34] proposed an interpretable machine learning system that provides simple decision criteria for use by clinicians in assessing patient risk. Novitasari et al. [35] used convolutional neural network methods such as feature extraction and support vector machines (SVM) as classification methods to detect whether a patient being examined was healthy, coronavirus-positive, or only had pneumonia.

In this work, we proposed a new machine learning framework, namely, the swarm intelligence augmented kernel extreme learning machine (KELM) [30], for predicting the severity of COVID-19. Notably, for the first time, the binary Harris hawk optimization (HHO)4 , which is improved using specular reflection learning, is used in combination with the KELM classifier for feature selection. The experimental results and simulation results demonstrate the superior performance of the method. The results show that bHHOSRL_KELM performs well in determining which factors play a decisive role in the outcome in COVID-19 diagnosis. The proposed bHHOSRL_KELM was compared with other classifiers, such as fuzzy k-nearest neighbors(FKNN), k-nearest neighbors(KNN), multilayer perceptron (MLP), and support vector machines(SVM), in terms of four classification metrics, namely, classification accuracy, sensitivity, specificity, and Mathews correlation coefficient (MCC). In addition, nine other feature selection methods that are based on swarm intelligence algorithms were used to evaluate the performance of the developed bHHOSRL_KELM based on the fitness values throughout the iterative process. The experimental results show that the developed bHHOSRL_KELM has high predictive performance.

The main contributions of this study are as follows: (1) an efficient diagnostic aid for COVID-19 in blood specimens was developed; (2) a promising hybrid model was proposed, and the potential of KELM was enhanced using an improved HHO method; and (3) the bHHOSRL_KELM feature selection method was used to identify the most critical features effectively.

The remainder of this paper is organized as bellow. The first section describes the current state of research on novel coronaviruses and the application of machine learning methods to novel coronavirus research. The second section presents the dataset that is used in this paper. The third section presents the improved HHO method and its integration with KELM. The fourth section analyze the proposed method and presents the experimental results on COVID-19. The fifth section discusses the proposed method and analyzes the final medical data results.

2. Materials and methods

2.1. Data collection

Our study was approved by the Ethics Committee of the Affiliated Yueqing Hospital of Wenzhou Medical University (Yueqing, China; protocol number 202000002) and complied with the Helsinki declaration. In this single-center retrospective study, our dataset consisted of clinical notes on 51 Chinese COVID-19 patients from a third-level grade-A hospital in eastern China between January 21 and March 10, 2020. The diagnosis was based on the positive detection of SARS-CoV-2 nucleic acid by reverse-transcription polymerase chain reaction (RT–PCR) testing on throat swab samples.

We separated the COVID-19 patient dataset into severe COVID-19, which corresponded to 21 samples, and nonsevere COVID-19, which corresponded to 30 samples. For a diagnosis of severe COVID-19, the following requirements should be satisfied: (1) respiratory rate greater than 30/min (respiratory distress); (2) resting oxygen saturation lower than 93%; and (3) oxygenation index (OI) lower than 300 mmHg. We collected arterial blood samples from all 51 patients with a COVID-19 diagnosis. Blood gas analysis was performed by a SIEMENS RAPID Point 500 blood gas analyzer. The basic clinical information and 22 blood gas analysis parameters (features) are listed in Table 1 . All continuity variables are presented as the mean ± standard deviation (SD) and were analyzed with SPSS Statistics 24.0. An independent sample t-test was used to analyze the continuous variables (age and blood gas analysis parameters). p < 0.05 was considered statistically significant. The statistical analysis results are presented in Table 2 .

Table 1.

List of the used features and their abbreviations [36].

Feature Abbreviation
F1 Gender Gender
F2 Age Age
F3 Hydrogen ion concentration PH
F4 Partial pressure of carbon dioxide PaCO2
F5 Partial pressure of oxygen PaO2
F6 Oxygen saturation SaO2%
F7 Hemoglobin percentage Hb
F8 Oxyhemoglobin percentage HbO2%
F9 Carboxyhaemoglobin percentage COHb%
F10 Deoxyhemoglobin percentage DeOxyHb%
F11 Methaemoglobin percentage MetHb%
F12 Potassium ion concentration K+
F13 Sodium ion concentration Na+
F14 Chloride ion concentration Cl
F15 Calcium ion concentration Ca2+
F16 Glucose concentration GLU
F17 Lactic acid LAC
F18 Anion gap AG
F19 Buffer bases BB
F20 Bases excess BE
F21 Standard bicarbonate SB
F22 Actual bicarbonate AB

Table 2.

Comparison of age and blood gas analysis indices between severe COVID-19 and nonsevere COVID-19 [36].

Index Severe COVID-19 (n = 21) Nonsevere COVID-19 (n = 30). p value
Age 61.43 ± 17.64 42.30 ± 11.53 0.00
PH 7.46 ± 0.34 7.43 ± 0.32 0.01
PaCO2 32.10 ± 4.20 37.55 ± 4.51 0.00
PaO2 65.13 ± 12.45 103.73 ± 27.87 0.00
SaO2% 92.73 ± 4.20 98.03 ± 1.00 0.00
Hb 13.50 ± 1.98 14.41 ± 2.16 0.13
HbO2% 91.58 ± 4.28 96.51 ± 0.97 0.00
COHb% 1.01 ± 0.27 1.02 ± 0.26 0.84
DeOxyHb % 6.84 ± 4.29 1.95 ± 0.98 0.00
MetHb % 0.51 ± 0.28 0.52 ± 0.18 0.97
K+ 3.36 ± 0.42 3.32 ± 030 0.68
Na+ 131.00 ± 3.72 136.23 ± 2.74 0.00
Cl 103.33 ± 3.37 107.37 ± 3.87 0.00
Ca2+ 1.08 ± 0.06 1.12 ± 0.03 0.01
GLU 10.29 ± 3.58 8.16 ± 2.88 0.02
LAC 2.35 ± 1.09 1.70 ± 0.62 0.01
AG 4.86 ± 2.20 4.28 ± 1.41 0.25
BB −0.24 ± 2.82 0.93 ± 2.48 0.29
BE −0.86 ± 3.09 0.77 ± 2.79 0.06
SB 24.02 ± 2.55 25.29 ± 2.15 0.06
AB 22.56 ± 3.21 24.58 ± 2.72 0.02

3. Methods

In this study, the improved HHO with specular reflection learning (HHOSRL) mechanism is used as a learning algorithm in the parcel-based feature selection method, and the binary HHOSRL method is used as a feature selection tool to identify the critical features and evaluate the feature subsets using the KELM model. HHO [37] is a new swarm algorithm that was proposed by Heidari et al., in 2019 inside the class of bio-inspired methods [38]. Since its introduction, it has been used in many situations, such as parameter estimation of photovoltaic models. It is a superior method compared to many other algorithms in recent years [[39], [40], [41], [42]], such as the colony predation algorithm (CPA) [43]. HHO has the unique feature that Harris hawks can cooperate in groups to chase prey and adjust the chase pattern according to the dynamics of the situation and the escape pattern of the prey. Since its introduction, HHO has been applied to solve many problems such as parameters identification of photovoltaic cells and modules [[44], [45], [46], [47]], feature selection [48,49], optimizing the machine learning models [21,50], engineering design problems [47,[51], [52]], web service composition [52], bankruptcy prediction [53], and multi-objective problems [54].

3.1. Exploration phase

Harris hawks perch at random in a specified location and find their prey through 2 strategies, which are expressed mathematically in Eq. (1).

X(t+1)={Xrand(t)r1|Xrand(t)2r2X(t)|,q0.5[Xrabbit(t)Xm(t)]r3[lb+r4(ublb)],q<0.5 (1)

where X(t) and X(t+1) are the positions of individuals at the current and next iterations, respectively; t is the number of iterations; Xrand is the randomly selected individual position; and Xrabbit is the prey position, namely, the global optimum of the current evaluation. r1, r2, r3, r4 and q are random numbers in [0,1], q is used to select the strategy to be used randomly, Xm is the average individual position, Xk(t) is the position of the kth individual in the population and N is the population size.

3.2. Conversion between exploration and exploitation

The HHO algorithm shifts between exploration and various exploitation behaviors based on the prey's escape energy, which is defined as follows:

E=2E0(1tMax_iter) (2)

where E0 is the initial energy of the prey, which is a random number in [-1,1] that is updated automatically at each iteration; t is the number of iterations; and Max_iter is the maximum number of iterations. The search phase is entered when |E|1, and the exploitation phase is entered when |E|<1.

3.3. Exploitation phase

Define r as a random number between [0,1] for choosing the exploitation strategy.

When 0.5|E|<1 and r0.5, a soft besiege strategy is used to update the position.

X(t+1)=ΔX(t)E|JXrabbit(t)X(t)| (3)

where X(t)=Xrabbit(t)X(t) represents the difference between the prey position and the individual's current position and J is a random number in [0,2].

When |E|<0.5 and r0.5, a hard besiege strategy is used to update the position.

X(t+1)=Xrabbit(t)E|ΔX(t)| (4)

When 0.5|E|<1 and r < 0.5, a soft besiege strategy with a progressive rapid dive is used to update the position.

X(t+1)={Y,f(Y)<f(X(t))Z,f(Z)<f(X(t)) (5)
Y=Xrabbit(t)E|JXrabbit(t)X(t)| (6)
Z=Y+S×Levy(2) (7)

where f(*) is the fitness function; S is a 2-dimensional random vector with elements that are random numbers in [0,1]; and Levy(*) is the mathematical expression for Levy flight.

When |E|<0.5 and r < 0.5, a soft besiege strategy with a progressive rapid dive is used to update the position.

X(t+1)={Y,f(Y)<f(X(t))Z,f(Z)<f(X(t)) (8)
Y=Xrabbit(t)E|JX_rabbit(t)Xm(t)| (9)
Z=Y+S×Levy(2) (10)

3.4. Proposed binary HHOSRL

In this paper, we address a binary optimization case, which corresponds to whether a feature is selected or not. In a discrete binary space, a solution is restricted to two numbers (0 and 1). For our case, an upgraded binary HHO is proposed. In this study, we represent a solution as a d-dimensional vector, where d is the number of attributes of the dataset. A value of 1 indicates that the corresponding attribute in the d-dimensional sample is selected, whereas a value of 0 indicates the attribute is not selected. Updating equations such as Eq. (1), Eq. (3), Eq. (4), Eq. (5), and Eq. (8) are useless in dealing with binary optimization tasks since these solutions do not have only two values, namely, "0" and "1". To overcome this problem, the method discretizes the updated hawks' position vector to a binary vector. The updating equation is as follows:

Xd(t+1)={1,S(Xd(t))rand0,otherwise (11)

where rand is a random number in [0,1] and Xd(t+1) is the updated location at the t-th iteration. The expression for S(x) is presented below.

S(x)=11+e10(x0.5) (12)

This paper updates the solution using a variation operator based on specular reflection learning (SRL) to further explore more combinations of properties.

Xnewt(i,j)=(0.5λ+0.5)×(Umax,j+Lmin,j)λ·Xt(i,j) (13)

where Xnewt(i,j) is the binary value of the j th dimension of the i-th individual in the t-th iteration after mutation and λ is a variable that controls the range of the new position after specular reflection, which is calculated via Eq. (14).

λ={1+φR0,ifk1>k21φR0,otherwise (14)

where k1 and k2 are two random numbers that are uniformly distributed between 0 and 1 and R0 is the neighborhood radius, which is also called the elasticity factor. From Eq. (14), if k1 > k2, Xnewt will appear in the right neighborhood of Xt; otherwise, Xnewt will appear in the left neighborhood of Xt. Therefore, it is reasonable to set R0 to [0,1] to balance the search space of the left and right neighbors. Additionally, φ is also set to [0,1], namely, all possible values within a radius R0 of the neighborhood are obtained.

Algorithm 1

Procedure of HHOSRL

Image 1

4. Classification based on KELM

4.1. KELM

The ELM is a special kind of single-implicit feedforward neural network with three separate layers: input, hidden, and output. For a dataset of N training samples (xj,tj)Rn×Rm, when the number of implicit layer nodes of the ELM is L and the excitation function is ϑ:

f(xi)=i=1Lβiϑ(ωixj+bi)=tj,j=1,,N (15)

where the vector of weights between the ith hidden layer node and the output layer node is βi. ELM differs completely from traditional iterative learning algorithms in that it randomly selects the input weights ω and bias b of the implicit layer nodes before analytically calculating the least-square solution of the output weights β. Reducing the training error rate and optimizing the generalization capabilities are the goals of these calculations.

Eq. (15) is expressed in a compact form according to ELM theory:

Hβ=T (16)

After the excitation function and the number of implicit layer nodes are established, the following 3 steps are conducted to train the ELM on a training dataset.

Step 1

Randomly generate input weights ωi and bi, 1iN;

Step 2

Calculate the output matrix of the hidden layer H;

Step 3

Calculate the output weight matrix β=H+T;

where H+ is the Moore-Penrose generalized inverse of the implicit layer output matrix H. When HHT is nonsingular, H+=HT(HHT)1.

To eliminate errors in the results of the "sick matrix," according to the strategy of ridge regression, a regularization factor η is introduced, and the least-squares solution of the output weights of the network is

β=HT(HHT+ηI)1T (17)

Therefore, the corresponding ELM output function is

y(x)=h(x)β (18)

If the feature mapping function h(x) is not known, a new kernel-based ELM (KELM) method can be formed by introducing a kernel function into the ELM. In the KELM method, we need to define the kernel matrix QELM=HHT, which has the following elements:

QELM(i,j)=h(xi)h(xj)=K(xi,xj) (19)

Then, using Eq. (18), the network output can be expressed as follows:

y(x)=[K(x,x1)K(x,xN)](ηI+QELM)1T (20)

In Eq. (20), the radial basis kernel function is selected as the kernel function K(xi,xj):

K(xi,xj)=exp(||xixj||2γ2) (21)

where γ is the nuclear parameter of the RBF kernel function.

The two key parameters have been shown to have a large impact on the performance of KELM on many problems, such as second major prediction [55], medical diagnosis [[56], [57], [58], [59], [60], [61]], financial stress prediction [62,63], and recognition of foreign fibers in cotton [64].

4.2. Proposed HHOSRL-KELM

To find more representative attributes in the dataset to help us make a medical diagnosis, this paper uses HHOSRL-KELM as a feature selection method to choose the optimal feature subset. First, we use HHOSRL as the optimization algorithm to find the optimal subset, and after finding the optimal features, we use KELM as the classifier for the classification task. Fig. 1 shows a HHOSRL-KELM flowchart. It illustrates the process of finding key factors for a new coronary pneumonia blood sample. The main steps of the HHOSRL-KEML method are described below.

Step 1

Initialize the parameters of the HHOSRL method, such as population size, search space boundary, variance probability, maximum number of iterations, and initial escape energy.

Step 2

Randomly initialize the binary population of Harris hawks.

Step 3

Use the agent's binary value in each dimension to represent the subset selection of the dataset (1 indicates that the feature is selected, and 0 indicates that it is not selected).

Step 4

Calculate the fitness value of the selected feature subset for each hawk as follows:

F(x)=αerror+β|R||D| (22)

where error is the classification error rate of KELM, |D| is the number of features in the data sample, |R| represents the number of features in the selected feature subset, α and β are two weights that reflect the importance of the classification error rate and the length of the selected features, respectively In this paper, we set α = 0.99 and β = 0.01, which are values that are commonly used in many works [48,49].

Step 5

Update the population of agents according to the HHOSRL algorithm.

Step 6

Select the individual with the smallest fitness value as the optimal solution.

Step 7

Determine whether the termination condition has been reached, namely, whether the maximum number of iterations has been reached. If yes, proceed to the next step; otherwise, repeat Step 3 until the termination condition is met.

Step 8

Return the final optimal solution as the selected feature subset.

Step 9

Use the final feature subset as the input parameter of KELM to obtain the final classification result.

Step 10

Using the classification results that were obtained in Step 9, calculate the classification error accuracy, number of selected feature subsets, sensitivity, specificity, and other evaluation criteria.

Fig. 1.

Fig. 1

Flowchart of the HHOSRL-KELM

5. Experiments and analysis

5.1. Experimental setup

To verify the effectiveness of the proposed HHOSRL-KELM method, the traditional BHHO, bGWO, bMFO, bWOA, and BPSO were used for comparison. bHHO is a binary HHO algorithm that is obtained by discretizing the original HHO algorithm with the sigmoid method. bGWO, bMFO, bWOA, and BPSO are feature selection algorithms that were proposed by various scholars and perform well on the UCI dataset. Additionally, to further evaluate the performance of the HHOSRL, experiments were also done on a practical dataset to evaluate the performance of the HHOSRL in combination with various classifiers. The blood samples were normalized to the range of [−1,1] before developing the classification model. For comparison purposes, all implementations were performed using the same simulation parameters, as per rules for fair comparisions in machine learning [65]. The max_iter and popsize were set to 50 and 20, respectively. Other parameters in WOA, MFO, and GWO were set to those that were used in the original manuscripts [[66], [67], [68]]. Classification performance was evaluated using 10-fold cross-validation (CV) analysis to obtain an objective result. Additionaly, to evaluate the performance of HHOSRL-KELM, we considered five commonly used evaluation criteria: classification accuracy (ACC), specificity, sensitivity, number of selected feature subsets, and MCC [69].

5.2. Performance metrics

We utilized four mutual rules based on the confusion matrix to validate the efficacy of the classifier. Full definitions of these metrics are provided in Refs. [70,71]. Here, we present their formulas to avoid discussions that are outside the scope of this study:

Accuracy=TP+TNTP+TN+FP+FN (23)
Specificity=TNFP+TN (24)
Sensitivity=TPTP+FN (25)

where all variables are as defined in Ref. [71]. In addition, the MCC was used to carefully evaluate the classifier's performance because it provides an objective predictive valuation [72].

MCC=TP×TNFP×FN(TP+FP)×(TP+FN)×(TN+FP)×(TN+FN) (26)

5.3. Analysis of the experimental results

It is well known that classification methods play an important role in the performance of wrapped feature selection approches [20,[73], [74], [75], [76], [77], [78]]. Therefore, to evaluate the performance of the proposed HHOSRL method, it was combined with five classification methods, namely, SVM, KNN, FKNN, MLP, and KELM, and applied to the feature selection of blood samples. To evaluate the reliability of the results, we analyzed these five feature selection methods on blood data in terms of four aspects: MCC, ACC, sensitivity, and specificity. The parameter settings of these five classification methods are presented in Table 3 .

Table 3.

Parameter settings for the five methods.

Method Parameter values
bHHOSRL_FKNN K=1,m=2
bHHOSRL_SVM C=850,γ=0.17
bHHOSRL_KNN K=1
bHHOSRL_MLP C=88,γ=1024
bHHOSRL_KELM M=1

Fig. 2 shows error bar graphs for the five methods on these four criteria. The error line is the magnitude of the mean confidence space, which represents the standard error and is used to visualize the magnitude of the standard deviation. It can be easily observed from the graph that all five classification methods achieve a result of 1 on this criterion and that the error results are all 0. This is sufficient to prove that HHOSRL has a strong learning performance and can accurately find the globally optimal solution. It also shows that HHOSRL has strong stability.

Fig. 2.

Fig. 2

Comparison of HHOSRL on five well-known classifiers.

In addition to these four evaluation criteria, to compare the advantages and disadvantages of HHOSRL using these five classifiers, the five feature selection algorithms were also analyzed in terms of time consumption, fitness value, size of the selected feature subset and classification error rate.

Fig. 3 is a box plot, which is used to view possible outlier data conditions. The blue points in the graph are called error points. The upper and lower middle-box lines represent the upper and lower quartiles with a specified resistance. A horizontal line in the middle represents the median, which reflects the distribution of the experimental results. As shown in the graph, all the time consumptions are relatively small except for that of bHHOSRL_MLP. All the algorithms have small fitness values except for bHHOSRL_SVM, which has a large fitness value and is not concentrated. All the algorithms have classification error rates of 0. Finally, in terms of the size of the feature subset, bHHOSRL_SVM does not perform very well, and the values for bHHOSRL_FKNN and bHHOSRL_KNN are relatively large. The most stable subset size is obtained by bHHOSRL_KELM. Therefore, we finally selected bHHOSRL_KELM as the wrapper method. The convergence plot of the average fitness value from 50 iterations in Fig. 4 shows that bHHOSRL_KELM has the fastest convergence speed and the smallest convergence value.

Fig. 3.

Fig. 3

Boxplot of the classification performances of the four methods in terms of time, fitness, error, and size.

Fig. 4.

Fig. 4

Convergence evolution trends of the five methods.

After determining the classification method, we used bHHOSRL_KELM as the final feature selection method and compared it with eight feature selection methods that were proposed by other scholars and with the feature selection method after discretizing the original HHO. The performance of bHHOSRL_KELM was evaluated in terms of MCC, ACC, sensitivity, and specificity, which are the four commonly agreed upon classification accuracy metrics, and in terms of time consumption, classification error rate, and convergence of the fitness values of the algorithmTo evaluate the impacts of the feature selection part and the efficiency of the developed HHO-based core in the bHHOSRL_KELM technique, we compared it with the method without feature selection. The method was compared with a set of well-regarded classifiers, such as classification decision tree (CART), BP, extreme learning machine (ELM), the ensemble methods including (AdaBoostM1) and RF. We utilized the BP algorithm, CART, RandomF, and AdaBoostM1 in the self-built classifiers from the MATLAB toolbox. The ELM method is available at http://www.ntu.edu.sg/eee/icis/cv/egbhuang.htm. We present the results of the six classifiers in Fig. 5 . As shown in Fig. 5, the proposed bHHOSRL_KELM method with feature selection outperforms the basic classifier without the HHO-based strategy. In addition, the bHHOSRL_KELM technique is the best performing model on the blood dataset in terms of four performance metrics.

Fig. 5.

Fig. 5

Comparison of bHHOSRL_KELM with well-known classifiers.

Fig. 5 shows that among the six classification methods, bHHOSRL_KELM performs the best, and AdaBoost ranks second. Pure ELM does not perform best on the blood dataset. This shows that the HHOSRL algorithm in bHHOSRL_KELM can effectively compensate for the disadvantages of the simple classifier in classification to achieve better results.

To further evaluate the effectiveness of the developed bHHOSRL_KELM on the blood dataset, bHHOSRL_KELM was compared with common algorithms, namely, bGWO, bMFO, BGSA, bALO, BPSO, BSSA, bWOA, and BBA.

Fig. 6 compares these ten algorithms on the four evaluation criteria. As shown in the figure, bGWO, BGSA, and BPSO perform poorly in terms of ACC and MCC. Four algorithms, namely, bMFO, bALO, BBA, and BSSA, reach the maximum value of 1 in most cases on these four criteria. However, according to the error line, these four algorithms have many errors. bHHO does not reach the optimum on any of the four criteria. Finally, the error bar graph of bHHOSRL_KELM shows that the overall accuracy is the highest and the error is the smallest; hence, bHHOSRL_KELM has the best results on these ten feature selection methods.

Fig. 6.

Fig. 6

Comparison results of 10 algorithms on four classification criteria.

To fully analyze the performance of the bHHOSRL_KELM algorithm, we also compared the algorithm in terms of classification error rate and time consumption. Fig. 7 shows that the classification error rates are larger for bMFO, BBA, BSSA, and bWOA. There are anomalous data points in bGWO, BPSO, bALO, and bHHO in the tenfold cross-validation. This indicates that these algorithms are not very stable. In contrast, bHHOSRL_KELM always attains a value of 0 for both the overall distribution and the anomalies. Therefore, bHHOSRL_KELM has both higher stability and higher classification accuracy. An analysis of the algorithm's classification performance must also consider the time consumption. bHHO is the least time-consuming, and bHHOSRL_KELM is the second most time-consuming. Overall, the classification performance of bHHOSRL_KELM is the best.

Fig. 7.

Fig. 7

Boxplot of the performances of the ten methods in terms of error and time consumption.

Finally, the results of the feature selection were analyzed. To determine whether the subset of features that were selected by bHHOSRL_KELM are substantially helpful for medical diagnosis, tenfold cross-validation of the classification results was performed in this paper. The number of times that each feature was selected in each experiment was counted. The results are presented in the form of a line graph in Fig. 8 . According to the graph, age, PaO2, SaO2%, Na+, and LAC were selected the most times. PaO2 was selected 57 times; hence, PaO2 was the most important factor that influenced the determination of whether a patient was infected with the new coronavirus. The next most important attribute was SaO2%, which was selected ten times. This also suggests that SaO2% plays a role in the final outcome diagnosis. Age and Na+ were checked nine times, thereby indicating that age and Na+ can facilitate final diagnosis. Finally, LAC was selected eight times. This shows that LAC is also a factor that cannot be ignored in diagnosis. Fig. 9 shows the convergence graphs of these ten algorithms, which were used to analyze the convergence accuracy and convergence speed of bHHOSRL_KELM. As shown in the graph, in terms of both convergence speed and convergence accuracy, bHHOSRL_KELM performs the best, and BGSA and bGWO perform the next best.

Fig. 8.

Fig. 8

Selected features by the bHHOSRL_KELM during the 10-fold CV procedure.

Fig. 9.

Fig. 9

Convergence evolution trends of ten methods.

6. Discussion

In this study, a KELM-based feature selection method was used to screen a dataset of COVID-19 patients. Then, we screened several key features, including age, PaO2, SaO2%, Na+, and LAC. Subsequently, the bHHOSRL_KELM model was constructed to accurately assess the severity of COVID-19 and monitor its early progression. Therefore, we believe that the use of the bHHOSRL_KELM model can make a more accurate clinical decision-making. Due to its great optimization capability, the proposed HHOSRL algorithm can also be applied to solve other problems, such as problems in video deblurring [79], microgrid planning [80], information retrieval services [[81], [82], [83]], image dehazing [84], image fusion [85], kayak cycle phase segmentation [86], human motion capture [87], fault detection [88], virus detection [89], video coding optimization [90], outlier detection [91], location-based services [92,93], image retrieval [94], multivariate time series analysis [95] and multi-objective problems [96].

Previous studies have shown that age is an important independent indicator for predicting the prognosis of SARS and MERS [97,98]. In the study, Smits et al. found that elderly macaques that were vaccinated with SARS coronavirus showed stronger host innate responses than younger macaques, which may be related to the increased differential expression of inflammation-related genes and reduced expression of type I interferon β [99]. Similar to SARS and MERS, Zhou et al. found that the mortality rate of COVID-19 patients increases with age [100]. Through multivariate analysis, other studies show that in COVID-19 patients, advanced age is an independent risk factor for pneumonia. Moreover, patients with ARDS are older than those without ARDS [101]. Furthermore, another study found that elderly patients have a higher probability of developing sepsis, which may be related to age-dependent defects in lymphocyte function and excessive production of type 2 cytokines [102]. In summary, age is an essential predictor of the prognosis of COVID-19 patients.

SaO2 is the percentage of the volume of HbO2 that is bound by oxygen in the blood relative to the total volume of bound hemoglobin. PO2 is the tension that is produced by oxygen that is physically dissolved in the blood [103]. Xie et al. found that hypoxemia in COVID-19 patients is associated with mortality [104]. Hypoxia has been reported to increase angiotensin I-converting enzyme 2 (ACE-2) expression at the transcription and protein levels in human cells [105,106]. According to reports, ACE2 is the target receptor that SARS-CoV-2 enters. Moreover, the binding affinity of the SARS-CoV-2 spike protein to the ACE2 receptor is 10–20 times higher than that of SARS-CoV [107]. The high affinity of ACE2 and the SARS-CoV-2 spike protein may explain some complications of COVID-19 patients, including acute renal failure, cardiovascular and cerebrovascular diseases. Diffuse endotheliitis and microthrombi formation may be an important pathogenesis mechanism for COVID-19 [108,109]. Therefore, hypoxia may aggravate the severity of COVID-19 by upregulating the target receptor for virus entry. Additionally, in the presence of microthrombi, hypoxemia will cause a higher degree of hypoxia and damage to peripheral tissues [110]. Based on the above considerations, SaO2 and PO2 may be powerful predictors of the severity of COVID-19.

Sodium ions (Na+), which are the most abundant cations in the extracellular fluid, are essential for maintaining the volume of the extracellular fluid, regulating the acid-base balance, maintaining the normal osmotic pressure and cell physiological functions, and participating in the normal physiological activities of the nerve and muscle system [111]. In early COVID-19 studies, the sodium ion concentration in the severe COVID-19 group was significantly lower than the concentration in the nonsevere COVID-19 group [112,113]. In a study that was based on 59 COVID-19 patients, Huang and colleagues found that the sodium ion concentration in ICU care groups was lower than that in no ICU care groups [11]. Our study also found that the average sodium ion concentration in severe patients, namely, 131.00 mmol/L, was lower than that in nonsevere patients, namely, 136.23 mmol/L (p < 0.01). Therefore, serum sodium ion concentration may also be an essential indicator for predicting severe COVID-19.

Lactic acid (LAC) is an intermediate product of sugar metabolism. Increased glucose metabolism or decreased pyruvate metabolism will increase the production of lactic acid. In sepsis, the inflammation response is associated with increased glycolysis and impaired pyruvate dehydrogenase. At this time, the metabolism of pyruvate is limited; hence, the concentration of pyruvate increases. To maintain a normal ratio of pyruvate to lactic acid, the lactic acid concentration will increase [114]. Therefore, LAC can be used as an indicator of the severity of inflammation in patients. A study of 1461 patients showed that the mortality rate of COVID-19 patients with high lactate levels was approximately twice that of patients with low lactate levels [115]. Although cell breakdown under conditions of critical illness may also play a role, the increase in lactic acid in COVID-19 patients may be caused by increased glycolytic activity in multiple cell types [116]. Moreover, an inflammatory factor, namely, interleukin 6, which induces lactic acid production, is present at high concentration in patients with COVID-19. In conclusion, LAC can be used as a predictor of the severity of COVID-19 disease.

Up to now, few studies have utilized blood gas analysis parameters or clinical information to distinguish the severity of the COVID-19. To the best of our knowledge, this is the first study to predict the prognosis of COVID-19 using machine learning methods based on age, PaO2, SaO2%, Na+, and LAC. However, this study has several limitations. First, our data originated from a single third-level grade-A hospital in the east of China, and the sample size is not large enough. This limits the accuracy of the prediction. We will expand the sample size in future studies. Second, multicenter, large independent/external datasets and prospective studies need to be conducted to validate the results.

7. Conclusions and future work

This article begins with a description of the current status of COVID-19 and the tremendous strain it places on health care systems and hospital critical care resources. It also describes in detail the sources of the data that are used in this paper. Later, the methodology that is proposed is described in detail. First, the basic HHO algorithm is described. Then, the improvement strategy that is proposed in this paper is presented. Finally, its fusion with the KELM classifier is used to filter out essential features from a blood sample dataset. To evaluate the performance of the proposed method, HHOSRL is fused with various classifiers, and it is demonstrated that HHOSRL produces satisfactory results using many of these classifiers. An accuracy of almost 100.00% is achieved. Then, it is determined that fusion with the KELM classifier enables HHOSRL to perform best on blood samples. After determining the best classifier, the proposed method is compared with various swarm intelligence feature selection methods. It is found that the proposed bHHOSRL_KELM achieves almost 100.00% specificity, accuracy, sensitivity, and MCC. The time consumption of bHHOSRL_KELM is much less than those of other feature selection methods. Finally, the five features that were selected most frequently in the experiment were selected by this method. Moreover, the roles of these five features in medical diagnosis are discussed.

For future work, several issues merit further consideration. Additional influencing factors and coefficients can be included in the investigation, and in our paper, only the available data are presented. Moreover, parallel computing can be used to decrease the computational load during various applications. Additionally, more data samples can be collected to construct a more efficient and reliable framework. Finally, bHHOSRL_KELM can be used for the diagnosis of other diseases, and the algorithm's application scope can be expanded, e.g., to clustering and CT image segmentation.

Declaration of competing interest

The authors declare that there is no conflict of interests regarding the publication of article.

Acknowledgments

This work was supported in part by the Natural Science Foundation of Zhejiang Province (LZ22F020005), National Natural Science Foundation of China (62076185 and U1809209), Beijing Natural Science Foundation (L182015). We acknowledge the comments of the reviewers.

Footnotes

3

World Health Organization. Retrieved January 5, 2022, from https://covid19.who.int/

References

  • 1.Coronaviridae Study Group of the International Committee on Taxonomy of Viruses. “The species Severe acute respiratory syndrome-related coronavirus: classifying 2019-nCoV and naming it SARS-CoV-2.” Nat. Microbiol., vol. 5,4 (2020): 536-544. doi:10.1038/s41564-020-0695-z. [DOI] [PMC free article] [PubMed]
  • 2.Zhang Z., Cui F., Cao C., Wang Q., Zou Q. Single-cell RNA analysis reveals the potential risk of organ-specific cell types vulnerable to SARS-CoV-2 infections. Comput. Biol. Med. 2021;105092 doi: 10.1016/j.compbiomed.2021.105092. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Lai C.C., Shih T.P., Ko W.C., Tang H.J., Hsueh P.R. Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) and coronavirus disease-2019 (COVID-19): the epidemic and the challenges. Int. J. Antimicrob. Agents. 2020;55:105924. doi: 10.1016/j.ijantimicag.2020.105924. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Rabaan A.A., Al-Ahmed S.H., Haque S., Sah R., Tiwari R., Malik Y.S., Dhama K., Yatoo M.I., Bonilla-Aldana D.K., Rodriguez-Morales A.J. SARS-CoV-2, SARS-CoV, and MERS-COV: A comparative overview. Infezioni Med. Le. 2020;28:174–184. [PubMed] [Google Scholar]
  • 5.Petrosillo N., Viceconte G., Ergonul O., Ippolito G., Petersen E. COVID-19, SARS and MERS: are they closely related? Clin. Microbiol. Infect. 2020;26:729–734. doi: 10.1016/j.cmi.2020.03.026. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Wu Z., McGoogan J.M. Characteristics of and important lessons from the coronavirus disease 2019 (COVID-19) outbreak in China: summary of a report of 72 314 cases from the Chinese center for disease control and prevention. JAMA. 2020;323:1239–1242. doi: 10.1001/jama.2020.2648. [DOI] [PubMed] [Google Scholar]
  • 7.Harapan H., Itoh N., Yufika A., Winardi W., Keam S., Te H., Megawati D., Hayati Z., Wagner A.L., Mudatsir M. Coronavirus disease 2019 (COVID-19): a literature review. J Infect Public Health. 2020;13:667–673. doi: 10.1016/j.jiph.2020.03.019. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.CDC COVID-19 Response Team Severe Outcomes Among Patients with Coronavirus Disease 2019 (COVID-19) - United States, February 12-March 16, 2020. MMWR. Morbidity and mortality weekly report. 2020;69(12):343–346. doi: 10.15585/mmwr.mm6912e2. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Zhao Q., Meng M., Kumar R., Wu Y., Huang J., Deng Y., Yang L. Lymphopenia is associated with severe coronavirus disease 2019 (COVID-19) infections: a systemic review and meta-analysis. Int. J. Infect. Dis. 2020;96:131–135. doi: 10.1016/j.ijid.2020.04.086. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Chen N., Zhou M., Dong X., Qu J., Gong F., Han Y., Qiu Y., Wang J., Liu Y., Wei Y., Xia J., Yu T., Zhang X., Zhang L. Epidemiological and clinical characteristics of 99 cases of 2019 novel coronavirus pneumonia in Wuhan, China: a descriptive study. Lancet. 2020;395:507–513. doi: 10.1016/S0140-6736(20)30211-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Huang C., Wang Y., Li X., Ren L., Zhao J., Hu Y., Zhang L., Fan G., Xu J., Gu X., Cheng Z., Yu T., Xia J., Wei Y., Wu W., Xie X., Yin W., Li H., Liu M., Xiao Y., Gao H., Guo L., Xie J., Wang G., Jiang R., Gao Z., Jin Q., Wang J., Cao B. Clinical features of patients infected with 2019 novel coronavirus in Wuhan, China. Lancet. 2020;395:497–506. doi: 10.1016/S0140-6736(20)30183-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Roncon L., Zuin M., Rigatelli G., Zuliani G. Diabetic patients with COVID-19 infection are at higher risk of ICU admission and poor short-term outcome. J. Clin. Virol. 2020;127:104354. doi: 10.1016/j.jcv.2020.104354. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Yang X., Yu Y., Xu J., Shu H., Xia J., Liu H., Wu Y., Zhang L., Yu Z., Fang M., Yu T., Wang Y., Pan S., Zou X., Yuan S., Shang Y. Clinical course and outcomes of critically ill patients with SARS-CoV-2 pneumonia in Wuhan, China: a single-centered, retrospective, observational study. Lancet Respir. Med. 2020;8:475–481. doi: 10.1016/S2213-2600(20)30079-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Remuzzi A., Remuzzi G. COVID-19 and Italy: what next? Lancet. 2020;395:1225–1228. doi: 10.1016/S0140-6736(20)30627-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15.Lazzari C., Shoka A., Nusair A., Rabottini M. Psychiatry in time of COVID-19 pandemic. Psychiatr. Danub. 2020;32(2):229–235. doi: 10.24869/psyd.2020.229. [DOI] [PubMed] [Google Scholar]
  • 16.Yasin AS. Prevalence, Intensity and Manifestation of COVID-19 Fear: A Cross Sectional Analysis. Psychiatr. Danub. 2020;32(3–4):499–504. doi: 10.24869/psyd.2020.499. [DOI] [PubMed] [Google Scholar]
  • 17.Rajkumar R.P. Attachment theory and psychological responses to the COVID-19 pandemic: a narrative review. Psychiatr. Danub. 2020;32(2):256–261. doi: 10.24869/psyd.2020.256. [DOI] [PubMed] [Google Scholar]
  • 18.Shi B., Ye H., Heidari A.A., Zheng L., Hu Z., Chen H., Turabieh H., Mafarja M., Wu P. Analysis of COVID-19 severity from the perspective of coagulation index using evolutionary machine learning with enhanced brain storm optimization. Journal of King Saud University - Computer and Information Sciences. 2021:1319–1578. doi: 10.1016/j.jksuci.2021.09.019. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Shi B., Ye H., Zheng J., Zhu Y., Heidari A.A., Zheng L., Chen H., Wang L., Wu P. Early recognition and discrimination of COVID-19 severity using slime mould support vector machine for medical decision-making. IEEE Access. 2021;9:121996–122015. [Google Scholar]
  • 20.Shi B., Ye H., Zheng L., Lyu J., Chen C., Heidari A.A., Hu Z., Chen H., Wu P. Evolutionary warning system for COVID-19 severity: colony predation algorithm enhanced extreme learning machine. Comput. Biol. Med. 2021;136:104698. doi: 10.1016/j.compbiomed.2021.104698. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21.Ye H., Wu P., Zhu T., Xiao Z., Zhang X., Zheng L., Zheng R., Sun Y., Zhou W., Fu Q., Ye X., Chen A., Zheng S., Heidari A.A., Wang M., Zhu J., Chen H., Li J. Diagnosing coronavirus disease 2019 (COVID-19): efficient Harris hawks-inspired fuzzy K-nearest neighbor prediction methods. IEEE Access. 2021;9:17787–17802. doi: 10.1109/ACCESS.2021.3052835. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Zhang Q., Wang Z., Heidari A.A., Gui W., Shao Q., Chen H., Zaguia A., Turabieh H., Chen M. Gaussian Barebone salp swarm algorithm with stochastic fractal search for medical image segmentation: a COVID-19 case study. Comput. Biol. Med. 2021:104941. doi: 10.1016/j.compbiomed.2021.104941. [DOI] [PubMed] [Google Scholar]
  • 23.Liu L., Zhao D., Yu F., Heidari A.A., Li C., Ouyang J., Chen H., Mafarja M., Turabieh H., Pan J. Ant colony optimization with Cauchy and greedy Levy mutations for multilevel COVID 19 X-ray image segmentation. Comput. Biol. Med. 2021;136:104609. doi: 10.1016/j.compbiomed.2021.104609. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Pham T.D. Classification of COVID-19 chest X-rays with deep learning: new models or fine tuning? Health Inf. Sci. Syst. 2021;9 doi: 10.1007/s13755-020-00135-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Canayaz M., MH-COVIDNet Diagnosis of COVID-19 using deep neural networks and meta-heuristic-based feature selection on X-ray images. Biomed. Signal Process Control. 2021;64 doi: 10.1016/j.bspc.2020.102257. 102257-102257. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Al-Falluji R.A., Katheeth Z.D., Alathari B. Automatic detection of COVID-19 using chest X-ray images and modified ResNet18-based convolution neural networks. Cmc-Computers Materials & Continua. 2021;66:1301–1313. [Google Scholar]
  • 27.Shaban W.M., Rabie A.H., Saleh A.I., Abo-Elsoud M.A. Applied soft computing; 2020. Detecting COVID-19 Patients Based on Fuzzy Inference Engine and Deep Neural Network. 106906-106906. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28.Sun L., Mo Z., Yan F., Xia L., Shan F., Ding Z., Song B., Gao W., Shao W., Shi F., Yuan H., Jiang H., Wu D., Wei Y., Gao Y., Sui H., Zhang D., Shen D. Adaptive feature selection guided deep forest for COVID-19 classification with chest CT. Ieee Journal of Biomedical and Health Informatics. 2020;24:2798–2805. doi: 10.1109/JBHI.2020.3019505. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29.Shaban W.M., Rabie A.H., Saleh A.I., Abo-Elsoud M.A. Knowledge-Based Systems; 2020. A New COVID-19 Patients Detection Strategy (CPDS) Based on Hybrid Feature Selection and Enhanced KNN Classifier; p. 205. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Dey L., Chakraborty S., Mukhopadhyay A. Machine learning techniques for sequence-based prediction of viral-host interactions between SARS-CoV-2 and human proteins. Biomed. J. 2020;43:438–450. doi: 10.1016/j.bj.2020.08.003. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Abraham B., Nair M.S. Computer-aided detection of COVID-19 from X-ray images using multi-CNN and Bayesnet classifier. Biocybernetics and biomedical engineering. 2020;40:1436–1445. doi: 10.1016/j.bbe.2020.08.005. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Liu C., Wang X., Liu C., Sun Q., Peng W. Differentiating novel coronavirus pneumonia from general pneumonia based on machine learning. Biomed. Eng. Online. 2020;19 doi: 10.1186/s12938-020-00809-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33.Tuncer T., Dogan S., Ozyurt F. An automated Residual Exemplar Local Binary Pattern and iterative ReliefF based COVID-19 detection method using chest X-ray image. Chemometr. Intell. Lab. Syst. 2020;203:11. doi: 10.1016/j.chemolab.2020.104054. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34.Casiraghi E., Malchiodi D., Trucco G., Frasca M., Cappelletti L., Fontana T., Esposito A.A., Avola E., Jachetti A., Reese J., Rizzi A., Robinson P.N., Valentini G. Explainable machine learning for early assessment of COVID-19 risk prediction in emergency departments. Ieee Access. 2020;8:196299–196325. doi: 10.1109/ACCESS.2020.3034032. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 35.Novitasari D.C.R., Hendradi R., Caraka R.E., Rachmawati Y., Fanani N.Z., Syarifudin A., Toharudin T., Chen R.C. Detection OF COVID-19 chest X-ray using support vector machine and convolutional neural network. Communications in Mathematical Biology and Neuroscience. 2020:2052–2541. [Google Scholar]
  • 36.Wu P., Ye H., Cai X., Li C., Li S., Chen M., Wang M., Heidari A.A., Chen M., Li J. An effective machine learning approach for identifying non-severe and severe coronavirus disease 2019 patients in a rural Chinese population: the wenzhou retrospective study. IEEE Access. 2021;9:45486–45503. doi: 10.1109/ACCESS.2021.3067311. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37.Heidari A.A., Mirjalili S., Faris H., Aljarah I., Mafarja M., Chen H. Harris hawks optimization: algorithm and applications. Future Generation Computer Systems-the International Journal of Escience. 2019;97:849–872. [Google Scholar]
  • 38.Wang T., Liu W., Zhao J., Guo X., Terzija V. A rough set-based bio-inspired fault diagnosis method for electrical substations. Int. J. Electr. Power Energy Syst. 2020;119:105961. doi: 10.1016/j.ijepes.2020.105961. [DOI] [Google Scholar]
  • 39.Moayedi H., Mosavi A. Synthesizing multi-layer perceptron network with ant lion biogeography-based dragonfly algorithm evolutionary strategy invasive weed and league champion optimization hybrid algorithms in predicting heating load in residential buildings. Sustainability. 2021;13:3198. [Google Scholar]
  • 40.Moayedi H., Mosavi A. Suggesting a stochastic fractal search paradigm in combination with artificial neural network for early prediction of cooling load in residential buildings. Energies. 2021;14:1649. [Google Scholar]
  • 41.Moayedi H., Mosavi A. An innovative metaheuristic strategy for solar energy management through a neural networks framework. Energies. 2021;14:1196. [Google Scholar]
  • 42.Moayedi H., Mosavi A. Electrical power prediction through a combination of multilayer perceptron with water cycle ant lion and satin bowerbird searching optimizers. Sustainability. 2021;13:2336. [Google Scholar]
  • 43.Tu J., Chen H., Wang M., Gandomi A.H. The colony predation algorithm. JBE. 2021;18:674–710. [Google Scholar]
  • 44.Chen H., Jiao S., Wang M., Heidari A.A., Zhao X. Parameters identification of photovoltaic cells and modules using diversification-enriched Harris hawks optimization with chaotic drifts. J. Clean. Prod. 2020;244:118778. [Google Scholar]
  • 45.Ridha H.M., Heidari A.A., Wang M., Chen H. Boosted mutation-based Harris hawks optimizer for parameters identification of single-diode solar cell models. Energy Convers. Manag. 2020;209:112660. [Google Scholar]
  • 46.Jiao S., Chong G., Huang C., Hu H., Wang M., Heidari A.A., Chen H., Zhao X. Orthogonally adapted Harris hawks optimization for parameter estimation of photovoltaic models. Energy. 2020;203:117804. [Google Scholar]
  • 47.Liu Y., Chong G., Heidari A.A., Chen H., Liang G., Ye X., Cai Z., Wang M. Horizontal and vertical crossover of Harris hawk optimizer with Nelder-Mead simplex for parameter estimation of photovoltaic models. Energy Convers. Manag. 2020;223:113211. [Google Scholar]
  • 48.Zhang Y., Liu R., Wang X., Chen H., Li C. Boosted binary Harris hawks optimizer and feature selection. Eng. Comput. 2021;37:3741–3770. [Google Scholar]
  • 49.Too J., Liang G., Chen H. Engineering with Computers; 2021. Memory-based Harris Hawk Optimization with Learning Agents: a Feature Selection Approach. [Google Scholar]
  • 50.Wei Y., Lv H., Chen M., Wang M., Heidari A.A., Chen H., Li C. Predicting entrepreneurial intention of students: an extreme learning machine with Gaussian barebone Harris hawks optimizer. IEEE Access. 2020;8:76841–76855. [Google Scholar]
  • 51.Chen H., Heidari A.A., Chen H., Wang M., Pan Z., Gandomi A.H. Multi-population differential evolution-assisted Harris hawks optimization: framework and case studies. Future Generat. Comput. Syst. 2020;111:175–198. [Google Scholar]
  • 52.Al-Betar M.A., Awadallah M.A., Heidari A.A., Chen H., Al-khraisat H., Li C. Survival exploration strategies for Harris hawks optimizer. Expert Syst. Appl. 2021;168:114243. [Google Scholar]
  • 53.Li C., Li J., Chen H., Jin M., Ren H. Enhanced Harris hawks optimization with multi-strategy for global optimization tasks. Expert Syst. Appl. 2021;185:115499. [Google Scholar]
  • 54.Jangir P., Heidari A.A., Chen H. Elitist non-dominated sorting Harris hawks optimization: framework and developments for multi-objective problems. Expert Syst. Appl. 2021;186:115747. [Google Scholar]
  • 55.Cai Z., Gu J., Luo J., Zhang Q., Chen H., Pan Z., Li Y., Li C. Evolving an optimal kernel extreme learning machine by using an enhanced grey wolf optimization strategy. Expert Syst. Appl. 2019;138:112814. [Google Scholar]
  • 56.Chen H., Zhang Q., Luo J., Xu Y., Zhang X. An enhanced Bacterial Foraging Optimization and its application for training kernel extreme learning machine. Appl. Soft Comput. 2020;86:105884. [Google Scholar]
  • 57.Luo J., Chen H., Hu Z., Huang H., Wang P., Wang X., Lv X., Wen C. A new kernel extreme learning machine framework for somatization disorder diagnosis. IEEE Access. 2019;7:45512–45525. [Google Scholar]
  • 58.Wang X., Wang Z., Weng J., Wen C., Chen H., Wang X. A new effective machine learning framework for sepsis diagnosis. IEEE Access. 2018;6:48300–48310. [Google Scholar]
  • 59.Wang M., Chen H., Yang B., Zhao X., Hu L., Cai Z., Huang H., Tong C. Toward an optimal kernel extreme learning machine using a chaotic moth-flame optimization strategy with applications in medical diagnoses. Neurocomputing. 2017;267:69–84. [Google Scholar]
  • 60.Li Q., Chen H., Huang H., Zhao X., Cai Z., Tong C., Liu W., Tian X. An enhanced grey wolf optimization based feature selection wrapped kernel extreme learning machine for medical diagnosis. Computational and mathematical methods in medicine. 2017:2017. doi: 10.1155/2017/9512741. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 61.Chen H.-L., Wang G., Ma C., Cai Z.-N., Liu W.-B., Wang S.-J. An efficient hybrid kernel extreme learning machine approach for early diagnosis of Parkinson׳s disease. Neurocomputing. 2016;184:131–144. [Google Scholar]
  • 62.Luo J., Chen H., zhang Q., Xu Y., Huang H., Zhao X. An improved grasshopper optimization algorithm with application to financial stress prediction. Appl. Math. Model. 2018;64:654–668. [Google Scholar]
  • 63.Zhao D., Huang C., Wei Y., Yu F., Wang M., Chen H. An effective computational model for bankruptcy prediction using kernel extreme learning machine approach. Comput. Econ. 2017;49:325–341. [Google Scholar]
  • 64.Zhao X., Li D., Yang B., Liu S., Pan Z., Chen H. An efficient and effective automatic recognition system for online recognition of foreign fibers in cotton. IEEE Access. 2016;4:8465–8475. [Google Scholar]
  • 65.Wang T., Wei X., Wang J., Huang T., Peng H., Song X., Perez-Jimenez M.J. A weighted corrective fuzzy reasoning spiking neural P system for fault diagnosis in power systems with variable topologies. Eng. Appl. Artif. Intell. 2020;92:103680. [Google Scholar]
  • 66.Mirjalili S. Moth-flame optimization algorithm: a novel nature-inspired heuristic paradigm. Knowl. Base Syst. 2015;89:228–249. [Google Scholar]
  • 67.Mirjalili S., Lewis A. The whale optimization algorithm. Adv. Eng. Software. 2016;95:51–67. [Google Scholar]
  • 68.Mirjalili S., Mirjalili S.M., Lewis A. Grey wolf optimizer. Adv. Eng. Software. 2014;69:46–61. [Google Scholar]
  • 69.Huang G.-B., Zhou H., Ding X., Zhang R. Extreme learning machine for regression and multiclass classification. IEEE Trans. Syst. Man Cybern. B Cybern. 2012;42:513–529. doi: 10.1109/TSMCB.2011.2168604. [DOI] [PubMed] [Google Scholar]
  • 70.Chen H., Li S., Heidari A.A., Wang P., Li J., Yang Y., Wang M., Huang C. Efficient multi-population outpost fruit fly-driven optimizers: framework and advances in support vector machines. Expert Syst. Appl. 2020;142:112999. [Google Scholar]
  • 71.Hu J., Liu Y., Heidari A.A., Bano Y., Ibrohimov A., Liang G., Chen H., Chen X., Zaguia A., Turabieh H. An effective model for predicting serum albumin levels in hemodialysis patients. Comput. Biol. Med. 2021:105054. doi: 10.1016/j.compbiomed.2021.105054. [DOI] [PubMed] [Google Scholar]
  • 72.Huang G.B., Zhou H., Ding X., Zhang R. Extreme learning machine for regression and multiclass classification. IEEE Trans. Syst. Man Cybern. B Cybern. 2012;42:513–529. doi: 10.1109/TSMCB.2011.2168604. [DOI] [PubMed] [Google Scholar]
  • 73.Hu J., Gui W., Heidari A.A., Cai Z., Liang G., Chen H., Pan Z. Dispersed foraging slime mould algorithm: continuous and binary variants for global optimization and wrapper-based feature selection. Knowl. Base Syst. 2022;237:107761. [Google Scholar]
  • 74.Hu J., Heidari A.A., Zhang L., Xue X., Gui W., Chen H., Pan Z. Chaotic diffusion-limited aggregation enhanced grey wolf optimizer: insights, analysis, binarization, and feature selection. Int. J. Intell. Syst. 2022:0884–8173. [Google Scholar]
  • 75.Hu J., Liu Y., Heidari A.A., Bano Y., Ibrohimov A., Liang G., Chen H., Chen X., Zaguia A., Turabieh H. An effective model for predicting serum albumin level in hemodialysis patients. Comput. Biol. Med. 2022;140:105054. doi: 10.1016/j.compbiomed.2021.105054. [DOI] [PubMed] [Google Scholar]
  • 76.Xu Y., Huang H., Heidari A.A., Gui W., Ye X., Chen Y., Chen H., Pan Z. MFeature: towards high performance evolutionary tools for feature selection. Expert Syst. Appl. 2021;186:115655. [Google Scholar]
  • 77.Wu S., Mao P., Li R., Cai Z., Heidari A.A., Xia J., Chen H., Mafarja M., Turabieh H., Chen X. Evolving fuzzy k-nearest neighbors using an enhanced sine cosine algorithm: case study of lupus nephritis. Comput. Biol. Med. 2021;135:104582. doi: 10.1016/j.compbiomed.2021.104582. [DOI] [PubMed] [Google Scholar]
  • 78.Hu J., Chen H., Heidari A.A., Wang M., Zhang X., Chen Y., Pan Z. Orthogonal learning covariance matrix for defects of grey wolf optimizer: insights, balance, diversity, and feature selection. Knowl. Base Syst. 2021;213:106684. [Google Scholar]
  • 79.Zhang X., Jiang R., Wang T., Wang J. Recursive neural network for video deblurring. IEEE Trans. Circ. Syst. Video Technol. 2021;31:3025–3036. [Google Scholar]
  • 80.Cao X.Y., Wang J.X., Wang J.H., Zeng B. A risk-averse conic model for networked microgrids planning with reconfiguration and reorganizations. IEEE Trans. Smart Grid. 2020;11:696–709. [Google Scholar]
  • 81.Wu Z., Li R., Xie J., Zhou Z., Guo J., Xu X. A user sensitive subject protection approach for book search service. Journal of the Association for Information Science and Technology. 2020;71:183–195. [Google Scholar]
  • 82.Wu Z., Shen S., Lian X., Su X., Chen E. A dummy-based user privacy protection approach for text information retrieval. Knowl. Base Syst. 2020;195:105679. [Google Scholar]
  • 83.Wu Z., Shen S., Zhou H., Li H., Lu C., Zou D. An effective approach for the protection of user commodity viewing privacy in e-commerce website. Knowl. Base Syst. 2021;220:106952. [Google Scholar]
  • 84.Zhang X., Wang T., Wang J., Tang G., Zhao L. Pyramid channel-based feature attention network for image dehazing. Comput. Vis. Image Understand. 2020:197–198. 103003. [Google Scholar]
  • 85.Zhang Z., Wang L., Zheng W., Yin L., Hu R., Yang B. Endoscope image mosaic based on pyramid ORB. Biomed. Signal Process Control. 2022;71:103261. [Google Scholar]
  • 86.Qiu S., Hao Z., Wang Z., Liu L., Liu J., Zhao H., Fortino G. IEEE Internet of Things Journal; 2021. Sensor Combination Selection Strategy for Kayak Cycle Phase Segmentation Based on Body Sensor Networks. [DOI] [Google Scholar]
  • 87.Qiu S., Zhao H., Jiang N., Wu D., Song G., Zhao H., Wang Z. Sensor network oriented human motion capture via wearable intelligent system. Int. J. Intell. Syst. 2021:0884–8173. doi: 10.1002/int.22689. [DOI] [Google Scholar]
  • 88.Cui H., Guan Y., Chen H., Deng W. A novel advancing signal processing method based on coupled multi-stable stochastic resonance for fault detection. Appl. Sci. 2021;11:5385. [Google Scholar]
  • 89.Zhang Z., Ma P., Ahmed R., Wang J., Akin D., Soto F., Demirci U. Advanced Point‐of‐Care Testing Technologies for Human Acute Respiratory Virus Detection. Adv. Mater. 2021;2103646 doi: 10.1002/adma.202103646. [DOI] [PubMed] [Google Scholar]
  • 90.Zhou Y., Xu G., Tang K., Tian L., Sun Y. Video coding optimization in AVS2. Inf. Process. Manag. 2022;59:102808. [Google Scholar]
  • 91.Liu H., Xu X., Li E., Zhang S., Li X. Anomaly detection with representative neighbors. IEEE Transact. Neural Networks Learn. Syst. 2021:1–11. doi: 10.1109/TNNLS.2021.3109898. [DOI] [PubMed] [Google Scholar]
  • 92.Wu Z., Li G., Shen S., Cui Z., Lian X., Xu G. Constructing dummy query sequences to protect location privacy and query privacy in location-based services. World Wide Web. 2021;24:25–49. [Google Scholar]
  • 93.Wu Z., Wang R., Li Q., Lian X., Xu G. A location privacy-preserving system based on query range cover-up for location-based services. IEEE Trans. Veh. Technol. 2020:69. [Google Scholar]
  • 94.Liu H., Li X., Zhang S., Tian Q. Adaptive hashing with sparse matrix factorization. IEEE Transact. Neural Networks Learn. Syst. 2020;31:4318–4329. doi: 10.1109/TNNLS.2019.2954856. [DOI] [PubMed] [Google Scholar]
  • 95.Wang M., Zhang Q., Chen H., Heidari A.A., Mafarja M., Turabieh H. Evaluation of constraint in photovoltaic cells using ensemble multi-strategy shuffled frog leading algorithms. Energy Convers. Manag. 2021;244:114484. [Google Scholar]
  • 96.Deng W., Zhang X., Zhou Y., Liu Y., Deng W., Chen H., Zhao H. Information Sciences; 2021. An Enhanced Fast Non-dominated Solution Sorting Genetic Algorithm for Multi-Objective Problems. [DOI] [Google Scholar]
  • 97.Choi K.W., Chau T.N., Tsang O., Tso E., Chiu M.C., Tong W.L., Lee P.O., Ng T.K., Ng W.F., Lee K.C., Lam W., Yu W.C., Lai J.Y., Lai S.T. Outcomes and prognostic factors in 267 patients with severe acute respiratory syndrome in Hong Kong. Ann. Intern. Med. 2003;139:715–723. doi: 10.7326/0003-4819-139-9-200311040-00005. [DOI] [PubMed] [Google Scholar]
  • 98.Hong K.H., Choi J.P., Hong S.H., Lee J., Kwon J.S., Kim S.M., Park S.Y., Rhee J.Y., Kim B.N., Choi H.J., Shin E.C., Pai H., Park S.H., Kim S.H. Predictors of mortality in Middle East respiratory syndrome (MERS) Thorax. 2018;73:286–289. doi: 10.1136/thoraxjnl-2016-209313. [DOI] [PubMed] [Google Scholar]
  • 99.Smits S.L., de Lang A., van den Brand J.M., Leijten L.M., van I.W.F., Eijkemans M.J., van Amerongen G., Kuiken T., Andeweg A.C., Osterhaus A.D., Haagmans B.L. Exacerbated innate host response to SARS-CoV in aged non-human primates. PLoS Pathog. 2010;6 doi: 10.1371/journal.ppat.1000756. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 100.Zhou F., Yu T., Du R., Fan G., Liu Y., Liu Z., Xiang J., Wang Y., Song B., Gu X., Guan L., Wei Y., Li H., Wu X., Xu J., Tu S., Zhang Y., Chen H., Cao B. Clinical course and risk factors for mortality of adult inpatients with COVID-19 in Wuhan, China: a retrospective cohort study. Lancet. 2020;395:1054–1062. doi: 10.1016/S0140-6736(20)30566-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 101.Yu T., Cai S., Zheng Z., Cai X., Liu Y., Yin S., Peng J., Xu X. Association between clinical manifestations and prognosis in patients with COVID-19. Clin. Therapeut. 2020;42:964–972. doi: 10.1016/j.clinthera.2020.04.009. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 102.Opal S.M., Girard T.D., Ely E.W. The immunopathogenesis of sepsis in elderly patients. Clin. Infect. Dis. 2005;41(Suppl 7):S504–S512. doi: 10.1086/432007. [DOI] [PubMed] [Google Scholar]
  • 103.Collins J.A., Rudenski A., Gibson J., Howard L., O'Driscoll R. Relating oxygen partial pressure, saturation and content: the haemoglobin-oxygen dissociation curve. Breathe. 2015;11:194–201. doi: 10.1183/20734735.001415. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 104.Xie J., Covassin N., Fan Z., Singh P., Gao W., Li G., Kara T., Somers V.K. Association between hypoxemia and mortality in patients with COVID-19. Mayo Clin. Proc. 2020;95:1138–1147. doi: 10.1016/j.mayocp.2020.04.006. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 105.Zhang R., Wu Y., Zhao M., Liu C., Zhou L., Shen S., Liao S., Yang K., Li Q., Wan H. Role of HIF-1alpha in the regulation ACE and ACE2 expression in hypoxic human pulmonary artery smooth muscle cells. Am. J. Physiol. Lung Cell Mol. Physiol. 2009;297:L631–L640. doi: 10.1152/ajplung.90415.2008. [DOI] [PubMed] [Google Scholar]
  • 106.Shved N., Warsow G., Eichinger F., Hoogewijs D., Brandt S., Wild P., Kretzler M., Cohen C.D., Lindenmeyer M.T. Transcriptome-based network analysis reveals renal cell type-specific dysregulation of hypoxia-associated transcripts. Sci. Rep. 2017;7:8576. doi: 10.1038/s41598-017-08492-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 107.Wrapp D., Wang N., Corbett K.S., Goldsmith J.A., Hsieh C.L., Abiona O., Graham B.S., McLellan J.S. Cryo-EM structure of the 2019-nCoV spike in the prefusion conformation. Science. 2020;367:1260–1263. doi: 10.1126/science.abb2507. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 108.Varga Z., Flammer A.J., Steiger P., Haberecker M., Andermatt R., Zinkernagel A.S., Mehra M.R., Schuepbach R.A., Ruschitzka F., Moch H. Endothelial cell infection and endotheliitis in COVID-19. Lancet. 2020;395:1417–1418. doi: 10.1016/S0140-6736(20)30937-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 109.Spiezia L., Boscolo A., Poletto F., Cerruti L., Tiberio I., Campello E., Navalesi P., Simioni P. COVID-19-Related severe hypercoagulability in patients admitted to intensive care unit for acute respiratory failure. Thromb. Haemostasis. 2020;120:998–1000. doi: 10.1055/s-0040-1710018. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 110.Shenoy N., Luchtel R., Gulani P. Considerations for target oxygen saturation in COVID-19 patients: are we under-shooting? BMC Med. 2020;18:260. doi: 10.1186/s12916-020-01735-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 111.Seifter J.L. Integration of acid-base and electrolyte disorders. N. Engl. J. Med. 2014;371:1821–1831. doi: 10.1056/NEJMra1215672. [DOI] [PubMed] [Google Scholar]
  • 112.Guan W.J., Ni Z.Y., Hu Y., Liang W.H., Ou C.Q., He J.X., Liu L., Shan H., Lei C.L., Hui D.S.C., Du B., Li L.J., Zeng G., Yuen K.Y., Chen R.C., Tang C.L., Wang T., Chen P.Y., Xiang J., Li S.Y., Wang J.L., Liang Z.J., Peng Y.X., Wei L., Liu Y., Hu Y.H., Peng P., Wang J.M., Liu J.Y., Chen Z., Li G., Zheng Z.J., Qiu S.Q., Luo J., Ye C.J., Zhu S.Y., Zhong N.S. Clinical characteristics of coronavirus disease 2019 in China. N. Engl. J. Med. 2020;382:1708–1720. doi: 10.1056/NEJMoa2002032. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 113.Qian G.Q., Yang N.B., Ding F., Ma A.H.Y., Wang Z.Y., Shen Y.F., Shi C.W., Lian X., Chu J.G., Chen L., Wang Z.Y., Ren D.W., Li G.X., Chen X.Q., Shen H.J., Chen X.M. Epidemiologic and clinical characteristics of 91 hospitalized patients with COVID-19 in Zhejiang, China: a retrospective, multi-centre case series. QJM. 2020;113:474–481. doi: 10.1093/qjmed/hcaa089. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 114.Hernandez G., Bellomo R., Bakker J. The ten pitfalls of lactate clearance in sepsis. Intensive Care Med. 2019;45:82–85. doi: 10.1007/s00134-018-5213-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 115.Bahl A., Van Baalen M.N., Ortiz L., Chen N.W., Todd C., Milad M., Yang A., Tang J., Nygren M., Qu L. Early predictors of in-hospital mortality in patients with COVID-19 in a large American cohort. Intern Emerg Med. 2020;15:1485–1499. doi: 10.1007/s11739-020-02509-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 116.McElvaney O.J., McEvoy N.L., McElvaney O.F., Carroll T.P., Murphy M.P., Dunlea D.M., O N.C., Clarke J., O'Connor E., Hogan G., Ryan D., Sulaiman I., Gunaratnam C., Branagan P., O'Brien M.E., Morgan R.K., Costello R.W., Hurley K., Walsh S., de Barra E., McNally C., McConkey S., Boland F., Galvin S., Kiernan F., O'Rourke J., Dwyer R., Power M., Geoghegan P., Larkin C., O'Leary R.A., Freeman J., Gaffney A., Marsh B., Curley G.F., McElvaney N.G. Characterization of the inflammatory response to severe COVID-19 illness. Am. J. Respir. Crit. Care Med. 2020;202:812–821. doi: 10.1164/rccm.202005-1583OC. [DOI] [PMC free article] [PubMed] [Google Scholar]

Articles from Computers in Biology and Medicine are provided here courtesy of Elsevier

RESOURCES