Skip to main content

Surprising and novel multivariate sequential patterns using odds ratio for temporal evolution in healthcare

Abstract

Background

Pattern mining techniques are helpful tools when extracting new knowledge in real practice, but the overwhelming number of patterns is still a limiting factor in the health-care domain. Current efforts concerning the definition of measures of interest for patterns are focused on reducing the number of patterns and quantifying their relevance (utility/usefulness). However, although the temporal dimension plays a key role in medical records, few efforts have been made to extract temporal knowledge about the patient’s evolution from multivariate sequential patterns.

Methods

In this paper, we propose a method to extract a new type of patterns in the clinical domain called Jumping Diagnostic Odds Ratio Sequential Patterns (JDORSP). The aim of this method is to employ the odds ratio to identify a concise set of sequential patterns that represent a patient’s state with a statistically significant protection factor (i.e., a pattern associated with patients that survive) and those extensions whose evolution suddenly changes the patient’s clinical state, thus making the sequential patterns a statistically significant risk factor (i.e., a pattern associated with patients that do not survive), or vice versa.

Results

The results of our experiments highlight that our method reduces the number of sequential patterns obtained with state-of-the-art pattern reduction methods by over 95%. Only by achieving this drastic reduction can medical experts carry out a comprehensive clinical evaluation of the patterns that might be considered medical knowledge regarding the temporal evolution of the patients. We have evaluated the surprisingness and relevance of the sequential patterns with clinicians, and the most interesting fact is the high surprisingness of the extensions of the patterns that become a protection factor, that is, the patients that recover after several days of being at high risk of dying.

Conclusions

Our proposed method with which to extract JDORSP generates a set of interpretable multivariate sequential patterns with new knowledge regarding the temporal evolution of the patients. The number of patterns is greatly reduced when compared to those generated by other methods and measures of interest. An additional advantage of this method is that it does not require any parameters or thresholds, and that the reduced number of patterns allows a manual evaluation.

Peer Review reports

Introduction

In pattern mining, it is common to use the statistical significance of a pattern to reduce the huge number of patterns that are initially generated. A majority of these patterns are either unimportant or obvious, lacking the ability to provide novel insights to domain experts. To enhance the utility, relevance and usefulness of the patterns discovered, diverse measures of interestingness are employed to reduce their number [1].

A large number of specific quantitative indicators of test performance have been introduced into the clinical domain. These comprise specificity and sensitivity, likelihood ratios, area under the receiver operating characteristic curve (AUC), predictive values, and many more [2]. But there is a singular indicator named the Diagnostic Odds Ratio (DOR), which is an intuitive measure to clinicians for finding association between an exposure and an outcome and is closely intertwined with prevailing metrics. This indicator plays a pivotal role in enabling the formal meta-analysis of studies on diagnostic test performance and is derived through logistic regression [3].

In this paper, we propose a new data mining task [4] aimed at specifying the types of patterns or knowledge to be discovered during the data mining process in biomedical applications, where the diagnostic odds ratio can be calculated.

Therefore, we define Jumping Diagnostic Odds Ratio Sequential Patterns (JDORSP) and show how to use them in order to extract temporal knowledge regarding the evolution of the patients in the Intensive Care Burns Unit (ICBU).

We select these patterns by employing the DOR in a new way as regards its use as a measure to significantly reduce the number of patterns in the clinical domain and obtain only those sequential patterns with sound knowledge based on the definition of risk and protection factors.

The idea is to extract knowledge from a small number of sequential patterns that represent the patient’s state with a statistically significant protection factor, whose extensions (or evolutions) suddenly change the clinical state of the patient, thus making the patterns a statistically significant risk factor (or vice versa).

In addition to introducing JDORSP, we also evaluate the temporal knowledge they provide in the domain as regards two parameters: surprisingness and relevance for the domain. We additionally define a surprisingness measure with which to rank the patterns.

The remainder of this paper is organized as follows. Section 2 provides the literature review on the methods employed to discover discriminative patterns, the interestingness measures for data mining, including DOR, and the evolution of patients in an Intensive Care Burns Unit. Section 3 describes the methods used and the case study. Section 4 shows the experiments and provides a thorough discussion of the results obtained. Finally, we show our conclusions and future research.

Literature review

Discriminative patterns

In data mining, a pattern is considered significant when it meets certain criteria or thresholds that indicate its importance or usefulness. Discriminative pattern mining techniques have gained popularity due to their ability to uncover sets of significant patterns occurring with remarkable frequencies across class-labeled datasets. These methods facilitate the identification of meaningful patterns [5].

The study of discriminative patterns has advanced significantly, encompassing various non-uniform definitions such as contrast sets [6], emerging patterns [7] and subgroups [8, 9].

The process of discriminative pattern mining involves the assessment of pattern set frequency and utilizes statistical measures to evaluate the discriminative power of individual patterns or the complete pattern set [10]. Only those patterns or pattern sets that are able to pass the user-specified significance tests are considered significant.

Some researchers have carried out the mining process by adopting certain thresholds of the constraints, such as the growth rate [7, 11], the difference between the two supports [6, 12], information gain [13] or the odds ratio [14,15,16] to measure the discriminative power and then remove insignificant patterns.

Methods for the discriminative analysis of sequence data have also been proposed.

The mining of a minimal characteristic subsequence that occurs frequently in sequences of one class and infrequently in sequences of another has been studied by Ji et al. [17]. An efficient algorithm, denominated as ConSGapMiner, was designed in order to find all distinguishing subsequences. This algorithm follows a step-by-step process, encompassing candidate generation, frequency support computation, gap satisfaction testing, and post-processing techniques to ensure the removal of non-minimal outcomes.

In [18] the authors mined discriminative sequential patterns using significance threshold. First generate all the frequent sequential patterns using GSP, and the p-value of each frequent sequential pattern is calculated via the Fisher’s exact test. In addition, some patterns whose p-values are no less than the p-values of its sub-patterns are removed since these patterns are redundant.

Extracting concise and strong contrast information between two sequential datasets can be useful in the clinical evolution of patients, or in the construction of sequential classification models.

When discriminative patterns are used, one important question is how to select an appropriate measure in certain specific practical situations. Furthermore, Fang et al. [19] present an interesting formulation with which to divide discriminative patterns into several categories with respect to their different types of discriminative power. Notably, the efficacy of one discrimination measure may be different according to the targeted objectives, data types and discriminative pattern categories.

Choosing appropriate measures for discriminative power evaluation, therefore, sometimes requires domain knowledge and a clear acknowledgement of the nature of problems and data.

Interestingness measures

The generation of rules from association rule mining or from discriminative pattern mining usually produces a huge set of rules that are impossible for domain specialists to manage. Moreover, these rules are generally superfluous because they vary slightly from each other, and their redundancy reduces the efficiency of the discovery. This is useless when the users have to sift through thousands or even millions of rules, because they lose the opportunity to interpret the results, find interesting rules or even use them to build a more accurate classifier [20].

Users are interested only in and are able only to evaluate from tens to a few hundreds of patterns. In order to solve this problem, interestingness measures should, therefore, be used to filter or to rank patterns and present a small number of patterns to users.

Diverse interestingness measures are widely employed across machine learning, data mining, and statistics domains. However, there is still no formal definition of “interestingness”. In their study, Geng and Hamilton [15] presented a comprehensive analysis of pattern interestingness, encompassing 9 essential criteria: conciseness, generality, reliability, peculiarity, diversity, novelty, surprisingness, utility and actionability.

These criteria may have overlaps or conflicts with others. For example, a concise pattern is, because of its simplicity, usually general, and generality may also lead to reliability. On the other hand, generality conflicts with peculiarity and novelty.

The default interestingness measures universally used in order to discover relevant association rules are support and confidence. The support-confidence framework is the most common framework used in most association rule mining methods and in order to mine and select rules for discriminative patterns [20].

Other studies use certain syntactical definitions to remove redundancies: for example, productivity [21], closure [22], constraints [23] or relevance [24].

Although support and confidence are, in many cases, appropriate measures with which to build a strong model, they are still not the ideal measures. The choice of a minimum support threshold in data mining requires careful consideration. A high threshold risks capturing only self-evident knowledge, missing out on exceptional cases that are interesting. Conversely, a low threshold yields a vast number of rules, often redundant or noisy, making it challenging to effectively calibrate the support setting [20].

There are several papers in which the authors compare different interestingness measures. For example, in [25] the authors investigate sixty-one objective interestingness measures such as support, confidence, conviction, lift, leverage, gini index or chi-square, among others to analyze their similarity and dissimilarity as well as their relationship.

In addition to these related works, we refer the reader to McGarry [26] and Geng and Hamilton [15] for more general information about interestingness measures.

Evolution of patients in intensive care burns units

Intensive Care Burns Units (ICBU) are specialized healthcare facilities dedicated to the treatment of severe burn injuries, usually with inhalation injuries.

The initial evaluation and resuscitation of patients with extensive burn injuries, necessitating hospitalization, can be only loosely guided by formulas and rules [27]. However, the inherent limitations and inaccuracies of these formulas mandate continuous re-evaluation and adjustment of fluid infusions based on resuscitation goals. Key factors such as patient incomings, diuresis, fluid balance, acid-base balance (pH, bicarbonate, base excess), among others, are essential for defining objectives and monitoring the progression and response to treatment.

Nevertheless, the evaluation of these parameters is essential not only during the critical resuscitation phase (initial 2 days) but also throughout the subsequent stabilization phase (consecutive 3 days), as it contributes to a comprehensive understanding of patient progression and treatment effectiveness.

It might be possible to discover interesting multivariate sequential patterns that could help clinicians provide new insights concerning their patients’ evolution.

Furthermore, the ability to predict early mortality following admission is crucial in determining the appropriate course of action, whether it be an aggressive or conservative therapeutic approach. In a previous paper [28], we considered the patients’ evolution as regards mortality prediction by using emerging patterns with a knowledge-based temporal abstraction and then building highly sensitive and specific patient-survival classifiers.

Methods

Sequential patterns

Let I = {i1, i2, …, ik} represent a set of items. An itemset t is a non-empty subset of I. A sequence s = t1, t2, …, tm is an ordered list of itemsets (ti I) (also referred to as elements or events). The items within an element are unordered and are listed alphabetically. An item can occur at most once in an element of a sequence but may appear multiple times in different elements of a sequence. Multivariate sequences are sequences that have multiple attributes for each item in the sequence.

The length of a sequence is determined by the number of instances of items it contains. A sequence with a length of k is denoted as a k-sequence. For example, s = a, bce, de, bcde, f is a sequence comprising 6 distinct items {a, b, c, d, e, f} and 5 itemsets. The length of this sequence is 11.

Each itemset within a sequence represents the set of events occurring simultaneously (at the same timestamp). Different itemsets may appear at different times, but not necessarily the following day.

A sequence u = a1, a2, …, an is considered a subsequence of sequence e = b1, b2, …, bm (or e is a supersequence of the sequence u), denoted as u e, if integers i1 < i2 < … < in exist, such that a1 bi1, a2 bi2, …, an bin. For instance, a, bce, f is a subsequence of s.

Given a sequence database D = s1, s2, …, sn, the support of a sequence s D is defined as the number of sequences in D that contain s. If the support of a sequence s satisfies a pre-specified minimun support threshold, s is considered a frequent sequential pattern.

We employed the FasPIP mining algorithm [29], which utilizes the Equivalence Classes Strategy and is able to discover multivariate sequential patterns represented by time points. This representation incorporates three distinct time operators (<, =, >), to establish relationships between points, indicating occurrences before (<), simultaneous or co-occurring (=), and after (>) each other. Furthermore, since the “after” operator (>) is the inverse of the “before” relation (<), considering a relation from the first occurring point obviates the need for the “after” operator. For example, a > b can be expressed as b < a.

During the candidate generation phase, FasPIP employs two distinct operations to expand a sequence by adding an item, thereby creating a new sequence: Sequence extensions, where frequent points occur after the existing sequence, and Itemset extensions, where points occur simultaneously with the last item in the pattern. For example, considering the sequence α = a < b and an item c I, the sequence β = a < b < c represents a Sequence extension (S-extension), while γ = a < b = c denotes an Itemset extension (I-extension).

Jumping emerging patterns

Emerging Patterns (EP) [7] refer to sets of item conjunctions with attribute values that exhibit significant frequency changes across different datasets. Mining Emerging Patterns involves the task of identifying patterns (itemsets) whose growth rates (the ratio of their frequency between two classes) surpass a given threshold [1].

Moreover, a Jumping Emerging Pattern (JEP) [30] is an EP that exhibits an infinite growth rate, meaning it appears in one class but not in the other.

Diagnostic odds ratio as interestingness measure in the clinical domain

In various clinical contexts, clinicians heavily depend on the accurate interpretation of diagnostic data (see Table 1). A wide range of tests have been proposed with the aim of improving diagnostic decision-making in diverse clinical scenarios.

Table 1 2 × 2 Contingency table. The abbreviations TP, FP, FN, and TN respectively denote the number of true positives, false positives, false negatives, and true negatives

For example, accuracy can be expressed by sensitivity (proportion of positives among people with disease) (see Eq. 1) and specificity (proportion of negatives among people without disease) (see Eq. 2).

$$sensitivity=\frac{TP}{TP+FN}$$
(1)
$$specificity=\frac{TN}{TN+FP}$$
(2)

In Glas et al. [3], the adoption of the Diagnostic Odds Ratio (DOR) as a single indicator of diagnostic performance is suggested. The DOR serves as a measure of the discriminative capability of a diagnostic test, representing the ratio of the odds of a positive test result among the diseases to the odds of a positive test result among those without the disease (refer to Eq. 3).

$$DOR=\frac{\frac{TP}{FN}}{\frac{FP}{TN}}=\frac{\frac{sensitivity}{1-sensitivity}}{\frac{1-specificity}{specificity}}$$
(3)

The DOR is not prevalence dependent, and may be easier to understand, as it is a familiar epidemiological measure and has, therefore, been widely used in health and medical practice and research.

The DOR takes values ranging from 0 to infinity. The further the DOR is from 1, the more likely it is that those with the disease are exposed when compared to those without the disease (risk factor). A DOR of 1 indicates that the test does not differentiate between patients with and without the disease. Values below 1 suggest a decreased risk of disease association with exposure (protection factor).

Conventional calculation of confidence interval (CI) for range estimates is commonly performed as depicted in Eq. 4, where Xhm represents the Mantel-Haenszel chi-square and Z = 1.96 is utilized for a 95% confidence level. In practice, the 95% CI is frequently employed as an indicator of statistical significance if it does not overlap with the null value (OR = 1).

$$\eqalign{& CI = DO{R^{(1 \pm {Z \over {Xhm}})}},\cr Xhm & = \sqrt {{{(n - 1){{(TP \times TN - FP \times FN)}^2}} \over {(TP + FP)(FN + TN)(TP + FN)(FP + TN)}}} \cr}$$
(4)

Another statistical metric often used in epidemiological studies is relative risk. The DOR and relative risk are consistent. A larger diagnostic odds ratio leads to a larger relative risk, and vice versa. Under the rare-disease assumption, the odds ratio approximates the relative risk.

In [31], and later in [32], the authors use relative risk as a measure of the interestingness of patterns, defining risk patterns and excluding superfluous patterns.

In a recent article [33], the authors argue against the primary use of the relative risk ratio in clinical research. They assert that the relative risk’s direct interpretation lacks meaning and propose replacing it with the DOR. According to their findings, the DOR measures solely the effect magnitude and has no relationship to the prevalence of an outcome in a study nor does it overestimate the relative risk as is commonly thought.

Another statistical measure used in rule discovery is Chi-square [6], although, in general, any statistical test with a significant p-value could be employed [21, 34]. A number of these measures do not indicate the strength of the association. They are inappropriate for comparing values of quality of two subgroups and unsuitable for choosing top subgroups. In contrast, the DOR indicates the strength of an association [35].

It should also be noted that in [36] the authors illustrate that traditional statistical methods used by epidemiologists to assess etiologic associations are not adequate to determine the potential performance of a test for classifying or predicting risk for persons. This implies that the discriminatory power of the DOR is often questioned [37]. Since an odds ratio is a single number, it does not account for the trade-off between accurately identifying sick patients and mistakenly identifying otherwise healthy individuals. However, its association with the relative risk has long made it valuable for characterizing population variations in risk.

Using the non overlapping of the confidence interval of the DOR

In Li et al. [14], a technique for eliminating redundant rules was introduced, utilizing the overlap of confidence intervals of the Diagnostic Odds Ratio (DOR). As shown in the previous section, the DOR is typically accompanied by its 95% confidence interval (CI) to demonstrate the accuracy of the estimate. The authors employed confidence intervals to determine whether a rule and its extension are statistically different. Non-overlapping confidence intervals indicate that the rules must carry different information, while overlapping intervals suggest the equivalence of the rules, leading to the pruning of the extension.

Several works based in the non-overlapping of DOR have subsequently been produced. In Toti et al. [38], the authors discuss the differences in performance obtained when extracting rules with the different definitions of non-exposed population, with no pruning criteria used to filter redundant rules, or when adding a pruning criterion of redundant rules based on an overlapping of 95% CI. They observed that mining without any pruning criteria resulted in a significant number of redundant rules, highlighting the necessity for an elimination process.

In another work [39], the authors emphasize the necessity of replacing traditional interest metrics such as support and confidence with metrics that specifically address the variations in risk resulting from different exposures. They propose two post-processing pruning criteria for refining the rule set. Firstly, a rule is pruned if its 95% CI for the DOR intersects with the value of 1. Secondly, a rule is pruned if its 95% CI does not overlap with any of its parent rules. The algorithm employed in their study successfully identifies interesting patterns among numerous combinations; however, the interpretation of the output still requires domain expertise.

Case study

In this work, we analyze a clinical dataset comprising 480 patient records collected between 1992 and 2002 from the Intensive Care Burns Unit (ICBU) at the University Hospital of Getafe in Spain.

Firstly, we considered only those patients who survived during the period studied and those for whom it was possible to estimate the hours of hospital stay. After this cleansing, 465 patients remained, of which 81.29% (378/87) eventually survived, 69.68% (324/141), were male, and 43.23% (201/264) had inhalation injuries. Table 2 provides a summary of the static attributes of the database.

Table 2 Attribute summary

We extracted six time series of both laboratory and physiologic data from the health records. The registered variables recorded during five days were: a) total of managed liquids measured in cc (INC); (b) diuresis in DC (DIUR); (c) balance of fluids in DC (BAL); (d) pH (PH); (e) bicarbonate in mmol/L (BIC); and (f) base excess in mEq/L (BE). All the attributes are continuous variables that represent cumulative values recorded over a 24-hour period. It is important to note that the fluid balance attribute (BAL) is not the difference between incomings (INC) and diuresis (DIUR); rather, it includes all potential eliminations of fluids, ensuring a comprehensive assessment of the fluid dynamics within the patient’s system.

Three step knowledge discovery process

In our previous paper [28], models with which to predict mortality in ICBU were built by defining a 4-step knowledge discovery process. The initial two steps of our methodology concentrate on pre-processing the database and applying a pattern discovery technique to show the patients’ progression. Subsequently, we introduce a post-processing step to reduce the number of identified patterns. Lastly, to achieve interpretable models, we utilize the remaining patterns to construct classification models, which can take the form of rules or decision trees.

In this experiment, we have employed the first three steps, because we wish only to obtain a reduced number of sequential patterns with a specific medical behavior, and do not intend to use these patterns to build a classification model. Figure 1 illustrates this 3-step knowledge discovery process.

Fig. 1
figure 1

3-step knowledge discovery process for JDORSP

Step 0: “Discretization of temporal attributes”

In step 0, “Discretization of temporal attributes”, we used the discretization generated by an expert on the basis of clinical reference values, along with the Unsupervised Correlation Preserving Discretization (UCPD), for every attribute. These measures were selected according to a previous work [40].

On the one hand, the reference range discretization carried out by an expert (see Table 3) was determined from a variety of sources, and on the other, automatic cut points computed by employing the UCPD discretization method are shown in Table 4.

Table 3 Cut points of each attribute when using Expert discretization
Table 4 Cut points of each attribute when using UCPD discretization

An expert discretization is preferred by clinicians because it is based mainly on reference range values, and it is necessary to interpret the patterns manually. For a better understanding of patterns, intervals of expert discretization are shown in Table 5. For example, if i marks the i discretization interval where i = 0 is the lowest interval, the item pH0 means severe acidosis [<, 7.20), pH1 = moderate acidosis [7.20, 7.30), pH2 = mild acidosis [7.30, 7.35), pH3 = normal [7.35, 7.45), pH4 = mild alkalosis [7.45, 7.50), pH5 = moderate alkalosis [7.50, 7.60], and pH6 = severe alkalosis [7.6, >).

Table 5 Discretization intervals of each attribute using expert discretization

Step 1: “Mining multivariate sequential patterns”

In step 1, “Mining multivariate sequential patterns”, we use the FasPIP algorithm [29].

We have considered different rule supports depending on the discretization from 16% to 6% in order to generate the patterns, as in Casanova et al. [40], in which we compared different discretization algorithms in an attempt to discover the highest support that generates the lowest number of patterns, spans to the 5 days, and produces the best classification results. This will, therefore, allow us to compare the number of patterns obtained and observe the reduction attained.

For example, the pattern number 14 (BAL4 < BAL4 < DIUR2) (172 patients) (extracted from Appendix A) with a length of 3 items on three different days A, B, and C, was found by using expert discretization. This temporal sequence starts with balance of fluids over 52.22 (BAL4) for two consecutive days (A and B), and it is followed (on day C) by diuresis between 1.0 and 1.9 (DIUR2). Figure 2 shows this pattern and its extensions with a new item (PH4). First the s-extension number 14A (BAL4 < BAL4 < DIUR2 < PH4) (45 patients), on another day D, where Day A < Day B < Day C < Day D, and second the i-extension number 14B (BAL4 < BAL4 < DIUR2 = PH4) (54 patients), on the same day C. Note that the days in the sequence are not necessarily consecutive.

Fig. 2
figure 2

Example of pattern extensions

Step 2: “Post-processing”

Finally, in step 2, “Post-processing”, we select the Jumping DOR Sequential Patterns on the basis of the DOR definition of the risk and protection factors. These new patterns are explained in more detail in the following section.

To compute the DOR, we address the potential issues arising from sensitivities and specificities of 100% by adding 0.5 to all cells in the diagnostic contingency table.

Jumping DOR sequential patterns (JDORSP)

As we explained in Sect. 3.3, when we calculate the DOR of each pattern, we also can calculate the confidence interval in order to infer whether or not the association is statistically significant. Confidence intervals play a crucial role in the interpretation of the DOR in terms of both clinical significance and statistical significance.

We have chosen a 95% confidence interval (CI), which shows whether a DOR is statistically significant [41]:

  • When the entire 95% CI is below 1, it indicates statistical significance in the DOR, suggesting a protective effect of the exposure in the study population.

  • When the entire 95% CI is above 1, it indicates statistical significance in the DOR, suggesting a significant risk associated with the exposure in the study population.

  • When the 95% CI overlaps DOR = 1, the DOR is said to be not statistically significant in the study population. This may reflect a true absence of a relationship between the exposure and the disease.

We propose a new way in which to use the DOR to reduce the number of patterns. We choose only the i-th pattern pi with length (l) items at a specific point in time (t), that has a statistically significant protection factor (DOR and CI < 1), and its n extensions (pi1, pi2, ..., pin) of pi with length (l + 1) items, which could be an S-extension (in the next time, t + 1) or an I-extension (in the same time, t), that have a statistically significant risk factor (DOR and CI > 1), and vice versa.

Besides, we can select “all” the pattern extensions or choose only the “best” pattern extension by using a beam search for the highest (or lowest) value of DOR.

Fig. 3
figure 3

Example of jumping DOR sequential patterns

For example, Fig. 3 shows pattern number 14 (BAL4 < BAL4 < DIUR2) studied previously in Fig. 2 and extracted from Appendix A, with a length of 3 items and DOR value of 1.68 in the interval (1.05, 2.69), having a statistically significant risk factor (DOR and CI > 1), and then its 2 extensions, with a statistically significant protection factor (DOR and CI < 1) and a length of 4 items, first the S-extension number 14A (BAL4 < BAL4 < DIUR2 < PH4), with a DOR of 0.18 in the interval (0.05, 0.67) and second the I-extension number 14B (BAL4 < BAL4 < DIUR2 = PH4), with a DOR of 0.23 in the interval (0.08, 0.69). If we wanted to select the “best” protective extension, we would choose only pattern 14A, as it has the smallest DOR value, being more protective. Note that the entire 95% confidence interval of pattern 14 is greater than 1, and its extensions (14A and 14B) have an entire 95% confidence interval less than 1.

This makes it possible to obtain sequential patterns with the following interpretation or meaning: at a particular point in time, it is possible to state that the patient will survive (with a statistically significant DOR protection factor), however, something suddenly happens (usually the next day), and a pattern extension has a statistically significant DOR risk factor (or vice versa).

We denominate this as Jumping Diagnostic Odds Ratio Sequential Patterns (JDORSP).

Proposed ranking measure: surprisingness score

In order to create a ranking with which to prioritize the patterns according to their interest, we define a measure that is based on the difference in DOR between a pattern and its extensions. The bigger the difference, the more surprising the pattern is.

After obtaining all the extensions of a pattern, we could rank them with this new measure. In our case, we wish to prioritize the most surprising patterns, so we define surprisingness score, SUR, as the maximum of the difference in the absolute value of a pattern with any of its extensions. Let p be a pattern, and let Px be the set of all the extensions of pattern p. SUR is formally defined in Eq. 5.

$$\eqalign{{\rm{SUR = }} & {\rm{max(}}\left| {{\rm{dor}}(p) - dor(x)} \right|{\rm{)}} \cr & \left\{ {{\rm{x}} \in {{\rm{P}}_{\rm{x}}}} \right\} \cr}$$
(5)

Experiments and discussion

We shall choose only those sequential patterns that have a DOR with a statistical protection factor and all the consecutive patterns with a statistical risk factor, and vice versa (these are denominated as Jumping DOR Sequential Patterns).

In order to compare the number of patterns generated, we propose two baseline experiments with which to select discriminative patterns that do not need user-specified thresholds either: using Jumping Emerging Patterns (JEP) and using the non overlapping of the DOR. There is a discussion of the results of these baseline experiments in our previous paper [16].

Baseline experiment 1: using Jumping Emerging Patterns (JEP)

In our initial baseline experiment, we focused on identifying discriminative patterns, which are regarded as a fundamental technique in data mining [10]. To ensure a comprehensive analysis of both survivors and non-survivors, we performed pattern extraction separately on the subset of survivors and the subset of non-survivors. This approach allowed us to eliminate any common patterns representing typical patient evolution and focus solely on patterns that exhibited discriminatory characteristics between the two groups.

Baseline experiment 2: using the non overlapping of the confidence interval of the DOR

In the second baseline experiment, we selected the patterns with a statistically significant change in the DOR, as stated in Li et al. [14]. The diagnostic odds ratio between two patterns is significantly different if their 95% confidence intervals do not overlap. In addition, only rules with an interval that does not cross 1 have been included in the output (as occurred in Toti et al. [39]). All the rules will, therefore, be statically significant.

Experiment: using Jumping DOR Sequential Patterns (JDORSP)

Finally, we selected the new Jumping DOR Sequential Patterns that have been proposed in Sect. 3.7.

Note that by the definition of JDORSP, they are a subset of the patterns extracted in baseline experiment 2, i.e., JDORSP non_overlapping_CI_DOR, since there will never be an overlap of a pattern with its extension, when transitioning from risk to protection (or vice versa).

The patterns obtained have the highest quality of all the experiments carried out previously because there are very few patterns, and they can, therefore, be manually reviewed by an expert in order to evaluate their possible clinical relevance.

Results of the experiments

Table 6 depicts the number of discriminative patterns that have been selected after processing the two baseline experiments and our new proposal using different discretization algorithms (Expert and UCPD) and varying the rule support depending on the discretization.

Table 6 Number of patterns selected from the subset of survivors and nonsurvivors after processing the two baseline experiments and our new proposal (JDORSP) using Expert and UCPD discretization

As explained previously, we have carried out two kinds of experiments in which the DOR between patterns was used to choose the discriminative patterns. We can select “all” the pattern extensions or choose only the “best” pattern extension by using a beam search for the highest value of DOR. This thus makes it possible to slightly reduce the number of patterns with baseline experiment 2 and with JDORSP experiment. In our case, few patterns have two or more extensions, but this criterion is generally valid.

As Table 6 shows, there is generally a great reduction in the number of patterns. This signifies that, for example, for expert discretization and 8% support, from 329,950 initial patterns (88,084 patterns for survivors + 241,866 patterns for non-survivors), we obtain 4,931 patterns using JEP (Jumping Emerging Patterns) (that is -98.5% of the original patterns that have been mined). With the non-overlapping of DOR (all), we obtain 2,195 patterns (-55.5% by using JEP), while when using our new Jumping DOR Sequential Patterns proposal (all), we obtain 163 patterns exclusively (-92.57% by using the non-overlapping of DOR).

Moreover, it will be noted that the reduction in the number of patterns is similar when using the UCPD discretization.

Furthermore, Table 7 shows the number of patterns initially selected and their number of extensions when the DOR is used to mine patterns. If we continue with expert discretization and 8% support (all), it is, therefore, possible to see that using the non-overlapping of the DOR makes it possible to obtain 2,195 patterns, of which 928 are initial patterns and 1,267 are their extensions. When an initial pattern has a DOR of protection, the extensions can move to risk (41 patterns) or continue with a protection factor (21 patterns). Moreover, the initial pattern can have a risk factor, and the extensions have a risk factor (1,156 patterns) or a protection factor (49 patterns).

Table 7 Number of patterns and all their extensions with the change of DOR factor for Expert and UCPD discretization (all)

As will be noted, with expert discretization and using the non-overlapping of the DOR, it is usual to start with initial patterns that are a risk factor to extensions that also constitute a risk factor. We consider that these patterns are less interesting for the new clinical knowledge, and that those patterns in which there is a significant change are those which are interesting in order to obtain surprising patterns.

With our new proposal, Jumping DOR Sequential Patterns (JDORSP), we therefore select only certain specific patterns using the non-overlapping of the DOR, that is, patterns that initially have a protection factor and whose extensions have a risk factor (41 patterns if we continue with the previous example) or the patterns that initially have a risk factor and whose extensions have a protection factor (49 patterns).

The same Table 7, therefore, shows that with JDORSP, expert discretization and 8% support, of the 163 patterns selected, there are 73 initial patterns and 90 extensions (41 with a risk factor and 49 with a protection factor).

Technical discussion

Once a small number of sequential patterns that represent an abrupt change in patient evolution have been obtained, the interesting aspect is that of an expert manually evaluating each of the patterns obtained and attempting to explain their behavior. Table 8 shows some of the most interesting of the 38 patterns discovered (and their 45 extensions) using a 10% support with expert discretization. The full table is shown in Appendix A, in which the last two columns provide an evaluation by two clinicians of the level of interestingness of every pattern (surprisingness and relevance), using a scale of importance from 1 to 5 (not at all important, low importance, neutral, moderately important, very important). Firstly, Table A1 shows the patterns discovered that are initially at risk and whose extensions have a protection factor, while Table A2 shows the patterns that initially have a protection factor and are then at risk.

Table 8 Example of patterns discovered using JDORSP (Jumping DOR Sequential Patterns) mining process (all) with 10% support and expert discretization (extracted from Appendix A)

We have also calculated the absolute difference between the DOR value for the initial pattern and each extension. We believe that this score, which we have denominated as “SUR”, could be an indicator of the importance of the pattern extension in terms of surprisingness and relevance.

For example, one of the interesting patterns in Table 8 (extracted from Table A2) is pattern number 34 (PH3 < PH3 < PH3). This pattern has a statistically significant protection factor, with a DOR of 0.59 in the interval (0.37, 0.94). This pattern occurs for 279 patients, 43 of whom die (15.41%).

This pattern has the extension number 34A: PH3 < PH3 < PH3 < BAL4 with a DOR value of 4.06 in the interval (1.85, 8.92), signifying that it has a statistically significant risk factor. This pattern is found for 24 patients, 11 of whom die (45.83%). The surprisingness score (SUR) is 3.47 and is calculated as the absolute value of 0.59 minus 4.06.

It will, therefore, be noted that if the level of the PH is normal on three consecutive days, the patients will usually survive, but if the fluid balance is very high on the fourth day, then the patients have a much higher risk of death.

The use of a lower support makes it possible to discover patterns in which these changes are drastic. Table 9 shows the top 10 patterns discovered from Risk to Protection and the top 10 patterns discovered from Protection to Risk. These are ordered by SUR, using a 6% support with expert discretization (best) extracted from the 273 original JDORSP patterns discovered.

Table 9 Top 10 patterns discovered using JDORSP (Jumping DOR Sequential Patterns) mining process (best) with 6% support and expert discretization (some of them, extreme)

Note that there is a drastic change in the frequency properties of some of these patterns. This has made it possible to discover sequential patterns in which all the patients may eventually live or die. We call them as Extreme JDORSP.

For example, the pattern in which bicarbonate is low and base excess is normal later on 2 consecutive days (BIC1 < BE2 < BE2) has a statistically significant risk factor (DOR = 2.65). But, if the PH is a little higher the following day (BIC1 < BE2 < BE2 < PH4) then we have a statistically significant protection factor (DOR = 0.09), in which absolutely all the patients live (22 of the 22 patients that have this pattern live).

It is also necessary to observe patterns in which the change in frequency is very high (and not only 100%). If we observe the pattern PH4 < PH4, in which the PH is slightly higher for 2 days, it has a statistically significant protection factor, with DOR = 0.47, where only 14 out of 123 patients die (11.38%). But, if the base excess is low the following day, PH4 < PH4 < BE1, then we have a statistically significant risk factor, in which 6 out of 7 patients will die (85.71%).

Discussion in the clinical study

In order to evaluate the level of interestingness (surprisingness and relevance) of the new sequential patterns discovered (JDORSP), the two clinicians chose to study the relationship between resuscitation related variables (fluid input and fluid balance), tissue perfusion related variables (arterial blood pH, bicarbonate concentration and base excess) and ICBU mortality. This decision was made for a number of reasons. Firstly, these are modifiable variables and, if an association with the outcome of interest is proven, a causal relationship could be hypothesized and, if this is proven, those variables could be used as therapeutic targets. Secondly, because those variables are related to the resuscitative efforts aimed at restoring organ perfusion after trauma. The fluids infused (in order to restore organ perfusion and urine output), the urine output (the most immediate goal of resuscitation), and the fluid balance (the difference between the fluids administered and the fluids lost by urine and other bodily losses), summarize the changes associated with the main therapeutic intervention immediately after trauma, i.e., fluid resuscitation. It could be said that the patterns regarding the patient’s evolution can have at least two different uses. In the first place, they can be used to establish therapeutic targets or outcomes to be achieved in the treatment of the patients, and in the second, they can be used as a means of monitoring and anticipating the appearance of risks in the patient.

The clinicians evaluated whether the sequential patterns add new knowledge (surprisingness) and whether they are clinically relevant because they may imply something interesting to review (relevance). Patterns will be good if they are relevant. If they are surprising, a possible line of interest for research could be identified, while if they are not novel but are confirmatory, it might be possible to conclude that the method could be used for other unexplored fields. A scale from 1 to 5 was used, where 1 is very low and 5 is very high. The relevance increases when it converts a risk factor into a protection factor, such as when there is a correction to an alteration, or when, after several abnormal determinations, a single corrected determination changes the prognosis.

Upon analyzing the tables in Appendix A, it will be noted that the patterns found are highly relevant, with an average relevance of 4.8. The novelty of the extensions is greater than that of the parent patterns, both globally and as regards the two types of patterns. With regard to the novelty that they provide, the extensions of the patterns that are transformed from a risk factor into a protection factor is very high (4.9) with respect to the global factor, which is 3.55, or the extensions of the patterns that become risky (3.36). In this case, it will be observed that the most interesting aspect is that after several days of being at risk, there is a change and the patterns start to have a protection factor. This change would not be surprising in other patterns with shorter duration.

The sequential patterns (of risk or protection) identified herein are of great clinical interest, as some are either very (scores close to 5) surprising or relevant. For instance, pattern 1, which indicates that a very positive fluid balance is associated with poor prognosis, is relevant, as it indicates that clinicians should take this change into account when prognosticating (and perhaps in order to fine tune fluid administration during resuscitation) burn patients. However, it is not surprising, as the currently accepted paradigm proposes that excessive fluid administration could lead to excessive edema formation and thus be associated with a poor prognosis. However, pattern 1A, which indicates that a strongly positive fluid balance followed by base excess and bicarbonate within the normal range, followed in turn by a pH rather in the alkalotic range, is protective is quite surprising. This is because it documents that the deleterious effects of a positive fluid balance appears to be offset if the pH is subsequently normalized (or even shifts towards the alkalotic range). This pattern is also relevant, as it reports the still incompletely known pathophysiology of the changes after trauma and their impact on prognosis.

Conclusions and future work

This paper shows a proposal for a new method by which to obtain a reduced subset of surprising and innovative temporal patterns with which to represent the temporal evolution of a patient’s clinical state, denominated as Jumping Diagnostic Odds Ratio Sequential Patterns (JDORSP). The Diagnostic Odds Ratio (DOR) is used to select sequential patterns that represent a change in the evolution, that is, patterns that become a protection factor when we extend a pattern that was a risk factor, or vice versa. To the best of our knowledge, this is the first time that the DOR and sequential patterns have been used in this way.

We have evaluated the suitability of our method with patients in an Intensive Care Burns Unit. We highlight the drastic reduction in sequential patterns with respect to the current state of the art (Jumping Emerging Patterns or the non overlapping DOR). This remarkable reduction is particularly helpful for the subsequent manual review carried out by medical experts.

We have evaluated the surprisingness and relevance of the patterns with clinicians, and the most interesting fact is the high surprisingness (4.9 out of 5) of the sequential patterns that initially have a risk factor, and their extensions become a protection factor, that is, the patients that recover after several days of being at high risk of dying.

For further research we plan to explore other uses of the DOR and other epidemiological metrics, such as relative risk, as a measure of interestingness with which to calculate jumping sequential patterns. We are also working work on employing syntactic or semantic-based approaches to remove redundancy by coverage. A further post-process with which to improve the expressiveness of the patterns is also a research line and could, for example, be used to express very closely related patterns such as 14A and 14B (see Table A1).

Data availability

The datasets used and/or analysed during the current study are available from J.L. (joseangel.lorente@salud.madrid.org) on reasonable request.

Abbreviations

BAL:

balance of fluids

BE:

base excess

BIC:

bicarbonate

CI:

confidence interval

DIUR:

diuresis

DOR:

Diagnostic Odds Ratio

EP:

Emerging Pattern

FN:

False negative

FP:

False positive

ICBU:

Intensive Care Burns Unit

INC:

incomings

JDORSP:

Jumping Diagnostic Odds Ratio Sequential Pattern

JEP:

Jumping Emerging Pattern

TP:

True positive

TN:

True negative

References

  1. Fan H. Efficient mining of interesting emerging patterns and their effective use in classification. PhD thesis, The Department of Computer Science and Software Engineering, University of Melbourne (2004).

  2. Okeh U, Ogbonna L. Statistical evaluation of indicators of diagnostic test performance. Am J BioScience. 2013;1(4):63. https://doi.org/10.11648/j.ajbio.20130104.13.

    Article  CAS  Google Scholar 

  3. Glas AS, Lijmer JG, Prins MH, Bonsel GJ, Bossuyt PMM. The diagnostic odds ratio: a single indicator of test performance. J Clin Epidemiol. 2003;56(11):1129–35. https://doi.org/10.1016/s0895-4356(03)00177-x.

    Article  PubMed  Google Scholar 

  4. Gupta MK, Chandra P. A comprehensive survey of data mining. Int J Inform Technol. 2020;12(4):1243–57. https://doi.org/10.1007/s41870-020-00427-7.

    Article  Google Scholar 

  5. He Z, Gu F, Zhao C, Liu X, Wu J, Wang J. Conditional discriminative pattern mining: concepts and algorithms. Inf Sci. 2017;375:1–15. https://doi.org/10.1016/j.ins.2016.09.047.

    Article  Google Scholar 

  6. Bay SD, Pazzani MJ. Detecting group differences: mining contrast sets. Data Min Knowl Disc. 2001;5(3):213–46. https://doi.org/10.1023/A:1011429418057.

    Article  Google Scholar 

  7. Dong G, Li J. Efficient mining of emerging patterns: Discovering trends and differences. In: Proceedings of the Fifth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. KDD ’99, pp. 43–52. ACM, New York, NY, USA (1999). https://doi.org/10.1145/312129.312191.

  8. Klosgen W. Explora: a multipattern and multistrategy discovery assistant. Advances in Knowledge Discovery and Data Mining. American Association for Artificial Intelligence; 1996. pp. 249–71.

  9. Wrobel S. An algorithm for multi-relational discovery of subgroups. Principles of Data Mining and Knowledge Discovery. Springer; 1997. pp. 78–87. https://doi.org/10.1007/3-540-63223-9_108.

  10. Liu X, Wu J, Gu F, Wang J, He Z. Discriminative pattern mining and its applications in bioinformatics. Brief Bioinform. 2014;16(5):884–900. https://doi.org/10.1093/bib/bbu042.

    Article  PubMed  Google Scholar 

  11. He Z, Zhang S, Gu F, Wu J. Mining conditional discriminative sequential patterns. Inf Sci. 2019;478:524–39. https://doi.org/10.1016/j.ins.2018.11.043.

    Article  Google Scholar 

  12. Fang G, Pandey G, Wang W, Gupta M, Steinbach M, Kumar V. Mining low-support discriminative patterns from dense and highdimensional data. IEEE Trans Knowl Data Eng. 2012;24(2):279–94. https://doi.org/10.1109/TKDE.2010.241.

    Article  Google Scholar 

  13. Cheng H, Yan X, Han J, Hsu C-W. Discriminative frequent pattern analysis for effective classification. In: 2007 IEEE 23rd International Conference on Data Engineering, pp. 716–725 (2007). https://doi.org/10.1109/ICDE.2007.367917.

  14. Li J, Liu J, Toivonen H, Satou K, Sun Y, Sun B. Discovering statistically non-redundant subgroups. Knowl Based Syst. 2014;67:315–27. https://doi.org/10.1016/j.knosys.2014.04.030.

    Article  Google Scholar 

  15. Geng L, Hamilton HJ. Interestingness measures for data mining: a survey. ACM Comput Surv (CSUR). 2006;38(3). https://doi.org/10.1145/1132960.1132963.

  16. Casanova IJ, Campos M, Juarez JM, Gomariz A, Lorente-Ros M, Lorente JA. Using the diagnostic odds ratio to select multivariate sequential patterns in order to build an interpretable pattern-based classifier in a clinical domain. JMIR Med Inf. 2022;10(8):32319. https://doi.org/10.2196/32319.

    Article  Google Scholar 

  17. Ji X, Bailey J, Dong G. Mining minimal distinguishing subsequence patterns with gap constraints. In: Fifth IEEE International Conference on Data Mining (ICDM’05), p. 8 (2005). https://doi.org/10.1109/ICDM.2005.96.

  18. He Z, Zhang S, Wu J. Significance-based discriminative sequential pattern mining. Expert Syst Appl. 2019;122:54–64. https://doi.org/10.1016/j.eswa.2018.12.046.

    Article  Google Scholar 

  19. Fang G, Wang W, Oatley B, Ness BV, Kumar V. Characterizing Discriminative Patterns arXiv:11024104 (2011).

  20. Jalali-Heravi M, Za¨ıane OR. A study on interestingness measures for associative classifiers. In: Proceedings of the 2010 ACM Symposium on Applied Computing. SAC ’10, pp. 1039–1046. ACM, New York, NY, USA (2010). https://doi.org/10.1145/1774088.1774306.

  21. Webb GI. Discovering significant patterns. Mach Learn. 2007;68(1):1–33. https://doi.org/10.1007/s10994-007-5006-x.

    Article  Google Scholar 

  22. van Leeuwen M, Knobbe A. Non-redundant subgroup discovery in large and complex data. In: Gunopulos D, Hofmann T, Malerba D, Vazirgiannis M, editors. Machine learning and knowledge Discovery in Databases. Berlin, Heidelberg: Springer; 2011. pp. 459–74.

    Chapter  Google Scholar 

  23. Li M, Zhang Y-L, Shi Q, Yang X, Cui Q, Li L, Zhou J. Constraint-adaptive rule mining in large databases. ???: Springer; 2021. pp. 579–91. https://doi.org/10.1007/978-3-030-73200-441.

  24. Esnault C, Gadonna M-L, Queyrel M, Templier A, Zucker JD. Q-finder: an algorithm for credible subgroup discovery in clinical data analysis — an application to the international diabetes management practice study. Front Artif Intell. 2020;3. https://doi.org/10.3389/frai.2020.559927.

  25. Somyanonthanakul R, Theeramunkong T. Characterization of interestingness measures using correlation analysis and association rule mining. IEICE transactions on Information and systems E103.D(4), 779–88 (2020). https://doi.org/10.1587/transinf.2019iip0008.

  26. McGarry K. A survey of interestingness measures for knowledge discovery. Knowl Eng Rev. 2005;20(1):39–61. https://doi.org/10.1017/S0269888905000408.

    Article  Google Scholar 

  27. Sheridan RL. Burns: a practical Approach to Immediate Treatment and Long Term Care. CRC; 2011. https://doi.org/10.1201/b15122.

  28. Casanova IJ, Campos M, Juarez JM, Fernandez-Fernandez-Arroyo A, Lorente JA. Using multivariate sequential patterns to improve survival prediction in intensive care burn unit. In: Holmes JH, Bellazzi R, Sacchi L, Peek N, editors. Artificial Intelligence in Medicine. Springer; 2015. pp. 277–86. https://doi.org/10.1007/978-3-319-19551-3_36.

  29. Gomariz A. Techniques for the discovery of temporal patterns. PhD thesis, University of Murcia (Spain), University of Antwerp (Belgium) (2013).

  30. Dong G, Li J, Zhang X. Discovering jumping emerging patterns and experiments on real datasets. In: 9th International Database Conference on Heterogeneous and Internet Databases (IDC), pp. 15–17 (1999).

  31. Li J, Fu AW-c, He H, Chen J, Jin H, McAullay D, Williams G, Sparks R, Kelman C. Mining risk patterns in medical data. In: Proceedings of the Eleventh ACM SIGKDD International Conference on Knowledge Discovery in Data Mining. KDD ’05, pp. 770–775. ACM, New York, NY, USA (2005). https://doi.org/10.1145/1081870.1081971.

  32. Li J, Fu AW-c, Fahey P. Efficient discovery of risk patterns in medical data. Artif Intell Med. 2009;45(1):77–89. https://doi.org/10.1016/j.artmed.2008.07.008.

    Article  PubMed  Google Scholar 

  33. Doi SA, Furuya-Kanamori L, Xu C, Lin L, Chivese T, Thalib L. Controversy and debate: questionable utility of the relative risk in clinical research: paper 1: a call for change to practice. J Clin Epidemiol. 2022;142:271–9. https://doi.org/10.1016/j.jclinepi.2020.08.019.

    Article  PubMed  Google Scholar 

  34. Duivesteijn W, Knobbe A. Exploiting false discoveries – statistical validation of patterns and quality measures in subgroup discovery. In: 2011 IEEE 11th International Conference on Data Mining, pp. 151–160 (2011). https://doi.org/10.1109/ICDM.2011.65.

  35. Fleiss JL, Levin B, Paik MC. Statistical Methods for Rates and Proportions, 3rd edition edn. Wiley (2003). https://doi.org/10.1002/0471445428.

  36. Pepe MS, Janes H, Longton G, Leisenring W, Newcomb P. Limitations of the odds ratio in gauging the performance of a diagnostic, prognostic, or screening marker. Am J Epidemiol. 2004;159(9):882–90. https://doi.org/10.1093/aje/kwh101.

    Article  PubMed  Google Scholar 

  37. Elkahwagy DMAS, Kiriacos CJ. Logistic regression and other statistical tools in diagnostic biomarker studies. Clin Transl Oncol. 2024. https://doi.org/10.1007/s12094-024-03413-8.

    Article  PubMed  Google Scholar 

  38. Toti G, Vilalta R, Lindner P, Price D. Effect of the definition of nonexposed population in risk pattern mining. In: Workshop on Data Mining for Medicine and Healthcare, SDM 2016, p. 19 (2016).

  39. Toti G, Vilalta R, Lindner P, Lefer B, Macias C, Price D. Analysis of correlation between pediatric asthma exacerbation and exposure to pollutant mixtures with association rule mining. Artif Intell Med. 2016;74:44–52. https://doi.org/10.1016/j.artmed.2016.11.003.

    Article  PubMed  Google Scholar 

  40. Casanova IJ, Campos M, Juarez JM, Fernandez-Fernandez-Arroyo A, Lorente JA. Impact of time series discretization on intensive care burn unit survival classification. Progress Artif Intell. 2017;7(1):41–53. https://doi.org/10.1007/s13748-017-0130-8.

    Article  Google Scholar 

  41. Jacobsen KH. Introduction to Health Research methods. Jones & Bartlett Learning; 2016.

Download references

Funding

This work was partially funded by the CONFAINCE project (Ref: PID2021-122194OB-I00) by MCIN/AEI/10.13039/501100011033 and by “ERDF A way of making Europe”.

Author information

Authors and Affiliations

Authors

Contributions

M.C., J.J., J.L. and I.C. conceived the study. J.L. and M.L. were the main authors responsible for data acquisition and medical evaluation of results. I.C. was the main author responsible for the data curation, design, analysis of the study and drafting the manuscript. A.G. and I.C. were the main authors responsible for software. M.C., J.J. and J.L. directed the study and M.C., J.J. and B.C. funded the study. All authors helped write the manuscript. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Isidoro J. Casanova.

Ethics declarations

Ethics approval and consent to participate

This study was approved by the local Ethics Committee of Hospital Universitario de Getafe (38/17, approved on 30 November 2017). The local review board of the Ethics Committee of Hospital Universitario de Getafe waived informed consent given the lack of intervention and the anonymity of the data.

Consent for publication

Not Applicable.

Competing interests

The authors declare no competing interests.

Additional information

Publisher’s Note

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

Electronic supplementary material

Below is the link to the electronic supplementary material.

Supplementary Material 1

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Casanova, I.J., Campos, M., Juarez, J.M. et al. Surprising and novel multivariate sequential patterns using odds ratio for temporal evolution in healthcare. BMC Med Inform Decis Mak 24, 165 (2024). https://doi.org/10.1186/s12911-024-02566-4

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12911-024-02566-4

Keywords