- 1Department of Cardiovascular Sciences, University of Leicester, Leicester, United Kingdom
- 2Department of Cardiology, University Hospitals of Leicester NHS Trust, Leicester, United Kingdom
- 3Leicester British Heart Foundation Centre of Research Excellence, Leicester, United Kingdom
- 4Leicester National Institute for Health and Care Research Biomedical Research Centre, Leicester, United Kingdom
- 5School of Engineering, University of Leicester, Leicester, United Kingdom
Purpose: This paper aims to review the literature on 12-lead ECG reconstruction, highlight various algorithmic approaches and evaluate their predictive strengths. In addition, it investigates the implications of performing reconstruction in particular ways.
Methods: This narrative review analysed 39 works on the reconstruction of 12-lead ECGs, focusing on the algorithms used for reconstruction and the results gotten from using these algorithms.
Results: The works analysed featured the use of as little as one lead and as much as four leads for reconstruction of the other leads. Linear and nonlinear (including artificial intelligence) algorithms showed promising performances. Their outputs had correlations of greater than 0.90 depending on how the reconstruction models were built.
Conclusion: Three leads are optimal as input predictors for minimal reconstruction errors, but there is no universal algorithm that applies to every reconstruction task. Both linear and nonlinear algorithms can achieve high correlations, and minimal root means square errors. Hence, planned steps are needed when deciding how to manipulate the data and build the models to achieve high accuracies.
1 Introduction
Electrocardiogram (ECG) is a non-invasive and painless method for quickly examining the electrical activity of the heart (Einthoven, 1912). The basic concept is for electrodes to be strategically placed on parts of a patient’s body to record the electrical activity of the heart. These electrodes are passive components; that is, they do not produce any form of electrical signal (Lewis, 1912), they only record the signals sensed. Over the years, there has been research into various electrode positions to acquire the best information in the simplest form (Frank, 1956; Mason and Likar, 1966; Dower et al., 1988). Some of the common systems developed include the Mason-Likar lead system (Mason and Likar, 1966), the Frank Vectorcardiogram (VCG) lead system (Frank, 1954), and the EASI lead system (Dower et al., 1988). Amidst these systems, a standard 12-lead system (S12) has been agreed upon (Wilson et al., 1954) (Figure 1). This standard has shaped the nature of electrocardiography ever since and is the commonly used method for diagnosis (AlGhatrif and Lindsay, 2012).

Figure 1. Left-Electrode positions for standard 12-lead system. Right-Lead output from a healthy patient using standard 12-lead system. Below–Mathematical derivation of each lead.
The S12 leads (limb leads - I, II, III, aVR, aVL, aVF and precordial/chest leads – V1, V2, V3, V4, V5, V6) are generated by a mathematical combination of 10 electrodes. Since these electrodes are passive, they record noise artefacts in addition to heart signals. These artefacts can come from the movement of patients during recording, wrong placement of electrodes, electrical interference, or even no-contact between the electrode and the patient’s skin. This has led researchers to consider alternative methods to acquire S12 with fewer electrodes. This can help to recover missing or noisy leads, or even reduce the number of electrodes needed for recording. Moreso, this can help with patients who need to be monitored outside the hospital.
In line with this, devices such as the Holter monitor (Holter, 1961), patch devices, and smart watches have been designed to acquire heart data with minimal contact with the human body. However, they do not provide as much information as S12. This has led researchers to focus on predicting S12 leads with fewer leads. For example, two leads can be used to predict the remaining ten leads (Vemishetty et al., 2019). Over time, many algorithms ranging from linear to non-linear algorithms have been developed for this purpose. These have included the use of linear regression, principal component analysis, independent component analysis, and even neural networks, to create patient-specific or generic models. The patient-specific models aimed at creating algorithms specific to a patient (Schreck et al., 1998), while the generic models aimed at building algorithms that could be used for any patient irrespective of age, race, gender or ailment. None of these algorithms have a perfect reconstruction capability and all have their strengths and drawbacks. It is noteworthy that the inability to perfectly reconstruct ECG is partly due to the complexity, diversity and everchanging nature of the heart (especially with the generic models).
The differences in algorithm capabilities have inspired this work. This paper aims to narratively review the literature on 12-lead ECG reconstruction, highlight various algorithmic approaches and evaluate their predictive strengths. In addition, it investigates the implications of performing reconstruction in particular ways.
The publications chosen for this review were selected from various databases including Institute of Electrical and Electronics Engineers (IEEE), Medline, Scopus, Web of Science, and The Cochrane Library. The time frame chosen for this review was from the year 1980–2023 (spanning 43 years), to capture the traditional methods that were used for ECG reconstruction and the transition into the more recent algorithms that have been adopted. The inclusion criteria for the selected publications were all publications in English language, using either simple mathematical or machine learning methods, and were journal articles or conference papers. The keywords used for the search queries were:
(ECG OR Electrocardiogra* OR EKG) AND (Reconstruct* OR recover* OR regenerat* OR extrapolat* OR retriev* OR reduc* OR predict* OR calculat* OR estimat* OR approximat* OR comput*) AND (12 lead OR twelve lead OR electrode OR reduced electrode).
2 Lead importance in reconstruction
To reconstruct S12, it is paramount to know the leads that provide the best extrapolatory significance. Using factor analysis, Schreck et al. (1998) aimed to find the smallest set of leads necessary to describe S12. They derived 12 eigenvalues that had a magnitude that correlated to the significance of its eigenvector. Since leads III, aVR, aVL, and aVF could be calculated from leads I and II, they were not used in this analysis. A patient-specific transformation matrix was obtained for this analysis, and the predictive power was tested with varying numbers of leads. They found that using three leads to reconstruct the other leads accounted for most of the information content in S12 (99.12% ± 0.92%). Using more than three leads added very little information to the reconstruction.
Nelwan et al. (2000), in line with Scherer et al. (1989), recommended the use of I, II and V2 (4 electrodes) for reconstruction. A substantial decrease in the correlation between the reconstructed S12 (RS12) and the original S12 was observed when three leads and four leads were used as predictors. The decrease was from an average of 0.994 to 0.983 in the patient-specific models and from 0.963 to 0.926 in the generic models. Nelwan et al. (2004a) proposed that a dependable patient-specific model can be built with I, II and V2, but when a generic model is designed, V5 should be included (5 electrodes). To substantiate the reconstructive power of these four leads, Nelwan et al. (2007) assessed the root mean squared error (RMSE) of the RS12 of four lead systems at the time (Dower et al., 1988; Nelwan et al., 2000). They found that I, II, V2, and V5 had the lowest RMSE. Nelwan et al. (2008a) revisited the significance of various frontal leads in reconstruction and found that, although minute, combination of limb leads other than I and II may improve the results based on the lead being predicted.
However, Wang et al. (2005) argued that only two precordial leads were enough to reconstruct S12. By generating a coefficient matrix using two precordial leads, they reproduced other leads with a minimum coefficient of 0.954. Although there were no specific leads that could reconstruct all leads, it showed that two leads were capable of reliable reconstruction in lead-specific cases. Matyschik et al. (2020) supported this finding when they used only one precordial lead to reconstruct S12 with the help of a more complex patient-specific model. They used a variational autoencoder decoder (VAE) combined with a convolutional neural network (CNN) and either V2, V3, or V4 to reconstruct S12 depending on the patient in question. With the advancement of computing power and the development in machine learning (ML), one precordial lead could be enough to provide a reliable RS12 (Matyschik et al., 2020).
Butchy et al. (2023) decided to determine the lead importance by comparing the correlation between each lead. They found that limb leads were highly correlated with themselves and with V1, V4, V5, and V6. V2 and V3 were more strongly correlated with themselves than with other leads. By comparing the
Furthermore, the misplacement of electrodes by physicians due to various reasons requires attention. This causes incorrect signals to be recorded and inadvertently cause incorrect models to be created or poor reconstructions from the available models. Finlay et al. (2009) reported that reconstruction errors become evident when electrodes are placed at least 15 mm from the correct positions. This was when I, II, V2, and V5 were used for reconstruction. In contrast, when EASI electrodes were used for reconstruction, significant errors were not evident until 5 cm from the correct electrode position.
Nonetheless, it is easy to fall into the assumption that there should be a single perfect lead set to reconstruct the remaining S12 leads. It is paramount to consider the complexity of the reconstruction situation (Feild et al., 2008). When choosing the lead set it is important to consider the lead that needs to be reconstructed. Each lead has an optimal lead combination unique to them for the best reconstruction (Yoo et al., 2023). Additionally, choosing a lead set that is in the region that needs to be reconstructed would yield better results than a generic lead set.
3 Algorithms for reconstruction
In the 39 studies reviewed in this paper, reconstruction algorithms are broadly categorized into linear and non-linear types to draw on the different ways in which these algorithms have been used and their limitations. To assess the performance of these algorithms, the studies employed various metrics such as correlation coefficient, similarity coefficient, mean squared error (MSE), RMSE and r-squared (
3.1 Linear algorithm
This type of algorithm follows the assumption that body surface potentials are linearly related to each other. Mathematically speaking:
Dower et al. (1988) approached the reconstruction with a spatial transform. The vector loops were rotated prior to being transformed. They showed that this algorithm works especially well when extrapolating from VCG. They used previously published generic constants (Dower et al., 1980) to predict S12. Nelwan et al. (2001) argued otherwise. They claim that the basic linear regression, without spatial transform, was enough to give reliable results. This claim was supported by comparing the reconstruction correlation of both algorithm on the same patient sets. Linear regression performed better than using inverse Dower transformation.
Scherer et al. (1989) used a patient-specific linear model to reconstruct V1, V3, V4, V5, and V6 from I, II and V2. They found that a trained model could be used for three consecutive days with a correlation greater than 0.96 on all leads. There was also good similarity between RS12 and S12, with a consistent p value greater than 0.5 (Scherer and Willems, 1992; Maheshwari et al., 2013). Vemishetty et al. (2019) deviated slightly in how they used the same leads for reconstruction. They used I and V2 to reconstruct II and then used I, V2 and reconstructed II to reconstruct the other leads. The average
There is also the assertion that generic algorithms perform worse than patient-specific algorithms, but this does not mean the generic models are not useful (Nelwan et al., 2004b; Nelwan et al., 2004c; Nelwan et al., 2008b). It was found that the two approaches were capable of reconstructing S12 with a high degree of accuracy from leads I, II, V2 and V5 while using a linear transformation matrix. The RS12 could be used to predict certain heart conditions (Nelwan et al., 2004c; Guldenring et al., 2012). Xue (2007) showed that RS12 predicted from leads I, II, V1 and V5 could be used an ML model to classify ischemia patients. Their RS12 was gotten using linear regression equations for each lead.
Various combinations of leads have also been used to predict S12. Horácek et al. (2008) compared the predictive capability of all the possible combinations (15) of two precordial leads from both standard 12-lead ECG and Mason-Likar 12-lead ECG. These leads, with I and II, were used to predict other leads. Although V2 and V4 had the best correlation, 14 of the 15 lead sets performed with a mean similarity coefficient above 99%. The average RMSE was also consistently less than 52 mV.
Many researchers have also explored unconventional electrode placements. RS12 from these systems is also capable of predicting (with a high level of accuracy) health conditions (Babic et al., 2023). Hadzievski et al. (2004) proved a that linear transformation matrix was sufficient to transform unconventional potential recordings into S12 (Vukajlovic et al., 2010; Vukcevic et al., 2010; Vukajlovic et al., 2011; Ivanovic et al., 2019; Grande-Fidalgo et al., 2021). They found that 80.2% of the RS12 were identical to S12 without visible discrepancy. Additionally, this lead system allows for a single patient-specific transformation matrix to be used reliably for reconstruction for up to 6 months (Gussak et al., 2012).
Some researchers have approached reconstruction by piling different stages of linear equations. A snippet of this can be seen in the work of Vemishetty et al. (2019), where they had to reconstruct II and use it to reconstruct other leads. The piling strategy developed by Burnes et al. (1998) is called inverse-forward interpolation. This algorithm involves inversely reconstructing an arbitrary interior surface from body potentials, then using a forward model to reconstruct S12. Bear et al. (2017) used this algorithm to interpolate 252 body surface potentials (BSPMs) to reconstruct S12. Their result showed correlations greater than 0.88 across leads between RS12 (of a generic model) and S12.
Independent component analysis (ICA) is another methodology (Ostertag and Tsouri, 2011; Tsouri and Ostertag, 2014). This algorithm involves finding independent features of the signal that can be used to reconstruct them in future signals. The complexity here is that a single output is assumed to be the product of a mixing matrix and an independent component matrix, which are both unknown to researchers. The best way to find these unknowns is to start with an initial guess and then keep changing their values, smartly, until they converge based on the training data. A problem faced is deciding the number of independent components that these variables should have. Depending on the leads used as input and the number of independent components used, correlations greater than 0.95 can be achieved (Ostertag and Tsouri, 2011; Tsouri and Ostertag, 2014).
A similar algorithm is the heart-dipole model (Sindreu et al., 2023). This model assumes that each body surface potential is a linear combination of three-dipole components of the heart. This implies that at any given time, the electric field in the body is in equilibrium with its source in the heart. If these dipole components can be found in conjunction with the lead vectors, any given lead can be derived. Sindreu et al. (2023) reported that a patient-specific heart-dipole model was able to produce RS12 with a 0.966 correlation to S12.
Another important approach was the use of state-space modelling by Lee et al. (2016). This model can capture nonlinear properties of signals. It is also able to predict real-time events of the output signals with respect to the input signals. They found that this model performed better than linear transform models. It had a greater mean correlation (0.937 compared to 0.843) and lower mean RMSE (86.33 µV compared to 128.17 µV).
The use of linear models seems promising. However, Gregg et al. (2008) shed more light on the down sides of this model. In accordance with the suggestion of Feild et al. (2008), Gregg et al. (2008) expressed how this model failed when dealing with multiple heart conditions. That is, coefficients deduced during optimal operation of the heart may not stand during abnormal readings (Vemishetty et al., 2019; Guldenring et al., 2012). It is either various models are designed for various heart conditions, or a more complex model is designed to accommodate these conditions. A summary of the linear approaches examined in this paper is shown in Table 1.

Table 1. Summary of Linear Approaches taken in the Reconstruction of ECGs including the kind of algorithm adopted, the input leads used, either they used generic models (True), patient-specific models (False), or analysed both (Both), the average correlation (r), and the source of the dataset (the name of the source, private database, or personally acquired).
3.2 Nonlinear algorithm
Unlike the latter, this type of algorithm recognises that the relationship between leads of S12 could be more complex than what simple linear transformations can explain due to artefacts that are recorded alongside and variations in lead locations. As many researchers have suggested, a more complex algorithm could improve the likelihood of a more reliable reconstruction (Vemishetty et al., 2019; Feild et al., 2008; Guldenring et al., 2012; Lee et al., 2016; Gregg et al., 2008).
With the increase in computing power, more complex statistical models have begun to appear in the last 2 decades. One of such models is the support vector machine (SVM) model. This model maps the input data into a higher dimension and then estimates a function capable of reconstructing the output data. Using a large dataset, this model can be trained to effectively reconstruct S12. Yodjaiphet et al. (2012) reconstructed V2, V3, V4, and V5 using SVM, with inputs I, II, V1, and V6. They trained this model on 14 patients and obtained an RMSE of less than 0.29 mV.
3.2.1 Neural networks
Artificial Neural Networks (ANNs) are among the more complex and nonlinear models used today. Variations in ANNs exist, but the basic concept of connecting inputs to various decision-making neurons remains the same. A common ANN is the feed-forward network (FFN). This network has no feedback, such that it makes predictions based on only the present input given. Atoui et al. (2004) showed that a patient-specific model built with the FFN, using I, II and V2 as inputs, outperformed the linear transformation algorithm. Some years later, they showed that scrutiny of the input data can improve the outcome of the network (Atoui et al., 2010). They improved the correlation of RS12 from median of 0.957 in patient-specific linear transform model to median of 0.975 in patient-specific FFN model. This model has also been shown to work with patch electrodes to predict RS12 with a median correlation of 0.92 (Lee et al., 2020).
Chen et al. (2015) built a similar patient-specific network but used the combination of genetic algorithm (GA) and back propagation (BP) training techniques to achieve better results than using only BP for training which produced a mean correlation of 0.948. Xu et al. (2018) argued that training an FFN with a general vector machine (GVM) creates a more stable and reliable algorithm. Their model achieved correlations higher than 0.81 (compared to the GA-BP correlation of as low as 0.79) on their dataset. The GVM is a methodology built on the Monte Carlo algorithm. It is useful when the dataset is very large, as in the S12 reconstruction. However, in contrast to Feild et al. (2008) and Atoui et al. (2004), Xu et al. (2021) claimed that linear regression outperforms FFN with an average correlation of 0.901 compared to 0.879. The inputs used were I, II, and V1.
Mulyadi and Supriyanto, (2019) introduced a novel approach to how the FFN was used. Since the ECG is a combination of different repolarisation and depolarisation segments, these segments should be derived separately and fused together. Using the EASI electrodes as input, they showed that this segment-specific reconstruction had a greater correlation than the full cycle reconstructions with an average RMSE reduction of 65.17% on all leads.
Long short-term memory (LSTM) is another methodology in ANNs used for time-series data. Unlike the FFN, the predictions are made based on both the present and past inputs. By predicting V1, V3, V4, V5, and V6 from I, II, and V2, average correlations of 0.95 in generic models can be attained with this algorithm (Zhang and Frick, 2019; Dhahri et al., 2022; Kapfo et al., 2022). Patch electrodes have also been shown to produce correlations greater than 0.92 on all leads with the patient-specific model of this algorithm (Sohn et al., 2020). Using other time-series focused networks and changing the number of inputs could also be highly important. Smith et al. (2021) showed that using all limb leads, and V2 as inputs and a focused time-delay neural network (FTDNN), correlations higher than 0.861 could be achieved. It is important to note that the work of Smith et al. (2021) still uses 4 electrodes, similar to other researchers, but with seven leads as compared to the three leads of most.
A widely known ANN method used for image recognition is CNNs. Panda et al. (2014) showed that this can be applied in reconstruction. They built a patient-specific model which could predict V1, V3, V4, V5, and V6 from I, II, and V2 with an
The autoencoder-decoder U-Net ANN has also been used for S12 reconstruction. It is a complex ANN that compresses the input and decompresses it while comparing it to the expected output. Combining a generative adversarial network (GAN) and a U-Net, Yoon et al. (2022) built an ANN with all limb leads as input. They had a mean MSE of 0.038. Expanding the capabilities of ML, Beco et al. (2022) showed that S12 could be predicted with only lead II. They also used an autoencoder-decoder U-Net ANN to do this. They obtained promising results, but they also showed that lead II did not perform particularly well in predicting aVR, aVL, and aVF. Other single lead input U-Net architecture have been explored and have shown better results in predicting aVR, aVL, and aVF (Garg et al., 2023). Gundlapalle and Acharyya, (2022) also used lead II but used a different network architecture. Their method involved creating various generic models that combined CNN and LSTM to reconstruct various leads. Outstanding mean values of 0.936

Table 2. Summary of Nonlinear Approaches taken in the Reconstruction of ECGs including the kind of algorithm adopted, the input leads used, either they used generic models (True), patient-specific models (False), or analysed both (Both), the average correlation (r), and the source of the dataset (the name of the source, private database, or personally acquired).
4 Discussion
Reconstruction of standard ECG leads has been a major consideration in the field of electrocardiography, aimed at reducing the number of electrodes and recovering missing leads. Feild et al. (2008) outlined a step-by-step procedure of things for this purpose and several key points need to be considered based on related studies seen in this paper. Firstly, the decision of the best input lead set is critical. As seen from all previous works, this affects the model used for transformation. Every model is built with respect to what the inputs and outputs will be. Most models, irrespective of the input leads, demonstrate promising performance based on the nature and size of the data used to build the model. Despite this, the most common input leads that have been used were proposed by Nelwan et al. (2000), in line with Scherer et al. (1989). They recommended the use of I, II and V2 (4 electrodes) for the reconstruction of V1, V3, V4, V5, and V6.
In contrast, Butchy et al. (2023) reported that the best input leads were I, II and V3 (4 electrodes). They found this by comparing the correlation between each lead. They found that limb leads were highly correlated with themselves and with V1, V4, V5, and V6, while V2 and V3 were more strongly correlated with each other than with other leads. Clearly, three leads (including both limb leads, and chest leads) are optimal for the reconstruction. Nevertheless, the model built also plays a large role in determining the accuracy of the reconstruction.
Secondly, a major question that many researchers overlooked is the long-term reliability of their models. The heart is an everchanging organ, it is important to consider how often a new model needs to be designed. Fortunately, a few researchers have commented on this. A model, either generic or patient-specific, can be used for a few days to a few months without notable performance degradation (Scherer et al., 1989; Gussak et al., 2012; Maheshwari et al., 2016). However, more research needs to be conducted to ascertain the timewise reliability of any given model.
The kind of data used to train a model is also important. Though it has been shown that unprocessed ECG can be used as input data with good reconstructions (Obianom et al., 2024), models tend to perform worse in patients with cardiac disorders, than in healthy patients (Vemishetty et al., 2019; Feild et al., 2008; Guldenring et al., 2012; Lee et al., 2016; Gregg et al., 2008). Therefore, the kind of data used during the training of a model is essential to determining the performance of the model. While building a model, a researcher could consider using data from many patients with various heart conditions. This would require a large amount of patient data (thousands) to ensure that the right transforms are made. Conversely, a researcher can consider using data from a particular heart condition group. This would be a population-specific model and would not require as many patients.
More emphasis should also be drawn to the nature of the model. As much as the patient-specific models tend to always have better results, there are cases where the generic or population-specific models might be of great importance (Nelwan et al., 2004b; Nelwan et al., 2004c; Nelwan et al., 2008b). They can be especially useful in cases where quick information needs to be acquired. They can also be used to aid in the prediction of certain heart conditions (Nelwan et al., 2004c; Guldenring et al., 2012). Xue (2007) showed that RS12 predicted from leads I, II, V1 and V5 could be used to train an ML model to classify ischemia patients. Regarding the influence of datasets the model’s nature, any dataset can be employed to develop either a patient-specific or a generic model. For instance, the publicly available PTB database (Goldberger et al., 2000; Bousseljot et al., 1995) have been used to construct both types of models (Table 1, 2). The key takeaway is that patient-specific models typically produce more accurate results because no two human hearts are identical, and a patient’s own heart is the most precise model for itself.
There is the argument of nonlinear models being more effective than linear models in the reconstruction of S12. Many researchers have considered that the complexity of human physiology cannot be summed up in simple linear transforms (Feild et al., 2008). Feild et al. (2008) stresses that the complexity of the models needs to increase to models like Matyschik et al. (2020) and Yoo et al. (2023), beyond the linear transformation models (Dower et al., 1988; Scherer et al., 1989; Scherer and Willems, 1992; Nelwan et al., 2004c). This is attributed to significant limitations of linear models, such as their inability to account for noise artifacts. Counter to that, Xu et al. (2021) claims that linear regression performs better than FFN. Clearly, it is not about the complexity of the equations used in reconstruction, it is about how the equations were used for reconstruction (Mulyadi and Supriyanto, 2019). It is also worth noting that in device development and deployment, neural networks tend to require larger computing power, larger memory size, and have longer building time than classical algorithms. Therefore, choosing a nonlinear algorithm has its down sides particularly in device development.
Smith et al. (2021) also showed that using leads I, II, III, aVR, aVL, aVF, and V2 as inputs, correlations higher than 0.861 could be achieved. Although this might increase the processing power and the complexity of the models being used, this is worth considering. Like the popular I, II, and V2 inputs, these inputs still consist of four electrodes. Butchy et al. (2023) also noted that limb leads are highly correlated with V1, V4, V5, and V6. Therefore, this may provide a greater chance of better accuracy in reconstruction. Additionally, it is worth noting that various leads have stronger correlations with specific leads (Yoo et al., 2023). Therefore, providing all available leads as input may enable the models to give various weight to the necessary leads for reconstructing specific leads rather than relying on a minute lead set for the reconstruction of all leads.
It would also be valuable to analyse the performance of the models reviewed in this paper under a standardised framework. However, it is regrettable that the studies referenced in this paper utilised different databases and inconsistent performance metrics. Additionally, those that employed the same database may have not utilised the complete dataset provided. Nonetheless, the PTB database was predominantly used across various algorithms, input lead combinations, and both patient-specific and population-specific models, and can offer valuable insights (Table 1, 2). The trends discussed throughout this section are evident within these studies; patient-specific models generally yield better results, the nature of the training data affects the model performance, models performed worse with arrhythmic ECG than with rhythmic ECG, and input leads are very key to achieving accurate results.
Finally, the reconstruction of leads is clinically relevant in areas such as cardiac disease prediction systems. Since S12 has considerable redundant information, a model could be built to focus on reconstructing specific information in other leads which can be used as input for prediction models (Nelwan et al., 2004c; Guldenring et al., 2012; Xue, 2007). Furthermore, since the nature of data influences the reconstruction, this factor can be leveraged to reconstruct arrhythmic ECG signals. For instance, Gundlapalle and Acharyya (2022) and Vemishetty et al. (2019) trained models with only myocardial infarction patients and achieved an average correlation of 0.973 (population-specific approach) and 0.889 (patient-specific approach) respectively across all reconstructed leads. This demonstrates that models can reliably reconstruct arrhythmic ECG signals when trained on such data; however, their generalizability remains limited, as a single model has yet to demonstrate efficient reconstruction of both rhythmic and arrhythmic ECG signals (Feild et al., 2008; Guldenring et al., 2012; Lee et al., 2016; Gregg et al., 2008). For clinical applications, there is a need for either a sophisticated ensemble of models tailored to specific ECG rhythm types or a more advanced, unified model capable of reconstructing a broad spectrum of ECG patterns. ECG reconstruction is also highly relevant in the context of telemedicine. Given that most wearable devices have limited number of leads, these models can be used to reconstruct other leads from the recorded leads either on-site or via cloud processing. This enhances the availability of critical ECG information for physicians and prediction models to make accurate diagnosis (Babic et al., 2023; Gussak et al., 2012; Kapfo et al., 2022; Sohn et al., 2020; Panda et al., 2014). Moreover, it has been proven that these reconstruction models remain reliable from a few days to several months. As a result, they can be updated automatically or with scheduled checks to prevent performance degradation.
5 Conclusion
This paper considered the varying algorithms employed for the reconstruction of ECG from a subset of leads. ECG reconstruction is necessary for a variety of reasons. They are important for out-of-hospital monitoring, where patients are able enough to be discharged but constant monitoring is still needed. They are also important in emergency monitoring, where quick and minor decisions need to be made and can be used for disease prediction to gain quick insight into the plausible conditions of the heart. However, the accuracy of the reconstructions currently varies due to the different perspectives being taken.
This review identified that no single algorithm consistently outperforms others. To develop a reliable reconstruction model, careful consideration must be given to the selection of input leads, model architecture, the characteristics of the training data (particularly the patients’ heart conditions) and the intended purpose of the reconstruction. Following a structured and systematic approach in model development and data processing is essential to achieving high accuracy (Figure 2). These factors collectively contribute to the effectiveness and reliability of the reconstruction process and model.
Author contributions
ENO: Conceptualization, Data curation, Formal Analysis, Investigation, Methodology, Writing – original draft, Writing – review and editing. GAN: Supervision, Writing – review and editing. XL: Funding acquisition, Supervision, Writing – review and editing.
Funding
The author(s) declare that financial support was received for the research and/or publication of this article. GAN and XL are supported by British Heart Foundation Research Excellence Award (RE/24/130031), Medical Research Council Biomedical Catalyst Developmental Pathway Funding Scheme (MR/S037306/1) and NIHR i4i grant (NIHR204553). GAN is also supported by British Heart Foundation Programme Grant (RG/17/3/32774). ENO is supported by the Future 100 scholarship scheme from the University of Leicester. This publication is funded by the British Heart Foundation Grant (PG/18/33/33780). The views expressed are those of the authors and not the funder.
Acknowledgments
We would like to thank Dr. Abdulmalik Koya and Elliot John Gyedu for their invaluable technical support and insightful contributions throughout this study.
Conflict of interest
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Generative AI statement
The authors declare that no Generative AI was used in the creation of this manuscript.
Publisher’s note
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
References
AlGhatrif M., Lindsay J. (2012). A brief review: history to understand fundamentals of electrocardiography. J. community Hosp. Intern. Med. Perspect. 2 (1), 14383–14385. doi:10.3402/jchimp.v2i1.14383
Atoui H., Fayn J., Rubel P. (2004). “A neural network approach for patient-specific 12-lead ECG synthesis in patient monitoring environments,” in Computers in Cardiology, Chicago, IL, September 19-22, 2004, 161–164.31.
Atoui H., Fayn J., Rubel P. (2010). A novel neural-network model for deriving standard 12-lead ECGs from serial three-lead ECGs: application to self-care. IEEE Trans. Inf. Technol. Biomed. 14 (3), 883–890. doi:10.1109/TITB.2010.2047754
Babic M. D., Veljkovic S., Lakcevic J., Babic R., Ostojic M., Petrovic M., et al. (2023). Telemedicine in the era of a pandemic: usefulness of a novel three-lead ECG. Diagn. (Basel) 13 (15), 2525. doi:10.3390/diagnostics13152525
Bear L. R., Huntjens P., Potse M., Duchateau J., Ploux S., Dubois R. (2017). Application of an inverse-forward approach to derive the 12-lead ECG from body surface potential maps. Comput. Cardiol. 44, 1–4. doi:10.22489/CinC.2017.093-231
Beco S. C., Pinto J. R., Cardoso J. S. (2022). Electrocardiogram lead conversion from single-lead blindly-segmented signals. Bmc Med. Inf. Decis. Mak. 22 (1), 314. doi:10.1186/s12911-022-02063-6
Bousseljot R., Kreiseler D., Schnabel A. (1995). Nutzung der EKG-Signaldatenbank CARDIODAT der PTB über das Internet. Biomed. Tech./Biomed. Eng. 40 (s1), 317–318. doi:10.1515/BMTE.1995.40.S1.317
Burnes J. E., Kaelber D. C., Taccardi B., Lux R. L., Ershler P. R., Rudy Y. (1998). A field-compatible method for interpolating biopotentials. Ann. Biomed. Eng. 26 (1), 37–47. doi:10.1114/1.49
Butchy A. A., Jain U., Leasure M. T., Covalesky V. A., Mintz G. S. (2023). Importance of electrode selection and number in reconstructing standard twelve lead electrocardiograms. Biomedicines 11 (6), 1526. doi:10.3390/biomedicines11061526
Chen F., Pan Y., Li K., Cheng K. T., Huan R. (2015). “Standard 12-lead ECG synthesis using a GA optimized BP neural network,” in 2015 7th International Conference on Advanced Computational Intelligence, Wuyi, China, March 27-29, 2015, 289–293.
Dhahri N., Majdoub N., Ladhari T., Sakly A., Msahli F. (2022). “Reconstruction of 12-lead ECG with an optimized LSTM neural network,” in 2022 IEEE 21st International Conference on Sciences and Techniques of Automatic Control and Computer Engineering, STA, Sousse, Tunisia, December 19-21, 2022, 320–324.
Dower G. E., Yakush A., Nazzal S. B., Jutzy R. V., Ruiz C. E. (1988). Deriving the 12-lead electrocardiogram from four (EASI) electrodes. J. Electrocardiol. 21, S182–S187. doi:10.1016/0022-0736(88)90090-8
Dower M. D. G. E., Machado M. D. H. B., Osborne M. D. J. A. (1980). On deriving the electrocardiogram from vectorcardiographic leads. Clin. Cardiol. 3, 87–95. doi:10.1002/clc.1980.3.2.87
Einthoven W. (1912). Observations of the movements of the heart by means of electrocardiograms. J. R. Soc. Med. 5, 183–185. doi:10.1177/003591571200500267
Feild D. Q., Zhou S. H., Helfenbein E. D., Gregg R. E., Lindauer J. M. (2008). Technical challenges and future directions in lead reconstruction for reduced-lead systems. J. Electrocardiol. 41 (6), 466–473. doi:10.1016/j.jelectrocard.2008.07.019
Finlay D. D., Nelwan S. P., Nugent C. D., Meij S. H. (2009). “Effects of electrode misplacement on the reconstruction of the 12-lead ECG,” in Computers in Cardiology, Park City, UT, September 13-16, 2009, 281–284.
Frank E. (1954). General theory of heat-vector projection. Circulation Res. 2 (3), 258–270. doi:10.1161/01.RES.2.3.258
Frank E. (1956). An accurate, clinically practical system for spatial vectorcardiography. Circ. (New York, N.Y.) 13 (5), 737–749. doi:10.1161/01.CIR.13.5.737
Garg A., Venkataramani V. V., Priyakumar U. D. (2023). “Single-lead to multi-lead electrocardiogram reconstruction using a modified attention U-net framework,” in Proceedings of the International Joint Conference on Neural Networks, Gold Coast, Australia, June 18-23, 2023, 1–8.
Goldberger A. L., Amaral L. A., Glass L., Hausdorff J. M., Ivanov P. C., Mark R. G., et al. (2000). PhysioBank, PhysioToolkit, and PhysioNet: components of a new research resource for complex physiologic signals. Circulation 101 (23), E215–E220. doi:10.1161/01.CIR.101.23.e215
Grande-Fidalgo A., Calpe J., Redon M., Millan-Navarro C., Soria-Olivas E. (2021). Lead reconstruction using artificial neural networks for ambulatory ECG acquisition. Sensors (Basel) 21 (16), 5542. doi:10.3390/s21165542
Gregg R. E., Zhou S. H., Lindauer J. M., Feild D. Q., Helfenbein E. D. (2008). Where do derived precordial leads fail? J. Electrocardiol. 41 (6), 546–552. doi:10.1016/j.jelectrocard.2008.07.018
Guldenring D., Finlay D. D., Nelwan S. P., Nugent C. D., Donnelly M. P., Bond R. R. (2012). Estimation performance of a reduced lead system during continuous 12-lead ECG ST-segment monitoring. J. Electrocardiol. 45 (6), 604–608. doi:10.1016/j.jelectrocard.2012.08.012
Gundlapalle V., Acharyya A. (2022). “A novel single lead to 12-lead ECG reconstruction methodology using convolutional neural networks and LSTM,” in 2022 IEEE 13th Latin American Symposium on Circuits and Systems, LASCAS, Puerto Varas, Chile, March 01-04, 2022, 01–04.
Gussak I., Vukajlovic D., Vukcevic V., George S., Bojovic B., Hadzievski L., et al. (2012). Wireless remote monitoring of reconstructed 12-lead ECGs after ablation for atrial fibrillation using a hand-held device. J. Electrocardiol. 45 (2), 129–135. doi:10.1016/j.jelectrocard.2011.09.003
Hadzievski L., Bojović B., Vukcević V., Belicev P., Pavlović S., Vasiljević-Pokrajcić Z., et al. (2004). A novel mobile transtelephonic system with synthesized 12-lead ECG. IEEE Trans. Inf. Technol. Biomed. 8 (4), 428–438. doi:10.1109/titb.2004.837869
Holter N. J. (1961). New method for heart studies. Science 134 (3486), 1214–1220. doi:10.1126/science.134.3486.1214
Horácek B. M., Warren J. W., Wang J. J. (2008). On designing and testing transformations for derivation of standard 12-lead/18-lead electrocardiograms and vectorcardiograms from reduced sets of predictor leads. J. Electrocardiol. 41 (3), 220–229. doi:10.1016/j.jelectrocard.2008.02.010
Ivanovic M. D., Miletic M., Subotic I., Boljevic D. (2019). Signal quality in reconstructed 12-lead ambulatory ECGs recorded using 3-lead device. Annu. Int. Conf. IEEE Eng. Med. Biol. Soc. 2019, 5481–5487. doi:10.1109/EMBC.2019.8857251
Kapfo A., Datta S., Dandapat S., Bora P. K. (2022). “LSTM based synthesis of 12-lead ECG signal from a reduced lead set,” in SPICES 2022 - IEEE International Conference on Signal Processing, Informatics, Communication and Energy Systems, Thiruvananthapuram, India, 10-12 March 10-12, 2022, 296–301.
Lee D., Kwon H., Lee H., Seo C., Park K. (2020). Optimal lead position in patch-type monitoring sensors for reconstructing 12-lead ECG signals with universal transformation coefficient. Sensors (Basel) 20 (4), 963. doi:10.3390/s20040963
Lee J., Kim M., Kim J. (2016). Reconstruction of precordial lead electrocardiogram from limb leads using the state-space model. Ieee J. Biomed. Health Inf. 20 (3), 818–828. doi:10.1109/jbhi.2015.2415519
Lewis T. (1912). Electro-cardiography and its importance in the clinical examination of heart affections. BMJ 1 (2686), 1421–1423. doi:10.1136/bmj.1.2686.1421
Maheshwari S., Acharyya A., Rajalakshmi P., Puddu P. E., Schiariti M. (2013). “Accurate and reliable 3-lead to 12-lead ECG reconstruction methodology for remote health monitoring applications,” in 2013 IEEE 15th International Conference on e-Health Networking, Applications and Services, Healthcom, Lisbon, Portugal, October 09-12, 2013, 233–237.
Maheshwari S., Acharyya A., Schiariti M., Puddu P. E. (2016). Frank vectorcardiographic system from standard 12 lead ECG: an effort to enhance cardiovascular diagnosis. J. Electrocardiol. 49 (2), 231–242. doi:10.1016/j.jelectrocard.2015.12.008
Mason R. E., Likar I. (1966). A new system of multiple-lead exercise electrocardiography. Am. Heart J. 71 (2), 196–205. doi:10.1016/0002-8703(66)90182-7
Matyschik M., Mauranen H., Bonizzi P., Karel J. (2020). “Feasibility of ECG reconstruction from minimal lead sets using convolutional neural networks,” in Computing in Cardiology, Rimini, Italy, September 13-16, 2020, 1–4. Creative Commons the authors hold their copyright.
Moody G., Mark R., Goldberger A. (2000). PhysioNet: a research resource for studies of complex physiologic and biomedical signals. Comput. Cardiol. 27, 179–182. doi:10.1109/cic.2000.898485
Moody G. B., Mark R. G. (2001). The impact of the MIT-BIH arrhythmia database. IEEE Eng. Med. Biol. Mag. 20 (3), 45–50. doi:10.1109/51.932724
Mulyadi I. H., Supriyanto E. (2019). Improving accuracy of derived 12-lead electrocardiography by waveform segmentation. Indones. J. Electr. Eng. Inf. 7 (1), 15–21. doi:10.11591/ijeei.v7i1.937
Nelwan S. P., Crater S. W., Green C. L., Johanson P., van Dam T. B., Meij S. H., et al. (2004b). Assessment of derived 12-lead electrocardiograms using general and patient-specific reconstruction strategies at rest and during transient myocardial ischemia. Am. J. Cardiol. 94 (12), 1529–1533. doi:10.1016/j.amjcard.2004.08.031
Nelwan S. P., Finlay D. D., Meij S. H., Nugent C. D. (2007). “Evaluation of limited and alternative lead sets for the reconstruction of the 12-lead electrocardiogram and Body surface potential maps,” in Computers in Cardiology, Durham, NC, September 30 - October 03, 2007, 705–708.
Nelwan S. P., Finlay D. D., Van Dam T. B., Meij S. H. (2008a). “Improved 12-lead ECG reconstruction from lead sub sets by dynamic selection of frontal leads,” in Computers in Cardiology, Bologna, Italy, September 14-17, 2008, 213–216.
Nelwan S. P., Kors J. A., Crater S. W., Meij S. H., van Dam T. B., Simoons M. L., et al. (2008b). Simultaneous comparison of 3 derived 12-lead electrocardiograms with standard electrocardiogram at rest and during percutaneous coronary occlusion. J. Electrocardiol. 41 (3), 230–237. doi:10.1016/j.jelectrocard.2008.01.011
Nelwan S. P., Kors J. A., Meij S. H. (2000). Minimal lead sets for reconstruction of 12-lead electrocardiograms. J. Electrocardiol. 33 (Suppl. l), 163–166. doi:10.1054/jelc.2000.20296
Nelwan S. P., Kors J. A., Meij S. H., Boersma H., Simoons M. L. (2004c). “Efficacy of a reduced lead set for pre-hospital triage of thrombolytic strategies,” in Computers in Cardiology, Chicago, IL, September 19-22, 2004, 5–8.
Nelwan S. P., Kors J. A., Meij S. H., van Bemmel J. H., Simoons M. L. (2004a). Reconstruction of the 12-lead electrocardiogram from reduced lead sets. J. Electrocardiol. 37 (1), 11–18. doi:10.1016/j.jelectrocard.2003.10.004
Nelwan S. P., Meij S. H., van Dam T. B., Kors J. A. (2001). Correction of ECG variations caused by body position changes and electrode placement during ST-T monitoring. J. Electrocardiol. 34, 213–216. doi:10.1054/jelc.2001.28895
Obianom E. N., Jasim A. M., Qaqos N., Ng A. G., Li X. (2024). “Simultaneous denoising and reconstruction of 12-lead electrocardiogram,” in 2024 International Symposium on Electrical, Electronics and Information Engineering (ISEEIE), Leicester, United Kingdom, August 28-30, 2024 (IEEE), 298–303.
Ostertag M. H., Tsouri G. R. (2011). Reconstructing ECG precordial leads from a reduced lead set using independent component analysis. Annu. Int. Conf. IEEE Eng. Med. Biol. Soc. 2011, 4414–4417. doi:10.1109/IEMBS.2011.6091095
Padhy S., Dandapat S. (2016). “Synthesis of 12-lead ECG from a reduced lead set using singular value decomposition,” in 2015 IEEE Power, Communication and Information Technology Conference, PCITC 2015 - Proceedings, Bhubaneswar, India, October 15-17, 2015, 316–320.
Panda U., Maheshwari S., Padma G., Thendral M., Jagirdhar A., Chowdary V., et al. (2014). “Personalised system-on-chip and mobile-app for standard 12-lead reconstruction from the reduced 3-lead system targeting remote health care,” in Computing in Cardiology, Cambridge, MA, September 07-10, 2014.
Scherer J. A., Jenkins J. M., Nicklas J. M. (1989). Synthesis of the 12-lead electrocardiogram from a 3-lead subset using patient-specific transformation vectors. An algorithmic approach to computerized signal synthesis. J. Electrocardiol. 22, 128. doi:10.1016/S0022-0736(07)80112-9
Scherer J. A., Willems J. L. (1992). “Evaluation of 12-lead ECG synthesis using analysis measurements in 240 patients,” in Proceedings - Computers in Cardiology, CIC, Durham, NC, October 11-14, 1992, 91–94.
Schreck D. M., Tricarico V. J., Frank J. D., Thielen L. E., Chhibber P., Brotea C., et al. (1998). Statistical methodology: VI. Mathematical modeling of the electrocardiogram using factor analysis. Acad. Emerg. Med. 5 (9), 929–934. doi:10.1111/j.1553-2712.1998.tb02825.x
Sindreu P., Mansergas I., Cano D., Casas O. (2023). Standard 12-lead ECG synthesis from homecare wearable measures. 2023 IEEE Int. Workshop Metrol. Ind. 4. 0. and IoT, 148–152. doi:10.1109/metroind4.0iot57462.2023.10180025
Smith G. H., Van den Heever D. J., Swart W. (2021). The reconstruction of a 12-lead electrocardiogram from a reduced lead set using a focus time-delay neural network. Acta Cardiol. Sin. 37 (1), 47–57. doi:10.6515/ACS.202101_37(1).20200712A
Sohn J., Yang S., Lee J., Ku Y., Kim H. C. (2020). Reconstruction of 12-lead electrocardiogram from a three-lead patch-type device using a LSTM network. Sensors (Basel) 20 (11), 3278. doi:10.3390/s20113278
Tsouri G. R., Ostertag M. H. (2014). Patient-specific 12-lead ECG reconstruction from sparse electrodes using independent component analysis. IEEE J. Biomed. and Health Inf. 18 (2), 476–482. doi:10.1109/JBHI.2013.2294561
Vemishetty N., Gundlapalle V., Acharyya A., Chakravarti B. (2019). “A novel 2-lead to 12 lead ECG reconstruction methodology for remote health monitoring applications,” in Computing in Cardiology, Singapore, September 08-11, 2019.
Vukajlovic D., Bojovic B., Hadzievski L., George S., Gussak I., Panescu D. (2010). “Wireless remote monitoring of atrial fibrillation using reconstructed 12-lead ECGs,” in Annual International Conference Of The IEEE Engineering In Medicine And Biology Society, Boston, MA, August 30, 2011 - September 03, 2011, 1113–1118.
Vukajlovic D., Gussak I., George S., Simic G., Bojovic B., Hadzievski L., et al. (2011). Wireless monitoring of reconstructed 12-lead ECG in atrial fibrillation patients enables differential diagnosis of recurrent arrhythmias. Annu. Int. Conf. IEEE Eng. Med. Biol. Soc. 2011, 4741–4744. doi:10.1109/IEMBS.2011.6091174
Vukcevic V., Panescu D., Bojovic B., George S., Gussak I., Giga V., et al. (2010). Wireless remote monitoring of myocardial ischemia using reconstructed 12-lead ECGs. Annu. Int. Conf. IEEE Eng. Med. Biol. Soc. 2010, 2215–2220. doi:10.1109/IEMBS.2010.5626215
Wagner P., Strodthoff N., Bousseljot R. D., Kreiseler D., Lunze F. I., Samek W., et al. (2020). PTB-XL, a large publicly available electrocardiography dataset. Sci. Data 7 (1), 154. doi:10.1038/s41597-020-0495-6
Wang J. Y., Warren J. W., Horáčoek B. M. (2005). “Optimal placement of dual chest leads for deriving 12-lead/18-lead electrocardiograms and vectorcardiograms,” in Computers in Cardiology, Lyon, France, September 25-28, 2005, 199–202.
Wang L. D., Zhou W., Xing Y., Liu N., Movahedipour M., Zhou X. G. (2019). A novel method based on convolutional neural networks for deriving standard 12-lead ECG from serial 3-lead ECG. Front. Inf. Technol. Electron. Eng. 20 (3), 405–413. doi:10.1631/FITEE.1700413
Wilson F. N., Kossmann C. E., Burch G. E., Goldberger E., Graybiel A., Hecht H. H., et al. (1954). RECOMMENDATIONS for standardization of electrocardiographic and vectorcardiographic leads. Circ. (New York, N.Y.) 10 (4), 564–573. doi:10.1161/01.CIR.10.4.564
Xu L. P., Kuo I. C., Wang L. H. (2021). “Method of ECG lead recovery from 3-lead to 12-lead,” in 2021 IEEE International Conference on Consumer Electronics-Taiwan, ICCE-TW, Penghu, Taiwan, November 18, 2021, 1–2.
Xu Z., Zhou R., Cao Y., Yong B., Wang X., Zhou Q. (2018). “Reconstruction of 12-lead electrocardiogram based on GVM,” in Proceedings - 2018 6th International Conference on Advanced Cloud and Big Data, CBD, Lanzhou, China, August 12-15, 2018, 275–280.
Xue J. Q. (2007). “Adapting ECG morphology changes from reduced-lead set by specifically trained algorithms for acute ischemia detection,” in Computers in Cardiology, Durham, NC, September 30-October 03, 2007 (IEEE), 709–712.
Yodjaiphet A., Theera-Umpon N., Auephanwiriyakul S. (2012). “Electrocardiogram reconstruction using support vector regression,” in 2012 IEEE International Symposium on Signal Processing and Information Technology (ISSPIT), Ho Chi Minh City, Vietnam, December 12-15, 2012, 12–15.
Yoo H., Yum Y., Kim Y., Kim J. H., Park H. J., Joo H. J. (2023). Restoration of missing or low-quality 12-lead ECG signals using ensemble deep-learning model with optimal combination. Biomed. Signal Process. Control 83, 104690. doi:10.1016/j.bspc.2023.104690
Yoon G. W., Seo H. C., Kyungmin C., Hannah K., Joo S. (2022). “Chest-lead generation with single-lead,” in 2022 Computing in Cardiology (CinC), Tampere, Finland, September 04-07, 2022, 1–4.498.
Zhang Q., Frick K. (2019). “All-ECG: a least-number of leads ECG monitor for standard 12-lead ECG tracking during motion,” in 2019 IEEE Healthcare Innovations and Point of Care Technologies, (HI-POCT), Bethesda, MD, November 20-22, 2019, 103–106.
Keywords: ECG, reconstruction, neural networks, machine learning, review, regression
Citation: Obianom EN, Ng GA and Li X (2025) Reconstruction of 12-lead ECG: a review of algorithms. Front. Physiol. 16:1532284. doi: 10.3389/fphys.2025.1532284
Received: 21 November 2024; Accepted: 08 April 2025;
Published: 25 April 2025.
Edited by:
Juan Pablo Martínez, University of Zaragoza, SpainReviewed by:
Mohamed Athif, Boston University, United StatesAlexey Savostin, North Kazakhstan State University, Kazakhstan
Copyright © 2025 Obianom, Ng and Li. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.
*Correspondence: Ekenedirichukwu N. Obianom, ZW5vM0BsZWljZXN0ZXIuYWMudWs=