Skip to main content
eBioMedicine logoLink to eBioMedicine
. 2022 Dec 2;86:104394. doi: 10.1016/j.ebiom.2022.104394

Sepsis biomarkers and diagnostic tools with a focus on machine learning

Matthieu Komorowski a,, Ashleigh Green a, Kate C Tatham a,b, Christopher Seymour c, David Antcliffe a
PMCID: PMC9783125  PMID: 36470834

Summary

Over the last years, there have been advances in the use of data-driven techniques to improve the definition, early recognition, subtypes characterisation, prognostication and treatment personalisation of sepsis. Some of those involve the discovery or evaluation of biomarkers or digital signatures of sepsis or sepsis sub-phenotypes. It is hoped that their identification may improve timeliness and accuracy of diagnosis, suggest physiological pathways and therapeutic targets, inform targeted recruitment into clinical trials, and optimise clinical management. Given the complexities of the sepsis response, panels of biomarkers or models combining biomarkers and clinical data are necessary, as well as specific data analysis methods, which broadly fall under the scope of machine learning. This narrative review gives a brief overview of the main machine learning techniques (mainly in the realms of supervised and unsupervised methods) and published applications that have been used to create sepsis diagnostic tools and identify biomarkers.

Keywords: Sepsis, Biomarkers, Machine learning, Phenotypes, Clustering, Precision medicine

Introduction

Sepsis is an abnormal systemic reaction to an infection, representing a pattern of response by the immune system to infectious agents. Often, a hyper-inflammatory response is followed by an immunosuppressive phase during which secondary infections and multiple organ dysfunction can occur.1,2

Sepsis, as currently defined, includes a wide variety of heterogeneous non-specific clinical pictures. As Liu puts it: “sepsis is not a monolithic disease, but a loose collection of symptoms with diverse outcomes”.3 It has long been clear that the “definitions of sepsis may be too broad and common to heterogeneous groups of patients who do not necessarily have the same disorder”.4 The consequence of the challenge of characterising sepsis is that it complicates its early identification and the successful application of personalised interventions (such as steroids, immunotherapy or haemodynamic optimisation).5

Over the last decades, there have been a number of advances in the use of data-driven techniques to improve on the definition, early recognition, subtypes characterisation, and personalisation of management. Some of those broadly involve the discovery or assessment of biomarkers or digital signatures of sepsis or sepsis phenotypes. It is hoped that the identification of sepsis biomarkers and/or subclasses may improve timeliness and accuracy of diagnosis, suggest physiological pathways and therapeutic targets, inform targeted recruitment into clinical trials, and optimise clinical management.5

Here, we use the term biomarker loosely, including any molecule (inclusive of routinely measured lab tests) measured in the blood that have the potential to help with the above mentioned objectives. Given the complexities of the sepsis response, panels of biomarkers or models combining biomarkers and clinical data are necessary.2,5 Therefore, we also analysed the literature combining biomarkers with other patient data including demographics, vital signs, etc. Due to the complexity, high dimensionality and/or large size of the datasets involved, specific data analysis tools –loosely termed machine learning– become required. A wide range of sepsis biomarkers has been described, including fluid phase pattern recognition molecules (PRMs), cytokines, chemokines, damage-associated molecular patterns (DAMPs), non-coding RNAs, microRNAs, cell membrane receptors, cell proteins, metabolites, soluble receptors and complement system components.2,6 These biomarkers can be classified in their various “omics” categories: (epi)genomics (the study of the genome and its supporting structures), transcriptomics (RNA), proteomics (proteins including cytokines), and metabolomics (metabolites).7 Among those, we excluded most of the research that did not involve a machine learning component, since it has been exhaustively reviewed recently elsewhere.2,6,7

Machine learning is a class of mathematical methods that attempt to generate knowledge and insight from large datasets. We have included a section introducing the most common machine learning methods in this review. In a nutshell, supervised learning enabled the development of sepsis prediction algorithms, whilst unsupervised learning has been applied to highlight the underlying structure or to unearth hidden patterns in high-dimensional datasets, which is particularly appealing given the above-mentioned issues around sepsis characterisation. The vast majority of applications on sepsis diagnosis and prognostication rely on supervised learning, whilst unsupervised learning is used to define phenotypes (and their downstream applications in decision support).

Due to the vastness of the existing literature and the heterogeneity of the topics included in this review, we chose to conduct a narrative review, which are suitable in situations when there are disparate interventions or when there is dissimilarity of outcome measures and follow-up times in the analysed material.8 This narrative review will give a brief overview of the main machine learning techniques that have been used to create sepsis diagnostic tools and identify biomarkers, and survey the literature on these applications. We structured the review based on the purpose of the models (diagnosis, prognosis, or phenotyping) and the nature of the input data: routine (e.g. clinical data and laboratory tests) or non-routine data (gene expression, metabolomics, cytokines, etc.).

Overview of relevant machine learning techniques

A variety of machine learning algorithms have been applied to the question of sepsis diagnosis, prognostication and phenotyping, most of which belong to the realms of supervised or unsupervised learning (Fig. 1).

Fig. 1.

Fig. 1

Objectives and principles of supervised and unsupervised learning. Supervised learning methods link input data and labels, and are typically used in sepsis prediction algorithms. Unsupervised learning has been applied to highlight the underlying structure or to unearth hidden patterns in high-dimensional datasets. HTE: Heterogeneity of Treatment Effect.

Classically, supervised learning is interested in learning the mathematical function linking some input data (e.g. patient characteristics and severity at the time of hospital admission) and a label (presence of sepsis). As such, supervised learning is applied to prediction tasks, where a model is built on training data and applied prospectively to new -previously unseen-data points. There is a wide range of techniques available to researchers, the most common being logistic regression, decision trees (and their combination: random forests), neural networks (and their “deep” version in deep learning), gradient boosting, among many others. Because they have been used in metabolomics analyses, we also mention Partial Least Squares (PLS), a class of algorithms used to build interpretable predictive models.

Another field of machine learning is represented by unsupervised learning, where the purpose of the algorithm is to establish the underlying structure or hidden patterns in a high-dimensional dataset. Sepsis being a heterogeneous syndrome, the identification of homogeneous phenotypes may allow more targeted therapy, and/or to inform the inclusion of patients into clinical trials.9,10 Here again, a large variety of methods is available to researchers, each with their own advantages and limitations. We'll present here only the most popular algorithms.

Principal component analysis (PCA) is a technique for reducing the dimensionality of large datasets, increasing interpretability (for example allowing their visualisation in 2D or 3D) while at the same time minimising information loss. It does so by creating new, less correlated variables that maximise variance.11 t-distributed Stochastic Neighbour Embedding (t-SNE) is another dimensionality reduction technique that can deal with linearly non separable data, mainly used for visualisation of data in 2D and 3D. K-means clustering is one of the simplest and popular unsupervised machine learning algorithms. In k-means, the number of cluster centroids k needs to be pre-defined. Then, the algorithm identifies the location of these centroids and allocates all data points so as to minimise the distance within the clusters. Hierarchical cluster analysis (HCA) is a strategy that seeks to build a hierarchy of clusters that has an established ordering from bottom to top. In HCA, it is not necessary to pre-set the number of clusters. Instead, researchers choose this number of clusters, using a variety of tools such as elbow plots or the dendrogram. Finally, latent class analysis (LCA) and latent profile analysis (LPA) are techniques that aim to recover hidden groups from observed data. They are similar to clustering techniques but more flexible because they are based on an explicit model of the data, and account for uncertainty in the group definition. LCA and LPA are useful when you want to reduce a large number of continuous (LPA) or categorical (LCA) variables to a few subgroups. There are longitudinal versions of both LPA and LCA, which can be used to group time series of patient data, i.e. “trajectories”.12

Sepsis biomarkers and diagnostic tools

Our main results are summarised in Table 1.

Table 1.

Summary of main findings, with examples of applications.

Task →
Input Data ↓
Sepsis diagnosis and/or prediction Sepsis phenotypes (characterisation of subgroups) Sepsis prognosis Treatment decision support
Routine clinical data & lab tests Sepsis/septic shock prediction tool13 Seymour's α, β, γ, and δ10 Sepsis mortality prediction14 Haemodynamic phenotypes15;
Coagulation phenotypes and thrombomodulin16
Gene expression - transcriptomics IMX-BVN-117 SRS 1-218,19;
Mars 1-420;
Inflammopathic, Adaptive, and Coagulopathic phenotypes21
IMX-SEV-222 Interaction SRS-steroids23
Inflammatory biomarkers Presepsin, procalcitonine, pro-adrenomedullin, adrenomedullin24 ARDS hypo/hyper inflammatory phenotypes25, 26, 27, 28 TNFα levels correlate with mortality29 Interaction ARDS phenotypes with PEEP,25 fluid strategy,27 simvastatin26;
IFNγ/IL10 ratio and steroids.30
Metabolomics Metabolomic profile of sepsis31, 32, 33 Clustering of plasma metabolic profiles34 Prediction of sepsis mortality from blood metabolites35,36

We classified sepsis biomarkers and digital signatures based on the input data and the objective of the task (sepsis diagnosis, prediction, prognostication, phenotyping or treatment decision support). SRS: Sepsis Response Signature; IMX-BVN-1: Inflammatix Bacterial Viral Non-Infected version 1; IMX-SEV-2: Inflammatix Severity version 2; TNFα: Tumour necrosis factor α.

Sepsis diagnosis and prediction using machine learning

Routine clinical data and laboratory tests

The literature is replete with examples of sepsis prediction models, that use routine clinical data to attempt to identify patients at high risk of sepsis and septic shock. For example, Mao and colleagues derived InSight, a sepsis/septic shock prediction tool, in a multicentre cohort of 684,000+ patients, that relied only on 6 vital signs.13 For the detection of sepsis and severe sepsis (sepsis with organ dysfunction), their algorithm achieved an area under the receiver operating characteristic (AUROC) of 0.92 (95% CI 0.90–0.93) and 0.87 (95% CI 0.86–0.88), respectively. Four hours before onset, it predicted septic shock with an AUROC of 0.96 (95% CI 0.94–0.98) and severe sepsis with an AUROC of 0.85 (95% CI 0.79–0.91).

A 2020 meta-analysis by Fleuren and colleagues identified 28 papers reporting on 130 various models.37 For the prediction of sepsis, diagnostic test accuracy assessed by the AUROC ranged from 0.68 to 0.99 in the ICU, to 0.96–0.98 in-hospital and 0.87 to 0.97 in the ED.

In an evolution of these supervised learning methods, COMPOSER (COnformal Multidimensional Prediction Of SEpsis Risk) was proposed.38 It is a deep learning model for the early prediction of sepsis, specifically designed to reduce false alarms by detecting unfamiliar patients/situations arising from erroneous data, missingness, distributional shift and data drifts. Using 40 clinical variables (6 static demographic and 34 dynamic vital signs and lab values), COMPOSER achieved high AUROCs ranging from 0.92 to 0.95 in the ICU and 0.94–0.95 in the ED.

Sporadically, some of these models have been deployed in the clinical environment and tested for their effect on sepsis recognition and patient outcomes. Recently, a large prospective multicentre study monitored over 590,000 in-hospital patients and flagged 6877 patients with sepsis who were identified by an alert before initiation of antibiotics.39 The underlying algorithm used Cox proportional hazard models and a wide range of patient data including vital signs, laboratory data, clinician notes, procedures and medication history to generate a sepsis risk score in real time. In the study, patients whose alert was confirmed by a provider within 3 h of the alert had a reduced in-hospital mortality rate (3.3% of adjusted absolute reduction, confidence interval (CI) 1.7–5.1%, and 18.7% of adjusted relative reduction, CI 9.4–27.0%), organ failure and length of stay.

With regards to sepsis prognostication, many publications performed mortality prediction tasks focusing on cohorts of patients with sepsis. For example, van Doorn and colleagues used gradient boosting to predict 31-day mortality in patients with sepsis in the emergency department, using a combination of clinical and laboratory data.14 Their model achieved an AUROC of 0.84 (95% CI: 0.81–0.87), surpassing human clinicians (AUROC 0.73) and risk scores (SOFA AUROC 0.75).

Non routine biomarkers: transcriptomics, proteomics and metabolomics

A large number of studies have attempted to identify sepsis signatures in omics data collected in the host, but very few were validated prospectively. For example, transcriptomic data (29 mRNAs) of 1,069 patients from 18 retrospective studies was used to build neural network classifiers for bacterial and viral infections.17 When tested prospectively in an independent cohort of patients within 36 h of hospital admission, the model achieved an AUROC of 0.92 for bacterial (versus others) infections and 0.91 for viral (vs others) infections. Sampson and colleagues prospectively tested two proprietary blood transcriptomic signatures of bacterial and viral infection.40 Here again they conducted a prospective validation study in a cohort of 332 patients with fever in the emergency department, and measured an AUROC of 0.95 (95% CI 0.9–1) using a score combining both transcriptomic signatures.

Risk stratification and mortality prediction in sepsis can be enriched using transcriptomic data. For example, Sweeney and colleagues created four prediction models using data from 21 different sepsis cohorts (both community-acquired and hospital-acquired, N = 1113 patients), which achieved AUROCs around 0.85.41 Other work has confirmed the ability of transcriptomic approaches to enhance sepsis mortality prediction in the emergency department22 and in surgical populations.42

A large number of inflammatory biomarkers (C-reactive protein, presepsin, procalcitonine, proadrenomedullin, adrenomedullin, kallistatin, etc.) have been studied and were found to be associated with the presence of sepsis, with sepsis severity and sepsis outcomes.24,43,44 For example, a meta-analysis of 19 studies including a total of 3012 patients revealed AUROCs of 0.84 for procalcitonin and 0.87 for presepsin for the diagnosis of sepsis.24

Metabolomics is an omics science that uses techniques such as nuclear magnetic resonance (NMR), spectroscopy or mass spectrometry to measure a wide range of metabolites in biofluid samples. This approach has been used in many sepsis studies, utilising a range of supervised learning techniques such as partial least squares discriminant analysis (PLS-DA) and orthogonal projections to latent structures discriminant analysis (OPLS-DA).45 In brief such techniques have provided insight into the metabolic disturbance of sepsis and have demonstrated that similar metabolic pathways are disrupted when patients with sepsis are compared to non-septic inflammation as when sepsis survivors are compared with those who die. Sepsis is metabolically characterised by mitochondrial dysfunction and upregulation of glycolysis and the TCA cycle whilst increased energy demand and oxidative stress lead to changes in protein and amino acid metabolism. Many of these studies have been designed to look for metabolites that discriminate disease entities, such as differentiating sepsis from SIRS31, 32, 33 or healthy controls46,47 or sepsis survivors from non-survivors.35,36,45 For example, Kosyakovsky and colleagues measured the levels of 411 plasma metabolites in 60 patients with sepsis and highlighted 13 molecules that were strongly associated with 28-day mortality, through an ensemble machine learning importance score.36

Detrimental sepsis effects have been attributed to a “cytokine storm.” However, a recent meta-analysis found no association between TNFα levels and sepsis source, sepsis severity, or sequential organ failure assessment score, even though TNFα levels were higher in non-survivors.29 Plasma metabolites (especially those in the death-related metabolic pathways - DRMPs) differ between sepsis survivors and non-survivors. In a meta-analysis of 21 sepsis cohorts and 2509 metabolites, prediction of death using DRMPs yielded a pooled AUROC of 0.81 (95% CI 0.76–0.87).48 In a prospective validation study, the DRMPs metabolites achieved an AUROC of 0.88.

Finally, we briefly mention a potential novel technique that relies on the measurement of the biophysical properties of white blood cells as they are stretched through a microfluidic channel, which accurately identified subjects with severe illness as measured by SOFA, APACHE-II, hospital-free days, and ICU admission.49

Sepsis phenotypes

Routine clinical data and laboratory tests

Applying LPA to clinical and laboratory data, Zhang and colleagues defined four sepsis phenotypes.12 Profile 1 (the largest) was characterised by the lowest severity and mortality rate; profile 2 was characterised by respiratory dysfunction; profile 3 included multiple organ dysfunction, and profile 4 was characterised by neurological dysfunction. Subsequently, Shald and colleagues examined the progression of these four phenotypes in a different cohort.50 As in the seminal work, they confirmed differences in mortality, length-of-stay, ventilator-free days and fluid balance status across the groups.

Seymour et al. conducted a retrospective analysis using routine data from 63,858 patients in three observational cohorts, and applied consensus k-means clustering to characterise four novel sepsis phenotypes (α, β, γ, and δ) with different demographics, laboratory values, and patterns of organ dysfunction.10 The α phenotype included patients with the lowest severity. Patients in the β phenotype had more comorbidities and renal dysfunction. Inflammation and pulmonary dysfunction was marked in the γ cluster, while the δ phenotype had more septic shock, liver dysfunction and the highest average SOFA score and mortality rate (32%). The researchers demonstrated that the clusters correlated with biomarkers and mortality. Then, they conducted simulations using data from three randomised clinical trials involving 4737 patients, and demonstrated how the outcomes related to the treatments were sensitive to changes in the distribution of these phenotypes.

Apart from hypothesis generation, the approach of phenotyping entities may find a practical application in sepsis, and in intensive care in general. A potential important contributor to many negative RCTs is our inability to identify subgroups of patients that could benefit from (or be harmed by) a given treatment.9,51 The heterogeneity of patients included in such large trials contributes to ‘negative’ results. Among all patients who meet the rather nonspecific definition of sepsis (or ARDS, delirium, etc.), it is likely that a wide breadth of responses to a given intervention will be seen in different subgroups, ranging from clear benefit to clear harm. Unsupervised learning could help inform future trials by highlighting which subgroups of patients are more likely to respond to a given intervention. For example, clustering has enabled the characterisation of coagulation phenotypes, and demonstrated the association between cluster assignment and response to recombinant human thrombomodulin.16 Another study identified various haemodynamic profiles of patients with sepsis (e.g. hypovolaemic, hypervolaemic, left ventricular failure, etc.), all of which require a different management.15 However, this approach has not been successfully applied yet in a prospective randomised trial.

Finally, longitudinal clustering has allowed the identification of various patient “trajectories”, describing their progression from disease state to disease state, across the spectrum of severity and organ dysfunctions. For example, Liu has generated four clusters using spectral clustering on time series of patient data, labelled them according to septic shock prevalence within clusters, and successfully linked them to outcomes.3

Non-routine biomarkers

Gene-expression

Machine learning techniques have been applied to gene expression data in an attempt to identify subgroups of patients with sepsis who have different clinical outcomes and may respond differently to sepsis therapies, based on differing pathophysiological mechanisms driven by different patterns of gene expression. Agglomerative hierarchical cluster analysis with k-means clustering has been used to derive two “sepsis response signatures” (SRS) from leucocyte transcriptomics data in patients with either community acquired pneumonia or faecal peritonitis.18,19 Differential gene expression between these two sub-phenotypes suggests that patients with the SRS1 phenotype have gene expression features consistent with relative immunosuppression compared to those with the SRS2 sub-phenotype, characterised by endotoxin tolerance and T-cell exhaustion. The SRS1 subgroup is associated with more organ dysfunction, vasopressor requirement and a higher mortality rate.18,19 Not only do the identification of such sub-phenotypes provide novel pathological insights that could lead to better understanding of sepsis, they provide a means by which we could start to identify groups of patients who may derive the most benefit or may come to harm from sepsis therapies. In a secondary analysis of a randomised trial of corticosteroids in septic shock, a significant interaction between SRS groups and response to steroids was found, with those patients with the SRS2 (relatively immunocompetent) sub-phenotypes having increased mortality if given hydrocortisone compared to placebo.23

Sweeney and colleagues pooled data from 14 bacterial sepsis transcriptomic datasets totalling 700 patients and used clustering to identify three phenotypes, which they call Inflammopathic (innate immunity activation), Adaptive (adaptive immune activation), and Coagulopathic (with coagulopathy).21 They were able to externally confirm the robustness of these phenotypes in 9 other datasets (n = 600).

In another study, consensus clustering based on iterations of agglomerative hierarchical clustering of genome wide leukocyte gene expression data derived four sub-phenotypes named Mars1-4.20 Mars1 was associated with a decrease in expression of genes corresponding to key innate and adaptive immune cell functions such as toll-like receptor, NF-kB1 signalling, antigen presentation, and T-cell receptor signalling and an increase in expression of metabolic pathway genes including haem biosynthesis pathways. This sub-phenotype had high SOFA scores and incidence of shock and had the highest mortality of all of the sub-phenotypes. Alternatively, the relatively low risk Mars3 sub-phenotype had increased expression of adaptive immune and T-cell function and showed a significant association with the SRS2, low risk, sub-phenotype described previously. Interestingly, when applied to an exploratory data set derived from children under 10 years of age with sepsis, although Mars1, 2 and 4 groups could be detected Mars3 was absent, perhaps highlighting the underdeveloped adaptive immune system in children.52

An alternative approach using partitioning around medoids (PAM) clustering based on Euclidean distance on gene-expression data from neutrophils of patients with sepsis53 also identified two subgroups with one associated with higher rates of severe sepsis and increased expression of genes associated with inflammation and Toll receptor signalling pathways.

In paediatric sepsis, unsupervised hierarchical clustering of 6934 genes revealed three sub-phenotypes named A, B and C.54 An analysis of the 100 most predictive genes revealed that sub-phenotype A was characterised by repression of genes corresponding to key signalling pathways of the adaptive immune system. This sub-phenotype was also associated with the worst disease severity, highest rates of organ failure and mortality. Subsequently, gene expression mosaics were developed based on these 100 genes using self-organising maps for every sample,55 an approach that demonstrated high accuracy in a sub-phenotype classification task. Mosaics could also be analysed by computer based image analysis platforms which allowed the three subgroups to be validated in a second data set.56 As in adults, an association between corticosteroids and mortality was identified in children, with sub-phenotype A associated with higher mortality if given corticosteroids.57

Recently, prospective validation of such mRNA arrays has been conducted. For example, IMX-SEV-2 is a 29-host-mRNA classifier designed to predict disease severity in patients with acute infection or sepsis.22 For predicting in-hospital mortality, IMX-SEV-2 had an AUROC of 0.84 (95% CI: 0.76–0.93), higher than lactate, qSOFA or NEWS2.

Inflammatory phenotypes

Another avenue for the use of machine learning techniques has been to look for inflammatory sub-phenotypes based on measurements of panels of inflammatory mediators either alone or in conjunction with clinical variables.

The area in which this has had most success is in Acute Respiratory Distress Syndrome (ARDS), a common complication of sepsis. LCA has been applied to several ARDS trials datasets that consist of both routine variables and inflammatory biomarkers. Across all analyses, two sub-phenotypes have been consistently identified25, 26, 27, 28 with a hyper-inflammatory sub-phenotype having features such as higher levels of IL-6, IL-8, sTNFR1, higher rates of vasopressor use and lower circulating protein C and bicarbonate than a hypo-inflammatory sub-phenotype. Importantly in reanalysis of clinical trial data these inflammatory sub-phenotypes have been found to have differential responses to several trial therapies including high or low PEEP strategy,25 liberal versus conservative fluids27 and simvastatin.26 In a drive to turn these sub-phenotypes, that require large panels of data and complex clustering methodologies, into entities that could be used with fewer variables in the clinical environment, feature selection models have been applied. These derived parsimonious models,58 and highlighted bicarbonate, IL-6, IL-8, protein C, sTNFR-1, and vasopressor use as the most predictive variables.

In another re-analysis of data coming from a randomised trial, machine learning identified the IFNγ/IL10 ratio to be a good biomarker for the decision to administer hydrocortisone in septic shock.30 This pattern was confirmed in three separate sepsis trials data.

A similar approach has since been taken in COVID-1959 where there was a significant overlap between COVID-19 latent classes and ARDS inflammatory phenotypes and where response to corticosteroids was seen to differ between the two derived classes. There is now increasing evidence that such inflammatory sub-phenotypes may be seen in other critically ill populations, for example, pancreatitis60 and ventilated patients without ARDS.61

Hierarchical clustering has been applied to panels of cytokines, chemokines and growth factors in sepsis62, 63, 64, 65 with two to three clusters being identified depending on the panels of mediators used and the types of patients included (sepsis, SIRS and healthy controls). As such it is difficult to draw parallels between these studies. However, in the largest of these62 three clusters with high, medium and low cytokine concentrations were identified. Patients in the high cluster had higher rates of shock, more coagulation failure and a higher mortality. However, these studies are generally small and, as yet, not validated making their clinical relevance uncertain.

Metabolic phenotypes

Clustering approaches to find novel subgroups of patients with sepsis have rarely been applied to metabolic datasets. In a rare example, hierarchical clustering of plasma metabolic profiles revealed three clusters with metabolic differences between groups being mainly driven by plasma lipids.34 The first group was associated with the highest mortality and rates of septic shock and had reduced levels of lipids compared to group 3, the lowest mortality group. The lipids differentiating groups were mainly fatty acid metabolites, lysophospholipids and sphingolipids.

Discussion

This narrative review highlighted recent developments in the application of machine learning models for sepsis identification and/or phenotyping, towards a more accurate characterisation of its heterogeneous clinical pictures. Novel models in use, and under development, which rely on patient vital signs along with routine clinical and laboratory data, have yielded promising results for early sepsis detection and prediction.37,39 Evaluation on non-routine datasets, to establish gene expression, inflammatory and metabolomic sepsis phenotypes have deepened such analyses further, crucially informing us on the use of therapies such as steroids.23,30,57,59 The research highlighted here offers a number of potential future applications: these tools, in conjunction with routine clinical and biological information, may improve timeliness and accuracy of diagnosis, suggest physiological pathways and therapeutic targets, inform targeted recruitment into clinical trials, and optimise clinical management. The potential for machine learning to better target the immune response in sepsis through precision medicine and enrichment is promising, after well over 100 “traditional” clinical trials were conducted targeting the systemic inflammatory response, without significant positive results.51,52

However, there remain significant limitations and work ahead before these tools realise their full potential, are validated at the bedside, become certified medical devices and/or inform sepsis trials inclusion.

Firstly, the challenge of correct sepsis labelling remains pressing. Wide discrepancies in sepsis cohorts are identified when different sepsis definitions and identifications methods are applied.66 Bedside screening tools to detect these patients, such as the quick Sequential Organ Failure Assessment (qSOFA), lack sensitivity.67 Physicians themselves often cannot agree on the presence of an infection.68 Some patients who are initially not even categorised as having sepsis might benefit greatly from early administration of antibiotics.69 If inaccuracies or biases are present in training datasets, supervised machine learning models (used in sepsis prediction models) could perpetuate those errors or prejudices. However, machines may be beneficial in instances where, for example, the amount of data to process or the pace at which it is generated becomes larger than what a human can handle.

Secondly, the vast majority of these models have received little to no prospective validation, so their external validity remains unknown. For example, Fleuren and colleagues in 2020 identified only three prospective studies and one randomised trial (with 142 patients) on sepsis prediction in the entire literature.37 A common challenge in developing these sepsis biomarkers or predictive models is the risk of overfitting: that the results apply solely to the data in which a biomarker was developed (or a model was trained), and fail to generalise to external cohorts.70,71 For example, this pitfall can be illustrated by the incomplete overlap between the transcriptomics immunosuppressed phenotypes SRS-1 and Mars-1,70 or by the poor performance of some widely deployed sepsis prediction models.71,72 In the field of transcriptomics, an important contribution to this issue has been in studies pooling gene expression data from multiple cohorts (sometimes upwards of 30) in attempts to identify global sepsis signatures, shared across populations.41,70 This comes with unique challenges such as correcting for the “batch effect”, since gene expression levels are dependent on the patients’ clinical and ethnic background, as well as on the platform used for profiling. Methods have been developed to make datasets comparable, such as co-normalisation algorithms, which allows to “align” gene expression levels using the values measured in healthy controls in the studies.41 Several teams demonstrated some success in the external validity of the signatures developed,21,41,42,70 as well as in a few prospective observational studies.22

A third limitation is that the vast majority of the research is still limited to high-income western countries, although about 85% of sepsis cases in the world occur in low and middle income countries.73

Finally, one could argue that the use of non-routinely collected data (gene expression, cytokines …) limits for the foreseeable future the opportunity to use these technologies to actually inform clinical practice and trial enrolment, unless researchers manage to identify a sparse set of biomarkers, or even better, a unique biomarker.

In conclusion, machine learning, in conjunction with routine clinical and biological data, has potential in precision medicine and enrichment in adult and paediatric sepsis. However, the bulk of the published applications is represented by early, proof-of-concept research that remains to be tested for patient benefit.

Outstanding questions

Most of the literature on machine learning models and biomarkers in sepsis remains limited to small cohorts and retrospective analyses.

How will the research community interact with the industry to translate these academic projects into certified and validated medical devices?

What factors will determine which of those tools will become widely available and used at the bedside?

Which of these applications, if any, will demonstrate wide scale and consistent clinical utility, positive effects on patient outcomes and/or healthcare delivery?

Search strategy and selection criteria

Data for this review were identified by searches of MEDLINE, PubMed, Google Scholar and references from relevant articles using the search terms “sepsis”, “machine learning”, and “biomarkers”. Only articles published in English between January 2000 and October 2022 were included.

Contributors

MK: conceptualisation, methodology, writing (original draft, review and editing); AG: writing (original draft, review, and editing); KT: writing (original draft, review, and editing); CS: conceptualisation, methodology, writing (original draft, review, and editing); DA: conceptualisation, methodology, writing (original draft, review, and editing). All authors read and approved the final version of the manuscript.

Declaration of interests

MK: consulting fees (Philips Healthcare), speaker honoraria (GE Healthcare). CS: consulting fees (Beckman Coulter and Inotrem), personal fees for data safety monitoring board or advisory board (RENOVATE trial) and AE role at JAMA.

Acknowledgments

We thank Dr Louis Kreitmann for his critical appraisal of the manuscript.

This research received no specific source of funding.

References

  • 1.Brady J., Horie S., Laffey J.G. Role of the adaptive immune response in sepsis. Intensive Care Med Exp. 2020;8:20. doi: 10.1186/s40635-020-00309-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2.Barichello T., Generoso J.S., Singer M., Dal-Pizzol F. Biomarkers for sepsis: more than just fever and leukocytosis—a narrative review. Crit Care. 2022;26:14. doi: 10.1186/s13054-021-03862-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Liu R., Greenstein J.L., Fackler J.C., Bembea M.M., Winslow R.L. Spectral clustering of risk score trajectories stratifies sepsis patients by clinical outcome and interventions received. Elife. 2020;9 doi: 10.7554/eLife.58142. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Ulloa L., Brunner M., Ramos L., Deitch E.A. Scientific and clinical challenges in sepsis. Curr Pharm Des. 2009;15:1918–1935. doi: 10.2174/138161209788453248. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Vincent J.-L. The clinical challenge of sepsis identification and monitoring. PLoS Med. 2016;13 doi: 10.1371/journal.pmed.1002022. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Kim M.-H., Choi J.-H. An update on sepsis biomarkers. Infect Chemother. 2020;52:1–18. doi: 10.3947/ic.2020.52.1.1. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Schuurman A.R., Reijnders T.D.Y., Kullberg R.F.J., Butler J.M., van der Poll T., Wiersinga W.J. Sepsis: deriving biological meaning and clinical applications from high-dimensional data. Intens Care Med Exp. 2021;9:27. doi: 10.1186/s40635-021-00383-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Melendez-Torres G.J., O'Mara-Eves A., Thomas J., Brunton G., Caird J., Petticrew M. Interpretive analysis of 85 systematic reviews suggests that narrative syntheses and meta-analyses are incommensurate in argumentation. Res Synth Methods. 2017;8:109–118. doi: 10.1002/jrsm.1231. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Komorowski M., Lemyze M. Informing future intensive care trials with machine learning. Br J Anaesth. 2019;0 doi: 10.1016/j.bja.2019.03.043. [DOI] [PubMed] [Google Scholar]
  • 10.Seymour C.W., Kennedy J.N., Wang S., et al. Derivation, validation, and potential treatment implications of novel clinical phenotypes for sepsis. JAMA. 2019;321:2003–2017. doi: 10.1001/jama.2019.5791. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Jolliffe I.T., Cadima J. Principal component analysis: a review and recent developments. Phil Trans Math Phys Eng Sci. 2016;374 doi: 10.1098/rsta.2015.0202. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Zhang Z., Zhang G., Goyal H., Mo L., Hong Y. Identification of subclasses of sepsis that showed different clinical outcomes and responses to amount of fluid resuscitation: a latent profile analysis. Crit Care. 2018;22:347. doi: 10.1186/s13054-018-2279-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Mao Q., Jay M., Hoffman J.L., et al. Multicentre validation of a sepsis prediction algorithm using only vital sign data in the emergency department, general ward and ICU. BMJ Open. 2018;8 doi: 10.1136/bmjopen-2017-017833. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.van Doorn W.P.T.M., Stassen P.M., Borggreve H.F., et al. A comparison of machine learning models versus clinical evaluation for mortality prediction in patients with sepsis. PLoS One. 2021;16 doi: 10.1371/journal.pone.0245157. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15.Gårdlund B., Dmitrieva N.O., Pieper C.F., Finfer S., Marshall J.C., Taylor Thompson B. Six subphenotypes in septic shock: latent class analysis of the PROWESS Shock study. J Crit Care. 2018;47:70–79. doi: 10.1016/j.jcrc.2018.06.012. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16.Kudo D., Goto T., Uchimido R., et al. Coagulation phenotypes in sepsis and effects of recombinant human thrombomodulin: an analysis of three multicentre observational studies. Crit Care. 2021;25:114. doi: 10.1186/s13054-021-03541-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Mayhew M.B., Buturovic L., Luethy R., et al. A generalizable 29-mRNA neural-network classifier for acute bacterial and viral infections. Nat Commun. 2020;11:1177. doi: 10.1038/s41467-020-14975-w. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Burnham K.L., Davenport E.E., Radhakrishnan J., et al. Shared and distinct aspects of the sepsis transcriptomic response to fecal peritonitis and pneumonia. Am J Respir Crit Care Med. 2017;196:328–339. doi: 10.1164/rccm.201608-1685OC. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Davenport E.E., Burnham K.L., Radhakrishnan J., et al. Genomic landscape of the individual host response and outcomes in sepsis: a prospective cohort study. Lancet Respir Med. 2016;4:259–271. doi: 10.1016/S2213-2600(16)00046-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Scicluna B.P., van Vught L.A., Zwinderman A.H., et al. Classification of patients with sepsis according to blood genomic endotype: a prospective cohort study. Lancet Respir Med. 2017;5:816–826. doi: 10.1016/S2213-2600(17)30294-1. [DOI] [PubMed] [Google Scholar]
  • 21.Sweeney T.E., Azad T.D., Donato M., et al. Unsupervised analysis of transcriptomics in bacterial sepsis across multiple datasets reveals three robust clusters. Crit Care Med. 2018;46:915–925. doi: 10.1097/CCM.0000000000003084. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Galtung N., Diehl-Wiesenecker E., Lehmann D., et al. Prospective validation of a transcriptomic severity classifier among patients with suspected acute infection and sepsis in the emergency department. Eur J Emerg Med. 2022;29:357–365. doi: 10.1097/MEJ.0000000000000931. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Antcliffe D.B., Burnham K.L., Al-Beidh F., et al. Transcriptomic signatures in sepsis and a differential response to steroids: from the VANISH randomized trial. Am J Respir Crit Care Med. 2018 doi: 10.1164/rccm.201807-1419OC. published online Oct 26. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Kondo Y., Umemura Y., Hayashida K., Hara Y., Aihara M., Yamakawa K. Diagnostic value of procalcitonin and presepsin for sepsis in critically ill adult patients: a systematic review and meta-analysis. J Intense Care. 2019;7:22. doi: 10.1186/s40560-019-0374-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Calfee C.S., Delucchi K., Parsons P.E., et al. Subphenotypes in acute respiratory distress syndrome: latent class analysis of data from two randomised controlled trials. Lancet Respir Med. 2014;2:611–620. doi: 10.1016/S2213-2600(14)70097-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Calfee C.S., Delucchi K.L., Sinha P., et al. Acute respiratory distress syndrome subphenotypes and differential response to simvastatin: secondary analysis of a randomised controlled trial. Lancet Respir Med. 2018;6:691–698. doi: 10.1016/S2213-2600(18)30177-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27.Famous K.R., Delucchi K., Ware L.B., et al. Acute respiratory distress syndrome subphenotypes respond differently to randomized fluid management strategy. Am J Respir Crit Care Med. 2017;195:331–338. doi: 10.1164/rccm.201603-0645OC. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28.Sinha P., Delucchi K.L., Thompson B.T., et al. Latent class analysis of ARDS subphenotypes: a secondary analysis of the statins for acutely injured lungs from sepsis (SAILS) study. Intensive Care Med. 2018;44:1859–1869. doi: 10.1007/s00134-018-5378-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29.Gharamti A.A., Samara O., Monzon A., et al. Proinflammatory cytokines levels in sepsis and healthy volunteers, and tumor necrosis factor-alpha associated sepsis mortality: a systematic review and meta-analysis. Cytokine. 2022;158 doi: 10.1016/j.cyto.2022.156006. [DOI] [PubMed] [Google Scholar]
  • 30.König R., Kolte A., Ahlers O., et al. Use of IFNγ/IL10 ratio for stratification of hydrocortisone therapy in patients with septic shock. Front Immunol. 2021;12 doi: 10.3389/fimmu.2021.607217. https://www.frontiersin.org/articles/10.3389/fimmu.2021.607217 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Mickiewicz B., Tam P., Jenne C.N., et al. Integration of metabolic and inflammatory mediator profiles as a potential prognostic approach for septic shock in the intensive care unit. Crit Care. 2015;19:11. doi: 10.1186/s13054-014-0729-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Neugebauer S., Giamarellos-Bourboulis E.J., Pelekanou A., et al. Metabolite profiles in sepsis: developing prognostic tools based on the type of infection. Crit Care Med. 2016;44:1649–1662. doi: 10.1097/CCM.0000000000001740. [DOI] [PubMed] [Google Scholar]
  • 33.Cahill L.A., Joughin B.A., Kwon W.Y., et al. Multiplexed plasma immune mediator signatures can differentiate sepsis from NonInfective SIRS: American surgical association 2020 annual meeting paper. Ann Surg. 2020;272:604–610. doi: 10.1097/SLA.0000000000004379. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34.Rogers A.J., Leligdowicz A., Contrepois K., et al. Plasma metabolites in early sepsis identify distinct clusters defined by plasma lipids. Crit Care Explor. 2021;3 doi: 10.1097/CCE.0000000000000478. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 35.Langley R.J., Tsalik E.L., van Velkinburgh J.C., et al. An integrated clinico-metabolomic model improves prediction of death in sepsis. Sci Transl Med. 2013;5 doi: 10.1126/scitranslmed.3005893. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.Kosyakovsky L.B., Somerset E., Rogers A.J., et al. Machine learning approaches to the human metabolome in sepsis identify metabolic links with survival. Intensive Care Med Exp. 2022;10:24. doi: 10.1186/s40635-022-00445-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37.Fleuren L.M., Klausch T.L.T., Zwager C.L., et al. Machine learning for the prediction of sepsis: a systematic review and meta-analysis of diagnostic test accuracy. Intensive Care Med. 2020;46:383–400. doi: 10.1007/s00134-019-05872-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38.Shashikumar S.P., Wardi G., Malhotra A., Nemati S. Artificial intelligence sepsis prediction algorithm learns to say “I don't know”. NPJ Digit Med. 2021;4:1–9. doi: 10.1038/s41746-021-00504-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 39.Adams R., Henry K.E., Sridharan A., et al. Prospective, multi-site study of patient outcomes after implementation of the TREWS machine learning-based early warning system for sepsis. Nat Med. 2022;28:1455–1460. doi: 10.1038/s41591-022-01894-0. [DOI] [PubMed] [Google Scholar]
  • 40.Sampson D., Yager T.D., Fox B., et al. Blood transcriptomic discrimination of bacterial and viral infections in the emergency department: a multi-cohort observational validation study. BMC Med. 2020;18:185. doi: 10.1186/s12916-020-01653-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 41.Sweeney T.E., Perumal T.M., Henao R., et al. A community approach to mortality prediction in sepsis via gene expression analysis. Nat Commun. 2018;9:694. doi: 10.1038/s41467-018-03078-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 42.Brakenridge S.C., Starostik P., Ghita G., et al. A transcriptomic severity metric that predicts clinical outcomes in critically ill surgical sepsis patients. Crit Care Explor. 2021;3 doi: 10.1097/CCE.0000000000000554. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 43.Mebazaa A., Geven C., Hollinger A., et al. Circulating adrenomedullin estimates survival and reversibility of organ failure in sepsis: the prospective observational multinational Adrenomedullin and Outcome in Sepsis and Septic Shock-1 (AdrenOSS-1) study. Crit Care. 2018;22:354. doi: 10.1186/s13054-018-2243-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 44.Lee S., Song J., Park D.W., et al. Diagnostic and prognostic value of presepsin and procalcitonin in non-infectious organ failure, sepsis, and septic shock: a prospective observational study according to the Sepsis-3 definitions. BMC Infect Dis. 2022;22:8. doi: 10.1186/s12879-021-07012-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 45.Seymour C.W., Yende S., Scott M.J., et al. Metabolomics in pneumonia and sepsis: an analysis of the GenIMS cohort study. Intensive Care Med. 2013;39:1423–1434. doi: 10.1007/s00134-013-2935-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 46.Li G.-B., Hu H.-R., Pan W.-F., et al. Plasma metabolic profiling of pediatric sepsis in a Chinese cohort. Front Cell Dev Biol. 2021;9 doi: 10.3389/fcell.2021.643979. https://www.frontiersin.org/articles/10.3389/fcell.2021.643979 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 47.Liang Q., Liu H., Zhang T., Jiang Y., Xing H., Zhang A. Potential urine biomarkers from a high throughput metabolomics study of severe sepsis in a large Asian cohort. RSC Adv. 2015;5:102204–102209. [Google Scholar]
  • 48.Wang J., Sun Y., Teng S., Li K. Prediction of sepsis mortality using metabolite biomarkers in the blood: a meta-analysis of death-related pathways and prospective validation. BMC Med. 2020;18:83. doi: 10.1186/s12916-020-01546-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 49.Guillou L., Sheybani R., Jensen A.E., et al. Development and validation of a cellular host response test as an early diagnostic for sepsis. PLoS One. 2021;16 doi: 10.1371/journal.pone.0246980. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 50.Shald E.A., Erdman M.J., Ferreira J.A. Impact of clinical sepsis phenotypes on mortality and fluid status in critically ill patients. Shock. 2022;57:57–62. doi: 10.1097/SHK.0000000000001864. [DOI] [PubMed] [Google Scholar]
  • 51.Iwashyna T.J., Burke J.F., Sussman J.B., Prescott H.C., Hayward R.A., Angus D.C. Implications of heterogeneity of treatment effect for reporting and analysis of randomized trials in critical care. Am J Respir Crit Care Med. 2015;192:1045–1051. doi: 10.1164/rccm.201411-2125CP. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 52.Stanski N.L., Wong H.R. Prognostic and predictive enrichment in sepsis. Nat Rev Nephrol. 2020;16:20. doi: 10.1038/s41581-019-0199-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 53.Maslove D.M., Tang B.M., McLean A.S. Identification of sepsis subtypes in critically ill adults using gene expression profiling. Crit Care. 2012;16:R183. doi: 10.1186/cc11667. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 54.Wong H.R., Cvijanovich N., Lin R., et al. Identification of pediatric septic shock subclasses based on genome-wide expression profiling. BMC Med. 2009;7:34. doi: 10.1186/1741-7015-7-34. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 55.Wong H.R., Wheeler D.S., Tegtmeyer K., et al. Toward a clinically feasible gene expression-based subclassification strategy for septic shock: proof of concept. Crit Care Med. 2010;38:1955–1961. doi: 10.1097/CCM.0b013e3181eb924f. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 56.Wong H.R., Cvijanovich N.Z., Allen G.L., et al. Validation of a gene expression-based subclassification strategy for pediatric septic shock. Crit Care Med. 2011;39:2511–2517. doi: 10.1097/CCM.0b013e3182257675. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 57.Wong H.R., Cvijanovich N.Z., Anas N., et al. Developing a clinically feasible personalized medicine approach to pediatric septic shock. Am J Respir Crit Care Med. 2015;191:309–315. doi: 10.1164/rccm.201410-1864OC. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 58.Sinha P., Delucchi K.L., McAuley D.F., O'Kane C.M., Matthay M.A., Calfee C.S. Development and validation of parsimonious algorithms to classify ARDS phenotypes: secondary analyses of randomised controlled trials. Lancet Respir Med. 2020;8:247–257. doi: 10.1016/S2213-2600(19)30369-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 59.Sinha P., Furfaro D., Cummings M.J., et al. Latent class Analysis reveals COVID-19-related acute respiratory distress syndrome subgroups with differential responses to corticosteroids. Am J Respir Crit Care Med. 2021;204:1274–1285. doi: 10.1164/rccm.202105-1302OC. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 60.Neyton L.P.A., Zheng X., Skouras C., et al. Molecular patterns in acute pancreatitis reflect generalizable endotypes of the host response to systemic injury in humans. Ann Surg. 2022;275:e453–e462. doi: 10.1097/SLA.0000000000003974. [DOI] [PubMed] [Google Scholar]
  • 61.Heijnen N.F.L., Hagens L.A., Smit M.R., et al. Biological subphenotypes of acute respiratory distress syndrome show prognostic enrichment in mechanically ventilated patients without acute respiratory distress syndrome. Am J Respir Crit Care Med. 2021;203:1503–1511. doi: 10.1164/rccm.202006-2522OC. [DOI] [PubMed] [Google Scholar]
  • 62.Fjell C.D., Thair S., Hsu J.L., Walley K.R., Russell J.A., Boyd J. Cytokines and signaling molecules predict clinical outcomes in sepsis. PLoS One. 2013;8 doi: 10.1371/journal.pone.0079207. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 63.Jekarl D.W., Kim J.Y., Ha J.H., et al. Diagnosis and prognosis of sepsis based on use of cytokines, chemokines, and growth factors. Dis Markers. 2019;2019 doi: 10.1155/2019/1089107. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 64.Lvovschi V., Arnaud L., Parizot C., et al. Cytokine profiles in sepsis have limited relevance for stratifying patients in the emergency department: a prospective observational study. PLoS One. 2011;6 doi: 10.1371/journal.pone.0028870. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 65.Mosevoll K.A., Skrede S., Markussen D.L., et al. Inflammatory mediator profiles differ in sepsis patients with and without bacteremia. Front Immunol. 2018;9 doi: 10.3389/fimmu.2018.00691. https://www.frontiersin.org/articles/10.3389/fimmu.2018.00691 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 66.Johnson A.E.W., Aboab J., Raffa J.D., et al. A comparative analysis of sepsis identification methods in an electronic database. Crit Care Med. 2018;46:494–499. doi: 10.1097/CCM.0000000000002965. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 67.Perman S.M., Mikkelsen M.E., Goyal M., et al. The sensitivity of qSOFA calculated at triage and during emergency department treatment to rapidly identify sepsis patients. Sci Rep. 2020;10 doi: 10.1038/s41598-020-77438-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 68.Duncan C.F., Youngstein T., Kirrane M.D., Lonsdale D.O. Diagnostic challenges in sepsis. Curr Infect Dis Rep. 2021;23:22. doi: 10.1007/s11908-021-00765-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 69.Quinten V.M., van Meurs M., Wolffensperger A.E., ter Maaten J.C., Ligtenberg J.M. Sepsis patients in the emergency department: stratification using the clinical impression score, predisposition, infection, response and organ dysfunction score or quick sequential organ failure assessment score? Eur J Emerg Med. 2018;25:328–334. doi: 10.1097/MEJ.0000000000000460. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 70.Kreitmann L., Bodinier M., Fleurie A., et al. Mortality prediction in sepsis with an immune-related transcriptomics signature: a multi-cohort analysis. Front Med. 2022;9 doi: 10.3389/fmed.2022.930043. https://www.frontiersin.org/articles/10.3389/fmed.2022.930043 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 71.Habib A.R., Lin A.L., Grant R.W. The epic sepsis model falls short-the importance of external validation. JAMA Intern Med. 2021;181:1040–1041. doi: 10.1001/jamainternmed.2021.3333. [DOI] [PubMed] [Google Scholar]
  • 72.Wong A., Otles E., Donnelly J.P., et al. External validation of a widely implemented proprietary sepsis prediction model in hospitalized patients. JAMA Intern Med. 2021;181:1065–1070. doi: 10.1001/jamainternmed.2021.2626. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 73.Rudd K.E., Johnson S.C., Agesa K.M., et al. Global, regional, and national sepsis incidence and mortality, 1990–2017: analysis for the Global Burden of Disease Study. Lancet. 2020;395:200–211. doi: 10.1016/S0140-6736(19)32989-7. [DOI] [PMC free article] [PubMed] [Google Scholar]

Articles from eBioMedicine are provided here courtesy of Elsevier

RESOURCES