Sample records for qrs complex detection

  1. Automatic QRS complex detection using two-level convolutional neural network.

    PubMed

    Xiang, Yande; Lin, Zhitao; Meng, Jianyi

    2018-01-29

    The QRS complex is the most noticeable feature in the electrocardiogram (ECG) signal, therefore, its detection is critical for ECG signal analysis. The existing detection methods largely depend on hand-crafted manual features and parameters, which may introduce significant computational complexity, especially in the transform domains. In addition, fixed features and parameters are not suitable for detecting various kinds of QRS complexes under different circumstances. In this study, based on 1-D convolutional neural network (CNN), an accurate method for QRS complex detection is proposed. The CNN consists of object-level and part-level CNNs for extracting different grained ECG morphological features automatically. All the extracted morphological features are used by multi-layer perceptron (MLP) for QRS complex detection. Additionally, a simple ECG signal preprocessing technique which only contains difference operation in temporal domain is adopted. Based on the MIT-BIH arrhythmia (MIT-BIH-AR) database, the proposed detection method achieves overall sensitivity Sen = 99.77%, positive predictivity rate PPR = 99.91%, and detection error rate DER = 0.32%. In addition, the performance variation is performed according to different signal-to-noise ratio (SNR) values. An automatic QRS detection method using two-level 1-D CNN and simple signal preprocessing technique is proposed for QRS complex detection. Compared with the state-of-the-art QRS complex detection approaches, experimental results show that the proposed method acquires comparable accuracy.

  2. Aiding the Detection of QRS Complex in ECG Signals by Detecting S Peaks Independently.

    PubMed

    Sabherwal, Pooja; Singh, Latika; Agrawal, Monika

    2018-03-30

    In this paper, a novel algorithm for the accurate detection of QRS complex by combining the independent detection of R and S peaks, using fusion algorithm is proposed. R peak detection has been extensively studied and is being used to detect the QRS complex. Whereas, S peaks, which is also part of QRS complex can be independently detected to aid the detection of QRS complex. In this paper, we suggest a method to first estimate S peak from raw ECG signal and then use them to aid the detection of QRS complex. The amplitude of S peak in ECG signal is relatively weak than corresponding R peak, which is traditionally used for the detection of QRS complex, therefore, an appropriate digital filter is designed to enhance the S peaks. These enhanced S peaks are then detected by adaptive thresholding. The algorithm is validated on all the signals of MIT-BIH arrhythmia database and noise stress database taken from physionet.org. The algorithm performs reasonably well even for the signals highly corrupted by noise. The algorithm performance is confirmed by sensitivity and positive predictivity of 99.99% and the detection accuracy of 99.98% for QRS complex detection. The number of false positives and false negatives resulted while analysis has been drastically reduced to 80 and 42 against the 98 and 84 the best results reported so far.

  3. A deep learning approach for fetal QRS complex detection.

    PubMed

    Zhong, Wei; Liao, Lijuan; Guo, Xuemei; Wang, Guoli

    2018-04-20

    Non-invasive foetal electrocardiography (NI-FECG) has the potential to provide more additional clinical information for detecting and diagnosing fetal diseases. We propose and demonstrate a deep learning approach for fetal QRS complex detection from raw NI-FECG signals by using a convolutional neural network (CNN) model. The main objective is to investigate whether reliable fetal QRS complex detection performance can still be obtained from features of single-channel NI-FECG signals, without canceling maternal ECG (MECG) signals. A deep learning method is proposed for recognizing fetal QRS complexes. Firstly, we collect data from set-a of the PhysioNet/computing in Cardiology Challenge database. The sample entropy method is used for signal quality assessment. Part of the bad quality signals is excluded in the further analysis. Secondly, in the proposed method, the features of raw NI-FECG signals are normalized before they are fed to a CNN classifier to perform fetal QRS complex detection. We use precision, recall, F-measure and accuracy as the evaluation metrics to assess the performance of fetal QRS complex detection. The proposed deep learning method can achieve relatively high precision (75.33%), recall (80.54%), and F-measure scores (77.85%) compared with three other well-known pattern classification methods, namely KNN, naive Bayes and SVM. the proposed deep learning method can attain reliable fetal QRS complex detection performance from the raw NI-FECG signals without canceling MECG signals. In addition, the influence of different activation functions and signal quality assessment on classification performance are evaluated, and results show that Relu outperforms the Sigmoid and Tanh on this particular task, and better classification performance is obtained with the signal quality assessment step in this study.

  4. Algorithm for detection the QRS complexes based on support vector machine

    NASA Astrophysics Data System (ADS)

    Van, G. V.; Podmasteryev, K. V.

    2017-11-01

    The efficiency of computer ECG analysis depends on the accurate detection of QRS-complexes. This paper presents an algorithm for QRS complex detection based of support vector machine (SVM). The proposed algorithm is evaluated on annotated standard databases such as MIT-BIH Arrhythmia database. The QRS detector obtained a sensitivity Se = 98.32% and specificity Sp = 95.46% for MIT-BIH Arrhythmia database. This algorithm can be used as the basis for the software to diagnose electrical activity of the heart.

  5. QRS complex detection based on continuous density hidden Markov models using univariate observations

    NASA Astrophysics Data System (ADS)

    Sotelo, S.; Arenas, W.; Altuve, M.

    2018-04-01

    In the electrocardiogram (ECG), the detection of QRS complexes is a fundamental step in the ECG signal processing chain since it allows the determination of other characteristics waves of the ECG and provides information about heart rate variability. In this work, an automatic QRS complex detector based on continuous density hidden Markov models (HMM) is proposed. HMM were trained using univariate observation sequences taken either from QRS complexes or their derivatives. The detection approach is based on the log-likelihood comparison of the observation sequence with a fixed threshold. A sliding window was used to obtain the observation sequence to be evaluated by the model. The threshold was optimized by receiver operating characteristic curves. Sensitivity (Sen), specificity (Spc) and F1 score were used to evaluate the detection performance. The approach was validated using ECG recordings from the MIT-BIH Arrhythmia database. A 6-fold cross-validation shows that the best detection performance was achieved with 2 states HMM trained with QRS complexes sequences (Sen = 0.668, Spc = 0.360 and F1 = 0.309). We concluded that these univariate sequences provide enough information to characterize the QRS complex dynamics from HMM. Future works are directed to the use of multivariate observations to increase the detection performance.

  6. Data fusion for QRS complex detection in multi-lead electrocardiogram recordings

    NASA Astrophysics Data System (ADS)

    Ledezma, Carlos A.; Perpiñan, Gilberto; Severeyn, Erika; Altuve, Miguel

    2015-12-01

    Heart diseases are the main cause of death worldwide. The first step in the diagnose of these diseases is the analysis of the electrocardiographic (ECG) signal. In turn, the ECG analysis begins with the detection of the QRS complex, which is the one with the most energy in the cardiac cycle. Numerous methods have been proposed in the bibliography for QRS complex detection, but few authors have analyzed the possibility of taking advantage of the information redundancy present in multiple ECG leads (simultaneously acquired) to produce accurate QRS detection. In our previous work we presented such an approach, proposing various data fusion techniques to combine the detections made by an algorithm on multiple ECG leads. In this paper we present further studies that show the advantages of this multi-lead detection approach, analyzing how many leads are necessary in order to observe an improvement in the detection performance. A well known QRS detection algorithm was used to test the fusion techniques on the St. Petersburg Institute of Cardiological Technics database. Results show improvement in the detection performance with as little as three leads, but the reliability of these results becomes interesting only after using seven or more leads. Results were evaluated using the detection error rate (DER). The multi-lead detection approach allows an improvement from DER = 3:04% to DER = 1:88%. Further works are to be made in order to improve the detection performance by implementing further fusion steps.

  7. A new method for QRS detection in ECG signals using QRS-preserving filtering techniques.

    PubMed

    Sharma, Tanushree; Sharma, Kamalesh K

    2018-03-28

    Detection of QRS complexes in ECG signals is required for various purposes such as determination of heart rate, feature extraction and classification. The problem of automatic QRS detection in ECG signals is complicated by the presence of noise spectrally overlapping with the QRS frequency range. As a solution to this problem, we propose the use of least-squares-optimisation-based smoothing techniques that suppress the noise peaks in the ECG while preserving the QRS complexes. We also propose a novel nonlinear transformation technique that is applied after the smoothing operations, which equalises the QRS amplitudes without boosting the supressed noise peaks. After these preprocessing operations, the R-peaks can finally be detected with high accuracy. The proposed technique has a low computational load and, therefore, it can be used for real-time QRS detection in a wearable device such as a Holter monitor or for fast offline QRS detection. The offline and real-time versions of the proposed technique have been evaluated on the standard MIT-BIH database. The offline implementation is found to perform better than state-of-the-art techniques based on wavelet transforms, empirical mode decomposition, etc. and the real-time implementation also shows improved performance over existing real-time QRS detection techniques.

  8. Mobile/android application for QRS detection using zero cross method

    NASA Astrophysics Data System (ADS)

    Rizqyawan, M. I.; Simbolon, A. I.; Suhendra, M. A.; Amri, M. F.; Kusumandari, D. E.

    2018-03-01

    In automatic ECG signal processing, one of the main topics of research is QRS complex detection. Detecting correct QRS complex or R peak is important since it is used to measure several other ECG metrics. One of the robust methods for QRS detection is Zero Cross method. This method uses an addition of high-frequency signal and zero crossing count to detect QRS complex which has a low-frequency oscillation. This paper presents an application of QRS detection using Zero Cross algorithm in the Android-based system. The performance of the algorithm in the mobile environment is measured. The result shows that this method is suitable for real-time QRS detection in a mobile application.

  9. Detecting drug-induced prolongation of the QRS complex: New insights for cardiac safety assessment

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Cros, C., E-mail: caroline.cros@hotmail.co.uk; Skinner, M., E-mail: Matthew.Skinner@astrazeneca.com; Moors, J.

    Background: Drugs slowing the conduction of the cardiac action potential and prolonging QRS complex duration by blocking the sodium current (I{sub Na}) may carry pro-arrhythmic risks. Due to the frequency-dependent block of I{sub Na}, this study assesses whether activity-related spontaneous increases in heart rate (HR) occurring during standard dog telemetry studies can be used to optimise the detection of class I antiarrhythmic-induced QRS prolongation. Methods: Telemetered dogs were orally dosed with quinidine (class Ia), mexiletine (class Ib) or flecainide (class Ic). QRS duration was determined standardly (5 beats averaged at rest) but also prior to and at the plateau ofmore » each acute increase in HR (3 beats averaged at steady state), and averaged over 1 h period from 1 h pre-dose to 5 h post-dose. Results: Compared to time-matched vehicle, at rest, only quinidine and flecainide induced increases in QRS duration (E{sub max} 13% and 20% respectively, P < 0.01–0.001) whereas mexiletine had no effect. Importantly, the increase in QRS duration was enhanced at peak HR with an additional effect of + 0.7 ± 0.5 ms (quinidine, NS), + 1.8 ± 0.8 ms (mexiletine, P < 0.05) and + 2.8 ± 0.8 ms (flecainide, P < 0.01) (calculated as QRS at basal HR-QRS at high HR). Conclusion: Electrocardiogram recordings during elevated HR, not considered during routine analysis optimised for detecting QT prolongation, can be used to sensitise the detection of QRS prolongation. This could prove useful when borderline QRS effects are detected. Analysing during acute increases in HR could also be useful for detecting drug-induced effects on other aspects of cardiac function. -- Highlights: ► We aimed to improve detection of drug-induced QRS prolongation in safety screening. ► We used telemetered dogs to test class I antiarrhythmics at low and high heart rate. ► At low heart rate only quinidine and flecainide induced an increase in QRS duration. ► At high heart rate the effects

  10. Microcontroller-based real-time QRS detection.

    PubMed

    Sun, Y; Suppappola, S; Wrublewski, T A

    1992-01-01

    The authors describe the design of a system for real-time detection of QRS complexes in the electrocardiogram based on a single-chip microcontroller (Motorola 68HC811). A systematic analysis of the instrumentation requirements for QRS detection and of the various design techniques is also given. Detection algorithms using different nonlinear transforms for the enhancement of QRS complexes are evaluated by using the ECG database of the American Heart Association. The results show that the nonlinear transform involving multiplication of three adjacent, sign-consistent differences in the time domain gives a good performance and a quick response. When implemented with an appropriate sampling rate, this algorithm is also capable of rejecting pacemaker spikes. The eight-bit single-chip microcontroller provides sufficient throughput and shows a satisfactory performance. Implementation of multiple detection algorithms in the same system improves flexibility and reliability. The low chip count in the design also favors maintainability and cost-effectiveness.

  11. QRS peak detection for heart rate monitoring on Android smartphone

    NASA Astrophysics Data System (ADS)

    Pambudi Utomo, Trio; Nuryani, Nuryani; Darmanto

    2017-11-01

    In this study, Android smartphone is used for heart rate monitoring and displaying electrocardiogram (ECG) graph. Heart rate determination is based on QRS peak detection. Two methods are studied to detect the QRS complex peak; they are Peak Threshold and Peak Filter. The acquisition of ECG data is utilized by AD8232 module from Analog Devices, three electrodes, and Microcontroller Arduino UNO R3. To record the ECG data from a patient, three electrodes are attached to particular body’s surface of a patient. Patient’s heart activity which is recorded by AD8232 module is decoded by Arduino UNO R3 into analog data. Then, the analog data is converted into a voltage value (mV) and is processed to get the QRS complex peak. Heart rate value is calculated by Microcontroller Arduino UNO R3 uses the QRS complex peak. Voltage, heart rate, and the QRS complex peak are sent to Android smartphone by Bluetooth HC-05. ECG data is displayed as the graph by Android smartphone. To evaluate the performance of QRS complex peak detection method, three parameters are used; they are positive predictive, accuracy and sensitivity. Positive predictive, accuracy, and sensitivity of Peak Threshold method is 92.39%, 70.30%, 74.62% and for Peak Filter method are 98.38%, 82.47%, 83.61%, respectively.

  12. Detection of segments with fetal QRS complex from abdominal maternal ECG recordings using support vector machine

    NASA Astrophysics Data System (ADS)

    Delgado, Juan A.; Altuve, Miguel; Nabhan Homsi, Masun

    2015-12-01

    This paper introduces a robust method based on the Support Vector Machine (SVM) algorithm to detect the presence of Fetal QRS (fQRS) complexes in electrocardiogram (ECG) recordings provided by the PhysioNet/CinC challenge 2013. ECG signals are first segmented into contiguous frames of 250 ms duration and then labeled in six classes. Fetal segments are tagged according to the position of fQRS complex within each one. Next, segment features extraction and dimensionality reduction are obtained by applying principal component analysis on Haar-wavelet transform. After that, two sub-datasets are generated to separate representative segments from atypical ones. Imbalanced class problem is dealt by applying sampling without replacement on each sub-dataset. Finally, two SVMs are trained and cross-validated using the two balanced sub-datasets separately. Experimental results show that the proposed approach achieves high performance rates in fetal heartbeats detection that reach up to 90.95% of accuracy, 92.16% of sensitivity, 88.51% of specificity, 94.13% of positive predictive value and 84.96% of negative predictive value. A comparative study is also carried out to show the performance of other two machine learning algorithms for fQRS complex estimation, which are K-nearest neighborhood and Bayesian network.

  13. High Frequency QRS ECG Accurately Detects Cardiomyopathy

    NASA Technical Reports Server (NTRS)

    Schlegel, Todd T.; Arenare, Brian; Poulin, Gregory; Moser, Daniel R.; Delgado, Reynolds

    2005-01-01

    High frequency (HF, 150-250 Hz) analysis over the entire QRS interval of the ECG is more sensitive than conventional ECG for detecting myocardial ischemia. However, the accuracy of HF QRS ECG for detecting cardiomyopathy is unknown. We obtained simultaneous resting conventional and HF QRS 12-lead ECGs in 66 patients with cardiomyopathy (EF = 23.2 plus or minus 6.l%, mean plus or minus SD) and in 66 age- and gender-matched healthy controls using PC-based ECG software recently developed at NASA. The single most accurate ECG parameter for detecting cardiomyopathy was an HF QRS morphological score that takes into consideration the total number and severity of reduced amplitude zones (RAZs) present plus the clustering of RAZs together in contiguous leads. This RAZ score had an area under the receiver operator curve (ROC) of 0.91, and was 88% sensitive, 82% specific and 85% accurate for identifying cardiomyopathy at optimum score cut-off of 140 points. Although conventional ECG parameters such as the QRS and QTc intervals were also significantly longer in patients than controls (P less than 0.001, BBBs excluded), these conventional parameters were less accurate (area under the ROC = 0.77 and 0.77, respectively) than HF QRS morphological parameters for identifying underlying cardiomyopathy. The total amplitude of the HF QRS complexes, as measured by summed root mean square voltages (RMSVs), also differed between patients and controls (33.8 plus or minus 11.5 vs. 41.5 plus or minus 13.6 mV, respectively, P less than 0.003), but this parameter was even less accurate in distinguishing the two groups (area under ROC = 0.67) than the HF QRS morphologic and conventional ECG parameters. Diagnostic accuracy was optimal (86%) when the RAZ score from the HF QRS ECG and the QTc interval from the conventional ECG were used simultaneously with cut-offs of greater than or equal to 40 points and greater than or equal to 445 ms, respectively. In conclusion 12-lead HF QRS ECG employing

  14. Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering.

    PubMed

    Xia, Yong; Han, Junze; Wang, Kuanquan

    2015-01-01

    Based on the idea of telemedicine, 24-hour uninterrupted monitoring on electrocardiograms (ECG) has started to be implemented. To create an intelligent ECG monitoring system, an efficient and quick detection algorithm for the characteristic waveforms is needed. This paper aims to give a quick and effective method for detecting QRS-complexes and R-waves in ECGs. The real ECG signal from the MIT-BIH Arrhythmia Database is used for the performance evaluation. The method proposed combined a wavelet transform and the K-means clustering algorithm. A wavelet transform is adopted in the data analysis and preprocessing. Then, based on the slope information of the filtered data, a segmented K-means clustering method is adopted to detect the QRS region. Detection of the R-peak is based on comparing the local amplitudes in each QRS region, which is different from other approaches, and the time cost of R-wave detection is reduced. Of the tested 8 records (total 18201 beats) from the MIT-BIH Arrhythmia Database, an average R-peak detection sensitivity of 99.72 and a positive predictive value of 99.80% are gained; the average time consumed detecting a 30-min original signal is 5.78s, which is competitive with other methods.

  15. A QRS Detection and R Point Recognition Method for Wearable Single-Lead ECG Devices.

    PubMed

    Chen, Chieh-Li; Chuang, Chun-Te

    2017-08-26

    In the new-generation wearable Electrocardiogram (ECG) system, signal processing with low power consumption is required to transmit data when detecting dangerous rhythms and to record signals when detecting abnormal rhythms. The QRS complex is a combination of three of the graphic deflection seen on a typical ECG. This study proposes a real-time QRS detection and R point recognition method with low computational complexity while maintaining a high accuracy. The enhancement of QRS segments and restraining of P and T waves are carried out by the proposed ECG signal transformation, which also leads to the elimination of baseline wandering. In this study, the QRS fiducial point is determined based on the detected crests and troughs of the transformed signal. Subsequently, the R point can be recognized based on four QRS waveform templates and preliminary heart rhythm classification can be also achieved at the same time. The performance of the proposed approach is demonstrated using the benchmark of the MIT-BIH Arrhythmia Database, where the QRS detected sensitivity (Se) and positive prediction (+P) are 99.82% and 99.81%, respectively. The result reveals the approach's advantage of low computational complexity, as well as the feasibility of the real-time application on a mobile phone and an embedded system.

  16. Envelopment filter and K-means for the detection of QRS waveforms in electrocardiogram.

    PubMed

    Merino, Manuel; Gómez, Isabel María; Molina, Alberto J

    2015-06-01

    The electrocardiogram (ECG) is a well-established technique for determining the electrical activity of the heart and studying its diseases. One of the most common pieces of information that can be read from the ECG is the heart rate (HR) through the detection of its most prominent feature: the QRS complex. This paper describes an offline version and a real-time implementation of a new algorithm to determine QRS localization in the ECG signal based on its envelopment and K-means clustering algorithm. The envelopment is used to obtain a signal with only QRS complexes, deleting P, T, and U waves and baseline wander. Two moving average filters are applied to smooth data. The K-means algorithm classifies data into QRS and non-QRS. The technique is validated using 22 h of ECG data from five Physionet databases. These databases were arbitrarily selected to analyze different morphologies of QRS complexes: three stored data with cardiac pathologies, and two had data with normal heartbeats. The algorithm has a low computational load, with no decision thresholds. Furthermore, it does not require any additional parameter. Sensitivity, positive prediction and accuracy from results are over 99.7%. Copyright © 2015 IPEM. Published by Elsevier Ltd. All rights reserved.

  17. Field programmable gate array based fuzzy neural signal processing system for differential diagnosis of QRS complex tachycardia and tachyarrhythmia in noisy ECG signals.

    PubMed

    Chowdhury, Shubhajit Roy

    2012-04-01

    The paper reports of a Field Programmable Gate Array (FPGA) based embedded system for detection of QRS complex in a noisy electrocardiogram (ECG) signal and thereafter differential diagnosis of tachycardia and tachyarrhythmia. The QRS complex has been detected after application of entropy measure of fuzziness to build a detection function of ECG signal, which has been previously filtered to remove power line interference and base line wander. Using the detected QRS complexes, differential diagnosis of tachycardia and tachyarrhythmia has been performed. The entire algorithm has been realized in hardware on an FPGA. Using the standard CSE ECG database, the algorithm performed highly effectively. The performance of the algorithm in respect of QRS detection with sensitivity (Se) of 99.74% and accuracy of 99.5% is achieved when tested using single channel ECG with entropy criteria. The performance of the QRS detection system has been compared and found to be better than most of the QRS detection systems available in literature. Using the system, 200 patients have been diagnosed with an accuracy of 98.5%.

  18. QRS Detection Algorithm for Telehealth Electrocardiogram Recordings.

    PubMed

    Khamis, Heba; Weiss, Robert; Xie, Yang; Chang, Chan-Wei; Lovell, Nigel H; Redmond, Stephen J

    2016-07-01

    QRS detection algorithms are needed to analyze electrocardiogram (ECG) recordings generated in telehealth environments. However, the numerous published QRS detectors focus on clean clinical data. Here, a "UNSW" QRS detection algorithm is described that is suitable for clinical ECG and also poorer quality telehealth ECG. The UNSW algorithm generates a feature signal containing information about ECG amplitude and derivative, which is filtered according to its frequency content and an adaptive threshold is applied. The algorithm was tested on clinical and telehealth ECG and the QRS detection performance is compared to the Pan-Tompkins (PT) and Gutiérrez-Rivas (GR) algorithm. For the MIT-BIH Arrhythmia database (virtually artifact free, clinical ECG), the overall sensitivity (Se) and positive predictivity (+P) of the UNSW algorithm was >99%, which was comparable to PT and GR. When applied to the MIT-BIH noise stress test database (clinical ECG with added calibrated noise) after artifact masking, all three algorithms had overall Se >99%, and the UNSW algorithm had higher +P (98%, p < 0.05) than PT and GR. For 250 telehealth ECG records (unsupervised recordings; dry metal electrodes), the UNSW algorithm had 98% Se and 95% +P which was superior to PT (+P: p < 0.001) and GR (Se and +P: p < 0.001). This is the first study to describe a QRS detection algorithm for telehealth data and evaluate it on clinical and telehealth ECG with superior results to published algorithms. The UNSW algorithm could be used to manage increasing telehealth ECG analysis workloads.

  19. Revisiting QRS detection methodologies for portable, wearable, battery-operated, and wireless ECG systems.

    PubMed

    Elgendi, Mohamed; Eskofier, Björn; Dokos, Socrates; Abbott, Derek

    2014-01-01

    Cardiovascular diseases are the number one cause of death worldwide. Currently, portable battery-operated systems such as mobile phones with wireless ECG sensors have the potential to be used in continuous cardiac function assessment that can be easily integrated into daily life. These portable point-of-care diagnostic systems can therefore help unveil and treat cardiovascular diseases. The basis for ECG analysis is a robust detection of the prominent QRS complex, as well as other ECG signal characteristics. However, it is not clear from the literature which ECG analysis algorithms are suited for an implementation on a mobile device. We investigate current QRS detection algorithms based on three assessment criteria: 1) robustness to noise, 2) parameter choice, and 3) numerical efficiency, in order to target a universal fast-robust detector. Furthermore, existing QRS detection algorithms may provide an acceptable solution only on small segments of ECG signals, within a certain amplitude range, or amid particular types of arrhythmia and/or noise. These issues are discussed in the context of a comparison with the most conventional algorithms, followed by future recommendations for developing reliable QRS detection schemes suitable for implementation on battery-operated mobile devices.

  20. Revisiting QRS Detection Methodologies for Portable, Wearable, Battery-Operated, and Wireless ECG Systems

    PubMed Central

    Elgendi, Mohamed; Eskofier, Björn; Dokos, Socrates; Abbott, Derek

    2014-01-01

    Cardiovascular diseases are the number one cause of death worldwide. Currently, portable battery-operated systems such as mobile phones with wireless ECG sensors have the potential to be used in continuous cardiac function assessment that can be easily integrated into daily life. These portable point-of-care diagnostic systems can therefore help unveil and treat cardiovascular diseases. The basis for ECG analysis is a robust detection of the prominent QRS complex, as well as other ECG signal characteristics. However, it is not clear from the literature which ECG analysis algorithms are suited for an implementation on a mobile device. We investigate current QRS detection algorithms based on three assessment criteria: 1) robustness to noise, 2) parameter choice, and 3) numerical efficiency, in order to target a universal fast-robust detector. Furthermore, existing QRS detection algorithms may provide an acceptable solution only on small segments of ECG signals, within a certain amplitude range, or amid particular types of arrhythmia and/or noise. These issues are discussed in the context of a comparison with the most conventional algorithms, followed by future recommendations for developing reliable QRS detection schemes suitable for implementation on battery-operated mobile devices. PMID:24409290

  1. A real time QRS detection using delay-coordinate mapping for the microcontroller implementation.

    PubMed

    Lee, Jeong-Whan; Kim, Kyeong-Seop; Lee, Bongsoo; Lee, Byungchae; Lee, Myoung-Ho

    2002-01-01

    In this article, we propose a new algorithm using the characteristics of reconstructed phase portraits by delay-coordinate mapping utilizing lag rotundity for a real-time detection of QRS complexes in ECG signals. In reconstructing phase portrait the mapping parameters, time delay, and mapping dimension play important roles in shaping of portraits drawn in a new dimensional space. Experimentally, the optimal mapping time delay for detection of QRS complexes turned out to be 20 ms. To explore the meaning of this time delay and the proper mapping dimension, we applied a fill factor, mutual information, and autocorrelation function algorithm that were generally used to analyze the chaotic characteristics of sampled signals. From these results, we could find the fact that the performance of our proposed algorithms relied mainly on the geometrical property such as an area of the reconstructed phase portrait. For the real application, we applied our algorithm for designing a small cardiac event recorder. This system was to record patients' ECG and R-R intervals for 1 h to investigate HRV characteristics of the patients who had vasovagal syncope symptom and for the evaluation, we implemented our algorithm in C language and applied to MIT/BIH arrhythmia database of 48 subjects. Our proposed algorithm achieved a 99.58% detection rate of QRS complexes.

  2. A consensus algorithm for approximate string matching and its application to QRS complex detection

    NASA Astrophysics Data System (ADS)

    Alba, Alfonso; Mendez, Martin O.; Rubio-Rincon, Miguel E.; Arce-Santana, Edgar R.

    2016-08-01

    In this paper, a novel algorithm for approximate string matching (ASM) is proposed. The novelty resides in the fact that, unlike most other methods, the proposed algorithm is not based on the Hamming or Levenshtein distances, but instead computes a score for each symbol in the search text based on a consensus measure. Those symbols with sufficiently high scores will likely correspond to approximate instances of the pattern string. To demonstrate the usefulness of the proposed method, it has been applied to the detection of QRS complexes in electrocardiographic signals with competitive results when compared against the classic Pan-Tompkins (PT) algorithm. The proposed method outperformed PT in 72% of the test cases, with no extra computational cost.

  3. Noninvasive fetal QRS detection using an echo state network and dynamic programming.

    PubMed

    Lukoševičius, Mantas; Marozas, Vaidotas

    2014-08-01

    We address a classical fetal QRS detection problem from abdominal ECG recordings with a data-driven statistical machine learning approach. Our goal is to have a powerful, yet conceptually clean, solution. There are two novel key components at the heart of our approach: an echo state recurrent neural network that is trained to indicate fetal QRS complexes, and several increasingly sophisticated versions of statistics-based dynamic programming algorithms, which are derived from and rooted in probability theory. We also employ a standard technique for preprocessing and removing maternal ECG complexes from the signals, but do not take this as the main focus of this work. The proposed approach is quite generic and can be extended to other types of signals and annotations. Open-source code is provided.

  4. The energy-efficient implementation of an adaptive-filtering-based QRS complex detection method for wearable devices

    NASA Astrophysics Data System (ADS)

    Tian, Shudong; Han, Jun; Yang, Jianwei; Zeng, Xiaoyang

    2017-10-01

    Electrocardiogram (ECG) can be used as a valid way for diagnosing heart disease. To fulfill ECG processing in wearable devices by reducing computation complexity and hardware cost, two kinds of adaptive filters are designed to perform QRS complex detection and motion artifacts removal, respectively. The proposed design achieves a sensitivity of 99.49% and a positive predictivity of 99.72%, tested under the MIT-BIH ECG database. The proposed design is synthesized under the SMIC 65-nm CMOS technology and verified by post-synthesis simulation. Experimental results show that the power consumption and area cost of this design are of 160 μW and 1.09 × 10 5 μm2, respectively. Project supported by the National Natural Science Foundation of China (Nos. 61574040, 61234002, 61525401).

  5. Comparison of the calculation QRS angle for bundle branch block detection

    NASA Astrophysics Data System (ADS)

    Goeirmanto, L.; Mengko, R.; Rajab, T. L.

    2016-04-01

    QRS angle represent condition of blood circulation in the heart. Normally QRS angle is between -30 until 90 degree. Left Axis Defiation (LAD) and Right Axis Defiation (RAD) are abnormality conditions that lead to Bundle Branch Block. QRS angle is calculated using common method from physicians and compared to mathematical method using difference amplitudos and difference areas. We analyzed the standard 12 lead electrocardiogram data from MITBIH physiobank database. All methods using lead I and lead avF produce similar QRS angle and right QRS axis quadrant. QRS angle from mathematical method using difference areas is close to common method from physician. Mathematical method using difference areas can be used as a trigger for detecting heart condition.

  6. Identification of QRS complex in non-stationary electrocardiogram of sick infants.

    PubMed

    Kota, S; Swisher, C B; Al-Shargabi, T; Andescavage, N; du Plessis, A; Govindan, R B

    2017-08-01

    Due to the high-frequency of routine interventions in an intensive care setting, electrocardiogram (ECG) recordings from sick infants are highly non-stationary, with recurrent changes in the baseline, alterations in the morphology of the waveform, and attenuations of the signal strength. Current methods lack reliability in identifying QRS complexes (a marker of individual cardiac cycles) in the non-stationary ECG. In the current study we address this problem by proposing a novel approach to QRS complex identification. Our approach employs lowpass filtering, half-wave rectification, and the use of instantaneous Hilbert phase to identify QRS complexes in the ECG. We demonstrate the application of this method using ECG recordings from eight preterm infants undergoing intensive care, as well as from 18 normal adult volunteers available via a public database. We compared our approach to the commonly used approaches including Pan and Tompkins (PT), gqrs, wavedet, and wqrs for identifying QRS complexes and then compared each with manually identified QRS complexes. For preterm infants, a comparison between the QRS complexes identified by our approach and those identified through manual annotations yielded sensitivity and positive predictive values of 99% and 99.91%, respectively. The comparison metrics for each method are as follows: PT (sensitivity: 84.49%, positive predictive value: 99.88%), gqrs (85.25%, 99.49%), wavedet (95.24%, 99.86%), and wqrs (96.99%, 96.55%). Thus, the sensitivity values of the four methods previously described, are lower than the sensitivity of the method we propose; however, the positive predictive values of these other approaches is comparable to those of our method, with the exception of the wqrs approach, which yielded a slightly lower value. For adult ECG, our approach yielded a sensitivity of 99.78%, whereas PT yielded 99.79%. The positive predictive value was 99.42% for both our approach as well as for PT. We propose a novel method for

  7. Comparison between fragmented QRS and Q waves in myocardial scar detection using myocardial perfusion single photon emission computed tomography.

    PubMed

    Dabbagh Kakhki, Vahid Reza; Ayati, Narjess; Zakavi, Seyed Rasoul; Sadeghi, Ramin; Tayyebi, Mohammad; Shariati, Farzaneh

    2015-01-01

    Accurate diagnosis of myocardial infarction (MI) is of paramount importance in patient management, which necessitates the development of efficient and accurate diagnostic methods. Q wave is not present in all patients with MI, and its prevalence is declining. Recently, fragmented QRS (fQRS) complex has been introduced as a marker of prior MI. To investigate diagnostic value of fQRS compared to Q wave. We included 500 consecutive patients with known or suspected coronary artery disease who underwent two days of gated myocardial perfusion imaging using dipyridamole pharmacologic stress. Electrocardiogram (ECG) was evaluated to detect fQRS as well as Q-wave. Finally, subjects were compared in terms of ventricular perfusion and function indices. A total of 207 men and 269 women with mean age of 57.06 ± 12 years were studied. ECG analysis showed that 14.3% of the patients had both fQRS and Q waves, 30.7% had fQRS, and 3.8% had Q waves. Fixed myocardial perfusion defect was noted in 22.3% of patients according to MPIs. Sensitivity, specificity, and positive and negative predictive values for myocardial scar detection were 78%, 65%, 39%, and 91%, respectively, for fQRS and 61%, 94%, 76%, and 89%, respectively, for Q wave. Although fQRS had lower specificity compared to Q wave in the detection of myocardial scar, due to higher sensitivity and negative predictive value can be an invaluable diagnostic index. There is also an incremental value for fQRS in association with Q-wave in myocardial scar assessment.

  8. The value of electrocardiography for differential diagnosis in wide QRS complex tachycardia.

    PubMed

    Sousa, Pedro A; Pereira, Salomé; Candeias, Rui; de Jesus, Ilídio

    2014-03-01

    Correct diagnosis in wide QRS complex tachycardia remains a challenge. Differential diagnosis between ventricular and supraventricular tachycardia has important therapeutic and prognostic implications, and although data from clinical history and physical examination may suggest a particular origin, it is the 12-lead surface electrocardiogram that usually enables this differentiation. Since 1978, various electrocardiographic criteria have been proposed for the differential diagnosis of wide complex tachycardias, particularly the presence of atrioventricular dissociation, and the axis, duration and morphology of QRS complexes. Despite the wide variety of criteria, diagnosis is still often difficult, and errors can have serious consequences. To reduce such errors, several differential diagnosis algorithms have been proposed since 1991. However, in a small percentage of wide QRS tachycardias the diagnosis remains uncertain and in these the wisest decision is to treat them as ventricular tachycardias. The authors' objective was to review the main electrocardiographic criteria and differential diagnosis algorithms of wide QRS tachycardia. Copyright © 2012 Sociedade Portuguesa de Cardiologia. Published by Elsevier España. All rights reserved.

  9. QRS detection based ECG quality assessment.

    PubMed

    Hayn, Dieter; Jammerbund, Bernhard; Schreier, Günter

    2012-09-01

    Although immediate feedback concerning ECG signal quality during recording is useful, up to now not much literature describing quality measures is available. We have implemented and evaluated four ECG quality measures. Empty lead criterion (A), spike detection criterion (B) and lead crossing point criterion (C) were calculated from basic signal properties. Measure D quantified the robustness of QRS detection when applied to the signal. An advanced Matlab-based algorithm combining all four measures and a simplified algorithm for Android platforms, excluding measure D, were developed. Both algorithms were evaluated by taking part in the Computing in Cardiology Challenge 2011. Each measure's accuracy and computing time was evaluated separately. During the challenge, the advanced algorithm correctly classified 93.3% of the ECGs in the training-set and 91.6 % in the test-set. Scores for the simplified algorithm were 0.834 in event 2 and 0.873 in event 3. Computing time for measure D was almost five times higher than for other measures. Required accuracy levels depend on the application and are related to computing time. While our simplified algorithm may be accurate for real-time feedback during ECG self-recordings, QRS detection based measures can further increase the performance if sufficient computing power is available.

  10. Stream computing for biomedical signal processing: A QRS complex detection case-study.

    PubMed

    Murphy, B M; O'Driscoll, C; Boylan, G B; Lightbody, G; Marnane, W P

    2015-01-01

    Recent developments in "Big Data" have brought significant gains in the ability to process large amounts of data on commodity server hardware. Stream computing is a relatively new paradigm in this area, addressing the need to process data in real time with very low latency. While this approach has been developed for dealing with large scale data from the world of business, security and finance, there is a natural overlap with clinical needs for physiological signal processing. In this work we present a case study of streams processing applied to a typical physiological signal processing problem: QRS detection from ECG data.

  11. Analysis of the QRS complex for apnea-bradycardia characterization in preterm infants

    PubMed Central

    Altuve, Miguel; Carrault, Guy; Cruz, Julio; Beuchée, Alain; Pladys, Patrick; Hernandez, Alfredo I.

    2009-01-01

    This work presents an analysis of the information content of new features derived from the electrocardiogram (ECG) for the characterization of apnea-bradycardia events in preterm infants. Automatic beat detection and segmentation methods have been adapted to the ECG signals from preterm infants, through the application of two evolutionary algorithms. ECG data acquired from 32 preterm infants with persistent apnea-bradycardia have been used for quantitative evaluation. The adaptation procedure led to an improved sensitivity and positive predictive value, and a reduced jitter for the detection of the R-wave, QRS onset, QRS offset, and iso-electric level. Additionally, time series representing the RR interval, R-wave amplitude and QRS duration, were automatically extracted for periods at rest, before, during and after apnea-bradycardia episodes. Significant variations (p<0.05) were observed for all time-series when comparing the difference between values at rest versus values just before the bradycardia event, with the difference between values at rest versus values during the bradycardia event. These results reveal changes in the R-wave amplitude and QRS duration, appearing at the onset and termination of apnea-bradycardia episodes, which could be potentially useful for the early detection and characterization of these episodes. PMID:19963984

  12. Multipoint Pacing versus conventional ICD in Patients with a Narrow QRS complex (MPP Narrow QRS trial): study protocol for a pilot randomized controlled trial.

    PubMed

    Gasparini, Maurizio; Galimberti, Paola; Bragato, Renato; Ghio, Stefano; Raineri, Claudia; Landolina, Maurizio; Chieffo, Enrico; Lunati, Maurizio; Mulargia, Ederina; Proclemer, Alessandro; Facchin, Domenico; Rordorf, Roberto; Vicentini, Alessandro; Marcantoni, Lina; Zanon, Francesco; Klersy, Catherine

    2016-12-03

    Despite an intensive search for predictors of the response to cardiac resynchronization therapy (CRT), the QRS duration remains the simplest and most robust predictor of a positive response. QRS duration of ≥ 130 ms is considered to be a prerequisite for CRT; however, some studies have shown that CRT may also be effective in heart failure (HF) patients with a narrow QRS (<130 ms). Since CRT can now be performed by pacing the left ventricle from multiple vectors via a single quadripolar lead, it is possible that multipoint pacing (MPP) might be effective in HF patients with a narrow QRS. This article reports the design of the MPP Narrow QRS trial, a prospective, randomized, multicenter, controlled feasibility study to investigate the efficacy of MPP using two LV pacing vectors in patients with a narrow QRS complex (100-130 ms). Fifty patients with a standard ICD indication will be enrolled and randomized (1:1) to either an MPP group or a Standard ICD group. All patients will undergo a low-dose dobutamine stress echo test and only those with contractile reserve will be included in the study and randomized. The primary endpoint will be the percentage of patients in each group that have reverse remodeling at 12 months, defined as a reduction in left ventricular end-systolic volume (LVESV) of >15% from the baseline. This feasibility study will determine whether MPP improves reverse remodeling, as compared with standard ICD, in HF patients who have a narrow QRS complex (100-130 ms). ClinicalTrials.gov, NCT02402816 . Registered on 25 March 2015.

  13. Robust QRS peak detection by multimodal information fusion of ECG and blood pressure signals.

    PubMed

    Ding, Quan; Bai, Yong; Erol, Yusuf Bugra; Salas-Boni, Rebeca; Zhang, Xiaorong; Hu, Xiao

    2016-11-01

    QRS peak detection is a challenging problem when ECG signal is corrupted. However, additional physiological signals may also provide information about the QRS position. In this study, we focus on a unique benchmark provided by PhysioNet/Computing in Cardiology Challenge 2014 and Physiological Measurement focus issue: robust detection of heart beats in multimodal data, which aimed to explore robust methods for QRS detection in multimodal physiological signals. A dataset of 200 training and 210 testing records are used, where the testing records are hidden for evaluating the performance only. An information fusion framework for robust QRS detection is proposed by leveraging existing ECG and ABP analysis tools and combining heart beats derived from different sources. Results show that our approach achieves an overall accuracy of 90.94% and 88.66% on the training and testing datasets, respectively. Furthermore, we observe expected performance at each step of the proposed approach, as an evidence of the effectiveness of our approach. Discussion on the limitations of our approach is also provided.

  14. Sudden cardiac death in adults with congenital heart disease: does QRS-complex fragmentation discriminate in structurally abnormal hearts?

    PubMed

    Vehmeijer, Jim T; Koyak, Zeliha; Bokma, Jouke P; Budts, Werner; Harris, Louise; Mulder, Barbara J M; de Groot, Joris R

    2018-06-01

    Sudden cardiac death (SCD) causes a large portion of all mortality in adult congenital heart disease (ACHD) patients. However, identification of high-risk patients remains challenging. Fragmented QRS-complexes (fQRS) are a marker for SCD in patients with acquired heart disease but data in ACHD patients are lacking. We therefore aim to evaluate the prognostic value of fQRS for SCD in ACHD patients. From a multicentre cohort of 25 790 ACHD patients, we included tachyarrhythmic SCD cases (n = 147), and controls (n = 266) matched by age, gender, congenital defect and (surgical) intervention. fQRS was defined as ≥1 discontinuous deflection in narrow QRS-complexes, and ≥2 in wide QRS-complexes (>120 ms), in two contiguous ECG leads. We calculated odds ratios (OR) using univariable and multivariable conditional logistic regression models correcting for impaired systemic ventricular function, heart failure and QRS duration >120 ms. ECGs of 147 SCD cases (65% male, median age of death 34 years) and of 266 controls were assessed. fQRS was present in 51% of cases and 34% of controls (OR 2.0, P = 0.003). In multivariable analysis, fQRS was independently associated with SCD (OR 1.9, P = 0.01). The most common diagnose of SCD cases was tetralogy of Fallot (ToF, 34 cases). In ToF, fQRS was present in 71% of cases vs. 43% of controls (OR for SCD 2.8, P = 0.03). fQRS was independently associated with SCD in ACHD patients in a cohort of SCD patients and matched controls. fQRS may therefore contribute to the decision when evaluating ACHD patients for primary prevention of SCD.

  15. Fetal QRS detection and heart rate estimation: a wavelet-based approach.

    PubMed

    Almeida, Rute; Gonçalves, Hernâni; Bernardes, João; Rocha, Ana Paula

    2014-08-01

    Fetal heart rate monitoring is used for pregnancy surveillance in obstetric units all over the world but in spite of recent advances in analysis methods, there are still inherent technical limitations that bound its contribution to the improvement of perinatal indicators. In this work, a previously published wavelet transform based QRS detector, validated over standard electrocardiogram (ECG) databases, is adapted to fetal QRS detection over abdominal fetal ECG. Maternal ECG waves were first located using the original detector and afterwards a version with parameters adapted for fetal physiology was applied to detect fetal QRS, excluding signal singularities associated with maternal heartbeats. Single lead (SL) based marks were combined in a single annotator with post processing rules (SLR) from which fetal RR and fetal heart rate (FHR) measures can be computed. Data from PhysioNet with reference fetal QRS locations was considered for validation, with SLR outperforming SL including ICA based detections. The error in estimated FHR using SLR was lower than 20 bpm for more than 80% of the processed files. The median error in 1 min based FHR estimation was 0.13 bpm, with a correlation between reference and estimated FHR of 0.48, which increased to 0.73 when considering only records for which estimated FHR > 110 bpm. This allows us to conclude that the proposed methodology is able to provide a clinically useful estimation of the FHR.

  16. Association of intraventricular mechanical dyssynchrony with response to cardiac resynchronization therapy in heart failure patients with a narrow QRS complex

    PubMed Central

    van Bommel, Rutger J.; Tanaka, Hidekazu; Delgado, Victoria; Bertini, Matteo; Borleffs, Carel Jan Willem; Ajmone Marsan, Nina; Holzmeister, Johannes; Ruschitzka, Frank; Schalij, Martin J.; Bax, Jeroen J.; Gorcsan, John

    2010-01-01

    Aims Current criteria for cardiac resynchronization therapy (CRT) are restricted to patients with a wide QRS complex (>120 ms). Overall, only 30% of heart failure patients demonstrate a wide QRS complex, leaving the majority of heart failure patients without this treatment option. However, patients with a narrow QRS complex exhibit left ventricular (LV) mechanical dyssynchrony, as assessed with echocardiography. To further elucidate the possible beneficial effect of CRT in heart failure patients with a narrow QRS complex, this two-centre, non-randomized observational study focused on different echocardiographic parameters of LV mechanical dyssynchrony reflecting atrioventricular, interventricular and intraventricular dyssynchrony, and the response to CRT in these patients. Methods and results A total of 123 consecutive heart failure patients with a narrow QRS complex (<120 ms) undergoing CRT was included at two centres. Several widely accepted measures of mechanical dyssynchrony were evaluated: LV filling ratio (LVFT/RR), LV pre-ejection time (LPEI), interventricular mechanical dyssynchrony (IVMD), opposing wall delay (OWD), and anteroseptal posterior wall delay with speckle tracking (ASPWD). Response to CRT was defined as a reduction ≥15% in left ventricular end-systolic volume at 6 months follow-up. Measures of dyssynchrony can frequently be observed in patients with a narrow QRS complex. Nonetheless, for LVFT/RR, LPEI, and IVMD, presence of predefined significant dyssynchrony is <20%. Significant intraventricular dyssynchrony is more widely observed in these patients. With receiver operator characteristic curve analyses, both OWD and ASPWD demonstrated usefulness in predicting response to CRT in narrow QRS patients with a cut-off value of 75 and 107 ms, respectively. Conclusion Mechanical dyssynchrony can be widely observed in heart failure patients with a narrow QRS complex. In particular, intraventricular measures of mechanical dyssynchrony may be useful in

  17. Total Mortality, Major Adverse Cardiac Events, and Echocardiographic-Derived Cardiac Parameters with Fragmented QRS Complex.

    PubMed

    Gong, Bojun; Li, Zicheng

    2016-07-01

    Fragmented QRS complex (fQRS), an easily evaluated noninvasive electrocardiographic parameter, is associated with worse outcomes in patients with several cardiovascular conditions. The presence of fQRS on ECG may be an indicator of myocardial damage in patients with coronary artery disease (CAD). In this article, we performed a meta-analysis in order to characterize the presence of fQRS on ECG in patients with CAD. We searched English-language randomized controlled trials involving fQRS on ECG in patients with CAD (n = 3279 patients, 12 trials). Two reviewers independently extracted data. Data on LVEF, LVESD, LVEDD, LVESV, LVEDV, total mortality, stroke, and MACE were collected. fQRS was performed a comparison with non-fQRS, calculating pooled relatives risk (RRs) and weighted mean difference (WMD), and associated 95% confidence intervals (CIs). fQRS was associated with significant increased WMD of LVEDD (WMD, 2.26; 95%CI, 0.92 to 0.36, P = 0.0009), LVESD (WMD, 2.71; 95%CI, 1.23 to 4.19, P = 0.0003), LVEDV (WMD, 31.37; 95%CI, 24.82 to 37.92, P < 0.00001), and LVESV (WMD, 28.45; 95%CI, 22.92 to 33.98, P < 0.00001). As compared to non-fQRS, fQRS increased risk of total mortality (RR, 3.09; 95%CI, 1.76 to 5.44, P < 0.0001) and MACE (RR, 2.85; 95%CI, 1.98 to 4.09, P < 0.00001) in patients with CAD. However, a decreased trend was observed for LVEF (WMD, -3.59; 95%CI, -7.05 to -0.12, P = 0.04). For the incidence of stoke, there was no difference between fQRS and non-fQRS group. Our findings indicate that fQRS is a valuable factor to predict total mortality and MACE in patients with CAD. © 2015 Wiley Periodicals, Inc.

  18. Assessment of the relationship between a narrow fragmented QRS complex and coronary slow flow.

    PubMed

    Cakmak, Huseyin Altug; Aslan, Serkan; Gul, Mehmet; Kalkan, Ali Kemal; Ozturk, Derya; Celik, Omer; Tasbulak, Omer; Satilmisoglu, Muhammet Hulusi

    2015-01-01

    The coronary slow flow (CSF) phenomenon is a delayed antegrade progression of contrast agent to the distal branch of a coronary artery in the absence of obstructive coronary artery disease (CAD). A narrow fragmented QRS (fQRS) has been reported as a significant predictor of sudden cardiac death in patients with idiopathic dilated cardiomyopathy. The present study aimed to investigate the relationship between a narrow fQRS on the admission electrocardiogram (ECG) and CSF on coronary angiography. This study included 165 consecutive patients (112 CSF, 53 controls) who underwent first-time diagnostic conventional coronary angiography for suspected CAD. Coronary flow was quantified by thrombolysis in myocardial infarction (TIMI) frame count (TFC). The patients were divided into two groups according to the presence or absence of a narrow fQRS complex on the admission ECG. Forty four patients were in the fQRS group (mean age, 52.97 ± 3.13 years). There was no difference between the two groups with respect to age, gender, body mass index, family history, hyperlipidemia, hypertension, or diabetes mellitus. The extent of CSF was significantly greater in the fQRS group compared to the non-fragmented group (p < 0.001). A significant correlation was also found between mean TFC values and fQRS (p < 0.001). On multivariate analysis, only CSF (p = 0.03) was a significant independent predictor for narrow fQRS, after adjustment for other parameters. The narrow fQRS is a simple, inexpensive, and readily available noninvasive ECG parameter that may be a new potential indicator of myocardial damage in patients with CSF.

  19. Fragmented QRS in patients with systemic lupus erythematosus.

    PubMed

    Demır, Kenan; Avcı, Ahmet; Yılmaz, Sema; Demır, Tarık; Ersecgın, Ahmet; Altunkeser, Bulent Behlul

    2014-08-01

    Systemic lupus erythematosus (SLE) is a systemic autoimmune disease with a variety of clinical features. Cardiac involvement is present in more than half of the patients with SLE. Fragmentation of QRS (fQRS) is presumed marker of cardiovascular risk and has not been previously evaluated in SLE. A total of 56 women previously diagnosed with SLE were recruited. In addition, a control group consisting of 51 healthy people was formed. QRS complexes were also evaluated in terms of fragmentations. All patients with SLE and control subjects underwent transthoracic echocardiographic examination. Erythrocyte sedimentation rate and C-reactive protein levels were also obtained. Frequency of fQRS was higher in patients with SLE (41% vs. 21%, p = 0.03). Left ventricular posterior wall thickness and mass index were higher in the patients with SLE. CRP levels and age were significantly higher, and disease duration was significantly longer in the fQRS(+) group (p = 0.02, 0.01, and 0.006, respectively). A careful cardiovascular evaluation and follow-up is essential to continuously improve survival in SLE. For this purpose, fQRS may be used for the early detection in patients with SLE.

  20. Analysis Spectrum of ECG Signal and QRS Detection during Running on Treadmill

    NASA Astrophysics Data System (ADS)

    Agung Suhendra, M.; Ilham R., M.; Simbolon, Artha I.; Faizal A., M.; Munandar, A.

    2018-03-01

    The heart is an important organ in our metabolism in which it controls circulatory and oxygen. The heart exercise is needed one of them using the treadmill to prevent health. To analysis, it using electrocardiograph (ECG) to investigating and diagnosing anomalies of the heart. In this paper, we would like to analysis ECG signals during running on the treadmill with kinds of speeds. There are two analysis ECG signals i.e. QRS detection and power spectrum density (PSD). The result of PSD showed that subject 3 has highly for all subject and the result of QRS detection using pan Tomkins algorithm that a percentage of failed detection is an approaching to 0 % for all subject.

  1. Clinical and electrophysiological characteristics of patients with paroxysmal intra-His block with narrow QRS complexes.

    PubMed

    Ragupathi, Loheetha; Johnson, Drew; Greenspon, Arnold; Frisch, Daniel; Ho, Reginald T; Pavri, Behzad B

    2018-04-18

    Atrioventricular (AV) block is usually due to infranodal disease and associated with a wide QRS complex; such patients often progress to complete AV block and pacemaker dependency. Uncommonly, infranodal AV block can occur within the His bundle with a narrow QRS complex. The aims of this study were to define clinical/echocardiographic characteristics of patients with AV block within the His bundle and report progression to pacemaker dependency. We retrospectively identified patients with narrow QRS complexes and documented intra-His delay or block at electrophysiology study (group A) or with electrocardiogram-documented Mobitz II AV block/paroxysmal AV block (group B). Clinical, electrophysiological, and echocardiographic variables at presentation and pacemaker parameters at the last follow-up visit were evaluated. Twenty-seven patients (19 women) were identified (mean age 64 ± 13 years; range, 38-85 years). Four patients who had <1 month of follow-up were excluded. There were 12 patients in group A and 11 in group B; 21 of 23 presented with syncope/presyncope. All patients received pacemakers: 8 single chamber and 15 dual chamber. After a median follow-up of 6.4 years, the median percentage of ventricular pacing was 1% (interquartile range 0%-4.66%). One patient developed true pacemaker dependency. Aortic and/or mitral annular calcification was present in 13 of 22 patients with available echocardiograms. Patients who present with syncope and narrow QRS complexes with intra-His delay or Mobitz II paroxysmal AV block with narrow QRS complexes rarely progress to pacemaker dependency and require infrequent pacing. This entity is more common in women, with a higher prevalence of aortic and/or mitral annular calcification. If confirmed by additional studies, single-chamber pacemaker may be sufficient. Copyright © 2018 Heart Rhythm Society. Published by Elsevier Inc. All rights reserved.

  2. A lightweight QRS detector for single lead ECG signals using a max-min difference algorithm.

    PubMed

    Pandit, Diptangshu; Zhang, Li; Liu, Chengyu; Chattopadhyay, Samiran; Aslam, Nauman; Lim, Chee Peng

    2017-06-01

    Detection of the R-peak pertaining to the QRS complex of an ECG signal plays an important role for the diagnosis of a patient's heart condition. To accurately identify the QRS locations from the acquired raw ECG signals, we need to handle a number of challenges, which include noise, baseline wander, varying peak amplitudes, and signal abnormality. This research aims to address these challenges by developing an efficient lightweight algorithm for QRS (i.e., R-peak) detection from raw ECG signals. A lightweight real-time sliding window-based Max-Min Difference (MMD) algorithm for QRS detection from Lead II ECG signals is proposed. Targeting to achieve the best trade-off between computational efficiency and detection accuracy, the proposed algorithm consists of five key steps for QRS detection, namely, baseline correction, MMD curve generation, dynamic threshold computation, R-peak detection, and error correction. Five annotated databases from Physionet are used for evaluating the proposed algorithm in R-peak detection. Integrated with a feature extraction technique and a neural network classifier, the proposed ORS detection algorithm has also been extended to undertake normal and abnormal heartbeat detection from ECG signals. The proposed algorithm exhibits a high degree of robustness in QRS detection and achieves an average sensitivity of 99.62% and an average positive predictivity of 99.67%. Its performance compares favorably with those from the existing state-of-the-art models reported in the literature. In regards to normal and abnormal heartbeat detection, the proposed QRS detection algorithm in combination with the feature extraction technique and neural network classifier achieves an overall accuracy rate of 93.44% based on an empirical evaluation using the MIT-BIH Arrhythmia data set with 10-fold cross validation. In comparison with other related studies, the proposed algorithm offers a lightweight adaptive alternative for R-peak detection with good

  3. Clinical significance of fragmented QRS complexes or J waves in patients with idiopathic ventricular arrhythmias.

    PubMed

    Seong, Choong Sil; Gwag, Hye Bin; Hwang, Jin Kyung; Park, Seung Jung; Park, Kyoung-Min; Kim, June Soo; On, Young Keun

    2018-01-01

    Idiopathic ventricular fibrillation (IVF) can cause sudden cardiac death. Previous studies have reported that J waves and fragmented QRS complexes (f-QRS) are arrhythmogenic markers and predictors of cardiac events. We evaluated the prevalence and clinical significance of J waves and f-QRS in patients with IVF. We studied 81 patients who received an implantable cardioverter defibrillator (ICD) due to IVF between October 1999 and June 2015. We assessed the prevalence of J waves and f-QRS using electrocardiograms (ECGs). Patients were classified into three groups: J wave group (n = 35), f-QRS group (n = 20), or normal ECG group (n = 26). The control group included 81 subjects without heart disease who were matched for age, sex, and race. We compared syncope, sudden cardiac arrest, and appropriate ICD shock between the three groups. The follow-up duration was 4.1 years. J waves and f-QRS were more frequent in patients with IVF than in control subjects (43.2%, 21% vs. 24.7%, 19.7%, P < 0.001). Out of the three groups, clinical cardiac events were most frequent in the f-QRS group (50% vs. 45.7% vs. 11.5%, P = 0.028). A comparison of the combined group of J wave and f-QRS versus the normal ECG group revealed that the combined group had a higher frequency of clinical cardiac events than the normal ECG group (47.3% vs. 11.5%, respectively, P = 0.009). Patients with IVF had higher prevalence of f-QRS or J waves. And patients with f-QRS or J waves were at higher risk of recurrent ventricular fibrillation.

  4. Cardiac-resynchronization therapy in heart failure with a narrow QRS complex.

    PubMed

    Ruschitzka, Frank; Abraham, William T; Singh, Jagmeet P; Bax, Jeroen J; Borer, Jeffrey S; Brugada, Josep; Dickstein, Kenneth; Ford, Ian; Gorcsan, John; Gras, Daniel; Krum, Henry; Sogaard, Peter; Holzmeister, Johannes

    2013-10-10

    Cardiac-resynchronization therapy (CRT) reduces morbidity and mortality in chronic systolic heart failure with a wide QRS complex. Mechanical dyssynchrony also occurs in patients with a narrow QRS complex, which suggests the potential usefulness of CRT in such patients. We conducted a randomized trial involving 115 centers to evaluate the effect of CRT in patients with New York Heart Association class III or IV heart failure, a left ventricular ejection fraction of 35% or less, a QRS duration of less than 130 msec, and echocardiographic evidence of left ventricular dyssynchrony. All patients underwent device implantation and were randomly assigned to have CRT capability turned on or off. The primary efficacy outcome was the composite of death from any cause or first hospitalization for worsening heart failure. On March 13, 2013, the study was stopped for futility on the recommendation of the data and safety monitoring board. At study closure, the 809 patients who had undergone randomization had been followed for a mean of 19.4 months. The primary outcome occurred in 116 of 404 patients in the CRT group, as compared with 102 of 405 in the control group (28.7% vs. 25.2%; hazard ratio, 1.20; 95% confidence interval [CI], 0.92 to 1.57; P=0.15). There were 45 deaths in the CRT group and 26 in the control group (11.1% vs. 6.4%; hazard ratio, 1.81; 95% CI, 1.11 to 2.93; P=0.02). In patients with systolic heart failure and a QRS duration of less than 130 msec, CRT does not reduce the rate of death or hospitalization for heart failure and may increase mortality. (Funded by Biotronik and GE Healthcare; EchoCRT ClinicalTrials.gov number, NCT00683696.).

  5. Sodium channel blockade with QRS widening after an escitalopram overdose.

    PubMed

    Schreffler, Susan M; Marraffa, Jeanna M; Stork, Christine M; Mackey, Jennifer

    2013-09-01

    Escitalopram is rarely associated with prolongation of the QTc interval; however, there are no reported cases of QRS complex widening associated with escitalopram overdose. We report a case of a patient who presented with both QRS complex widening and QTc interval prolongation after an escitalopram overdose. A 16-year-old girl presented to the emergency department after ingestion of escitalopram, tramadol/acetaminophen, and hydrocodone/acetaminophen. Laboratory results were significant for 4-hour acetaminophen 21.1 μg/mL. Serum electrolytes including potassium, magnesium, and calcium were all normal. Initial electrocardiogram (ECG) revealed a widened QRS with an incomplete right bundle branch pattern. After administration of 100-mEq sodium bicarbonate, a repeat ECG revealed narrowing of the QRS complex and a prolonged QTc interval. Magnesium sulfate 2 g intravenous and sodium bicarbonate drip were initiated. A repeat ECG, 1 hour after the second, revealed normalization of the QRS complex and QTc interval. Prolongation of the QTc interval is an expected effect of escitalopram. Both escitalopram and citalopram are metabolized to the cardiotoxic metabolite S-didesmethylcitalopram and didesmethylcitalopram, respectively, which have been implicated in numerous cardiac abnormalities including widening of the QRS complex. Although never previously described with escitalopram, this mechanism provides a reasonable explanation for the QRS complex widening and incomplete right bundle branch block that occurred in our patient. Both QRS complex widening and QTc interval prolongation should be monitored in cases of escitalopram and citalopram overdoses.

  6. Real-time, high frequency QRS electrocardiograph with reduced amplitude zone detection

    NASA Technical Reports Server (NTRS)

    Schlegel, Todd T. (Inventor); DePalma, Jude L. (Inventor); Moradi, Saeed (Inventor)

    2009-01-01

    Real time cardiac electrical data are received from a patient, manipulated to determine various useful aspects of the ECG signal, and displayed in real time in a useful form on a computer screen or monitor. The monitor displays the high frequency data from the QRS complex in units of microvolts, juxtaposed with a display of conventional ECG data in units of millivolts or microvolts. The high frequency data are analyzed for their root mean square (RMS) voltage values and the discrete RMS values and related parameters are displayed in real time. The high frequency data from the QRS complex are analyzed with imbedded algorithms to determine the presence or absence of reduced amplitude zones, referred to herein as ''RAZs''. RAZs are displayed as ''go, no-go'' signals on the computer monitor. The RMS and related values of the high frequency components are displayed as time varying signals, and the presence or absence of RAZs may be similarly displayed over time.

  7. A 300-mV 220-nW event-driven ADC with real-time QRS detection for wearable ECG sensors.

    PubMed

    Zhang, Xiaoyang; Lian, Yong

    2014-12-01

    This paper presents an ultra-low-power event-driven analog-to-digital converter (ADC) with real-time QRS detection for wearable electrocardiogram (ECG) sensors in wireless body sensor network (WBSN) applications. Two QRS detection algorithms, pulse-triggered (PUT) and time-assisted PUT (t-PUT), are proposed based on the level-crossing events generated from the ADC. The PUT detector achieves 97.63% sensitivity and 97.33% positive prediction in simulation on the MIT-BIH Arrhythmia Database. The t-PUT improves the sensitivity and positive prediction to 97.76% and 98.59% respectively. Fabricated in 0.13 μm CMOS technology, the ADC with QRS detector consumes only 220 nW measured under 300 mV power supply, making it the first nanoWatt compact analog-to-information (A2I) converter with embedded QRS detector.

  8. Case report: an unstable wide QRS complexes tachycardia after ablation of a poster-septal accessory pathway: What is the mechanism?

    PubMed

    Wang, Huan; Che, Xiaoru

    2018-03-01

    Differentiation of wide QRS complex tachycardia required repeated electrophysiological stimuli and mapping. However, instability of tachycardia would increase the difficulty in differential diagnosis. In this paper, we reported a wide QRS tachycardia following ablation of an atrioventricular reentrant tachycardia participated by a poster-septal accessory pathway. Limited differentiation strategy was performed because the wide QRS tachycardia was self-limited and with unstable hemodynamics. We analyzed the mechanism of the wide QRS tachycardia by only 4 beats ventricular overpacing. On the basis of the last ventricular pacing, an atypical atrioventricular nodal reentrant tachycardia was confirmed. After slow-pathway modification, the wide QRS tachycardia was eliminated. It was an atypical atrial-ventricular node reentrant tachycardia with right bundle branch block. Reasonable analysis based on electrophysiological electrophysiologic knowledge was the basis of successful diagnosis and treatment.

  9. High frequency QRS ECG predicts ischemic defects during myocardial perfusion imaging

    NASA Technical Reports Server (NTRS)

    2004-01-01

    Changes in high frequency QRS components of the electrocardiogram (HF QRS ECG) (150-250 Hz) are more sensitive than changes in conventional ST segments for detecting myocardial ischemia. We investigated the accuracy of 12-lead HF QRS ECG in detecting ischemia during adenosine tetrofosmin myocardial perfusion imaging (MPI). 12-lead HF QRS ECG recordings were obtained from 45 patients before and during adenosine technetium-99 tetrofosmin MPI tests. Before the adenosine infusions, recordings of HF QRS were analyzed according to a morphological score that incorporated the number, type and location of reduced amplitude zones (RAZs) present in the 12 leads. During the adenosine infusions, recordings of HF QRS were analyzed according to the maximum percentage changes (in both the positive and negative directions) that occurred in root mean square (RMS) voltage amplitudes within the 12 leads. The best set of prospective HF QRS criteria had a sensitivity of 94% and a specificity of 83% for correctly identifying the MPI result. The sensitivity of simultaneous ST segment changes (18%) was significantly lower than that of any individual HF QRS criterion (P less than 0.00l). Analysis of 12-lead HF QRS ECG is highly sensitive and specific for detecting ischemic perfusion defects during adenosine MPI stress tests and significantly more sensitive than analysis of conventional ST segments.

  10. High frequency QRS ECG predicts ischemic defects during myocardial perfusion imaging

    NASA Technical Reports Server (NTRS)

    Rahman, Atiar

    2006-01-01

    Background: Changes in high frequency QRS components of the electrocardiogram (HF QRS ECG) (150-250 Hz) are more sensitive than changes in conventional ST segments for detecting myocardial ischemia. We investigated the accuracy of 12-lead HF QRS ECG in detecting ischemia during adenosine tetrofosmin myocardial perfusion imaging (MPI). Methods and Results: 12-lead HF QRS ECG recordings were obtained from 45 patients before and during adenosine technetium-99 tetrofosmin MPI tests. Before the adenosine infusions, recordings of HF QRS were analyzed according to a morphological score that incorporated the number, type and location of reduced amplitude zones (RAZs) present in the 12 leads. During the adenosine infusions, recordings of HF QRS were analyzed according to the maximum percentage changes (in both the positive and negative directions) that occurred in root mean square (RMS) voltage amplitudes within the 12 leads. The best set of prospective HF QRS criteria had a sensitivity of 94% and a specificity of 83% for correctly identifying the MPI result. The sensitivity of simultaneous ST segment changes (18%) was significantly lower than that of any individual HF QRS criterion (P<0.001). Conclusions: Analysis of 12-lead HF QRS ECG is highly sensitive and specific for detecting ischemic perfusion defects during adenosine MPI stress tests and significantly more sensitive than analysis of conventional ST segments.

  11. Time frequency power profile of QRS complex obtained with wavelet transform in spontaneously hypertensive rats.

    PubMed

    Takano, Nami K; Tsutsumi, Takeshi; Suzuki, Hiroshi; Okamoto, Yoshiwo; Nakajima, Toshiaki

    2012-02-01

    We evaluated whether frequency analysis could detect the development of interstitial fibrosis in rats. SHR/Izm and age-matched WKY/Izm were used. Limb lead II electrocardiograms were recorded. Continuous wavelet transform (CWT) was applied for the time-frequency analysis. The integrated time-frequency power (ITFP) between QRS complexes was measured and compared between groups. The ITFP at low-frequency bands (≤125Hz) was significantly higher in SHR/Izm. The percent change of ITFP showed the different patterns between groups. Prominent interstitial fibrosis with an increase in TIMP-1 mRNA expression was also observed in SHR/Izm. These results were partly reproduced in a computer simulation. Copyright © 2011 Elsevier Ltd. All rights reserved.

  12. Cadmium stress assessment based on the electrocardiogram characteristics of zebra fish (Danio rerio): QRS complex could play an important role.

    PubMed

    Xing, Na; Ji, Lizhen; Song, Jie; Ma, Jingchun; Li, Shangge; Ren, Zongming; Xu, Fei; Zhu, Jianping

    2017-10-01

    The electrocardiogram (ECG) of zebra fish (Danio rerio) expresses cardiac features that are similar to humans. Here we use sharp microelectrode measurements to obtain ECG characteristics in adult zebra fish and analyze the effects of cadmium chloride (CdCl 2 ) on the heart. We observe the overall changes of ECG parameters in different treatments (0.1 TU, 0.5 TU and 1.0 TU CdCl 2 ), including P wave, Q wave, R wave, S wave, T wave, PR interval (atrial contraction), QRS complex (ventricular depolarization), ST segment, and QT interval (ventricular repolarization). The trends of the ECG parameters showed some responses to the concentration and exposure time of CdCl 2 , but it was difficult to obtain more information about the useful indicators in water quality assessment depending on tendency analysis alone. A self-organizing map (SOM) showed that P values, R values, and T values were similar; R wave and T wave amplitude were similar; and most important, QRS value was similar to the CdCl 2 stress according to the classified data patterns including CdCl 2 stress (E) and ECG components based on the Ward linkage. It suggested that the duration of QRS complex was related to environmental stress E directly. The specification and evaluation of ECG parameters in Cd 2+ pollution suggested that there is a markedly significant correlation between QRS complex and CdCl 2 stress with the highest r (0.729) and the smallest p (0.002) among all ECG characteristics. In this case, it is concluded that QRS complex can be used as an indicator in the CdCl 2 stress assessment due to the lowest AIC data abased on the linear regression model between the CdCl 2 stress and ECG parameters. Copyright © 2017 Elsevier B.V. All rights reserved.

  13. Fragmented QRS and prediction of paroxysmal atrial fibrillation episodes

    PubMed Central

    Temiz, Ahmet; Gazi, Emine; Güngör, Ömer; Altun, Burak; Barutcu, Ahmet; Bekler, Adem; Tan, Yusuf Ziya; Ozcan, Sedat; Yener, Ali Ümit; Kurt, Tolga

    2014-01-01

    Objective: Prior studies have demonstrated the relationship between cardiovascular diseases and fragmented QRS (fQRS). fQRS was also associated with ventricular arrhythmias. Our objective was to find out the relationship between fQRS and paroxysmal atrial fibrillation (PAF). Method: A total of 301 patients without overt structural heart disease were prospectively included in the study. Patients were divided in to 2 groups according to presence of fQRS. Multivariate logistic regression analysis was used to assess the predictive value of fQRS for predicting PAF. Results: One hundred and three patients had fQRS. Patients with fQRS were older (53±16.8 vs 45.3±17.2, p<0.001), with larger left atrium (LA) (33.2±5.9 vs 30.1±5.9 mm, p=0.001), with thicker interventricular septum (IVS) (10.2±1.9 vs 9.5±2.3 mm, p=0.032), more diabetic (19.8 vs 10.6%, p=0.029) and have more PAF episodes (22.3 vs 4.1%, p<0.001) in comparison with patients without fQRS. fQRS was an independent predictor of detecting PAF episode (odds ratio, 9.69; 95% confidence interval, 2.46-38.15, p=0.001). Hypertension and diabetes mellitus were also predictive. Conclusion: The presence of fQRS independently predicted PAF episodes in holter monitoring (HM). Further studies are needed to clarify the clinical implications of this finding. PMID:25097533

  14. Cardiac pacemaker battery discharge after external electrical cardioversion for broad QRS Complex Tachycardia.

    PubMed

    Annamaria, Martino; Andrea, Scapigliati; Michela, Casella; Tommaso, Sanna; Gemma, Pelargonio; Antonio, Dello Russo; Roberto, Zamparelli; Stefano, De Paulis; Fulvio, Bellocci; Rocco, Schiavello

    2008-08-01

    External electrical cardioversion or defibrillation may be necessary in patients with implanted cardiac pacemaker (PM) or implantable cardioverter defibrillator (ICD). Sudden discharge of high electrical energy employed in direct current (DC) transthoracic countershock may damage the PM/ICD system resulting in a series of possible device malfunctions. For this reason, when defibrillation or cardioversion must be attempted in a patient with a PM or ICD, some precautions should be taken, particularly in PM dependent patients, in order to prevent damage to the device. We report the case of a 76-year-old woman with a dual chamber PM implanted in the right subclavicular region, who received two consecutive transthoracic DC shocks to treat haemodynamically unstable broad QRS complex tachycardia after cardiac surgery performed with a standard sternotomic approach. Because of the sternal wound and thoracic drainage tubes together with the severe clinical compromise, the anterior paddle was positioned near the pulse generator. At the following PM test, a complete battery discharge was detected.

  15. Real-Time 12-Lead High-Frequency QRS Electrocardiography for Enhanced Detection of Myocardial Ischemia and Coronary Artery Disease

    NASA Technical Reports Server (NTRS)

    Schlegel, Todd T.; Kulecz, Walter B.; DePalma, Jude L.; Feiveson, Alan H.; Wilson, John S.; Rahman, M. Atiar; Bungo, Michael W.

    2004-01-01

    Several studies have shown that diminution of the high-frequency (HF; 150-250 Hz) components present within the central portion of the QRS complex of an electrocardiogram (ECG) is a more sensitive indicator for the presence of myocardial ischemia than are changes in the ST segments of the conventional low-frequency ECG. However, until now, no device has been capable of displaying, in real time on a beat-to-beat basis, changes in these HF QRS ECG components in a continuously monitored patient. Although several software programs have been designed to acquire the HF components over the entire QRS interval, such programs have involved laborious off-line calculations and postprocessing, limiting their clinical utility. We describe a personal computer-based ECG software program developed recently at the National Aeronautics and Space Administration (NASA) that acquires, analyzes, and displays HF QRS components in each of the 12 conventional ECG leads in real time. The system also updates these signals and their related derived parameters in real time on a beat-to-beat basis for any chosen monitoring period and simultaneously displays the diagnostic information from the conventional (low-frequency) 12-lead ECG. The real-time NASA HF QRS ECG software is being evaluated currently in multiple clinical settings in North America. We describe its potential usefulness in the diagnosis of myocardial ischemia and coronary artery disease.

  16. [A research on real-time ventricular QRS classification methods for single-chip-microcomputers].

    PubMed

    Peng, L; Yang, Z; Li, L; Chen, H; Chen, E; Lin, J

    1997-05-01

    Ventricular QRS classification is key technique of ventricular arrhythmias detection in single-chip-microcomputer based dynamic electrocardiogram real-time analyser. This paper adopts morphological feature vector including QRS amplitude, interval information to reveal QRS morphology. After studying the distribution of QRS morphology feature vector of MIT/BIH DB ventricular arrhythmia files, we use morphological feature vector cluster to classify multi-morphology QRS. Based on the method, morphological feature parameters changing method which is suitable to catch occasional ventricular arrhythmias is presented. Clinical experiments verify missed ventricular arrhythmia is less than 1% by this method.

  17. [The relationship between fragmented QRS complex and coronary collateral circulation in patients with chronic total occlusion lesion without prior myocardial infarction].

    PubMed

    Gu, X J; Shan, S J; Liu, Z Z; Jin, G Z; Hu, Z Y; Zhu, L L; Zhang, J

    2017-04-24

    Objective: To explore the relationship between fragmented QRS complex(fQRS) and coronary collateral circulation(CCC) in patients with chronic total occlusion(CTO)lesion without prior myocardial infarction. Methods: This retrospective study analyzed 238 consecutive patients with CTO lesion in one of the major coronary arteries from May 2014 to October 2015 in our department. Patients were divided into poor CCC group (grade 0 and 1, 58 cases) and good CCC group(grade 2 and 3, 180 cases) based on Rentrop's classification of CCC. The fQRS was defined as the presence of an additional R wave or notching of R or S wave or the presence of fragmentation in two contiguous electrocardiogram leads corresponding to a major coronary artery territory. Multivariate logistic regression was used to analyze the relationship between CCC and fQRS on electrocardiogram. Results: Compared with good CCC group, patients in poor CCC group had older age((65.2±8.9)years old vs. (60.3±10.1) years old, P =0.03), higher plasma glucose ((7.22±3.00) mmol/L vs.(6.31±1.83)mmol/L, P =0.04), and lower left ventricular ejection fraction ((45.2±11.4)% vs. (51.2±13.5)%, P =0.02). None of patients had Rentrop grade 0, the presence of fQRS on ECG in patients with Rentrop grade 1, grade 2, and grade 3 CCC was 69.0% (40/58), 48.6% (35/72) , and 19.4% (21/108), respectively ( P <0.01). The presence of fQRS were higher in poor CCC group than in good CCC group (69.0%(40/58)vs. 31.1%(56/180), P <0.01), and number of leads with fQRS were higher in poor CCC group than in good CCC group (3(0, 4)vs.0(0, 3), P <0.01). Multivariate logistic regression analysis demonstrated that poor CCC growth in patients with CTO lesion without prior myocardial infarction was independently related to the presence of fQRS ( OR =3.659, 95% CI 1.619-8.217, P <0.01). Conclusion: Poor CCC in patients with CTO lesion without prior myocardial infarction is independently related to the presence of fQRS on electrocardiogram.

  18. Real-time, high frequency QRS electrocardiograph

    NASA Technical Reports Server (NTRS)

    Schlegel, Todd T. (Inventor); DePalma, Jude L. (Inventor); Moradi, Saeed (Inventor)

    2006-01-01

    Real time cardiac electrical data are received from a patient, manipulated to determine various useful aspects of the ECG signal, and displayed in real time in a useful form on a computer screen or monitor. The monitor displays the high frequency data from the QRS complex in units of microvolts, juxtaposed with a display of conventional ECG data in units of millivolts or microvolts. The high frequency data are analyzed for their root mean square (RMS) voltage values and the discrete RMS values and related parameters are displayed in real time. The high frequency data from the QRS complex are analyzed with imbedded algorithms to determine the presence or absence of reduced amplitude zones, referred to herein as RAZs. RAZs are displayed as go, no-go signals on the computer monitor. The RMS and related values of the high frequency components are displayed as time varying signals, and the presence or absence of RAZs may be similarly displayed over time.

  19. QRS analysis using wavelet transformation for the prediction of response to cardiac resynchronization therapy: a prospective pilot study.

    PubMed

    Vassilikos, Vassilios P; Mantziari, Lilian; Dakos, Georgios; Kamperidis, Vasileios; Chouvarda, Ioanna; Chatzizisis, Yiannis S; Kalpidis, Panagiotis; Theofilogiannakos, Efstratios; Paraskevaidis, Stelios; Karvounis, Haralambos; Mochlas, Sotirios; Maglaveras, Nikolaos; Styliadis, Ioannis H

    2014-01-01

    Wider QRS and left bundle branch block morphology are related to response to cardiac resynchronization therapy (CRT). A novel time-frequency analysis of the QRS complex may provide additional information in predicting response to CRT. Signal-averaged electrocardiograms were prospectively recorded, before CRT, in orthogonal leads and QRS decomposition in three frequency bands was performed using the Morlet wavelet transformation. Thirty eight patients (age 65±10years, 31 males) were studied. CRT responders (n=28) had wider baseline QRS compared to non-responders and lower QRS energies in all frequency bands. The combination of QRS duration and mean energy in the high frequency band had the best predicting ability (AUC 0.833, 95%CI 0.705-0.962, p=0.002) followed by the maximum energy in the high frequency band (AUC 0.811, 95%CI 0.663-0.960, p=0.004). Wavelet transformation of the QRS complex is useful in predicting response to CRT. © 2013.

  20. Fragmented QRS complex is a prognostic marker of microvascular reperfusion and changes in LV function occur in patients with ST elevation myocardial infarction who underwent primary percutaneous coronary intervention.

    PubMed

    Zhang, Ruoxi; Chen, Shuyuan; Zhao, Qi; Sun, Meng; Yu, Bo; Hou, Jingbo

    2017-06-01

    The present study aimed to investigate the in-hospital and long-term prognostic value of fragmented QRS complex (fQRS) for microvascular reperfusion and changes in left ventricular (LV) function in patients with ST elevation myocardial infarction (STEMI) who underwent primary percutaneous coronary intervention (PCI). A total of 216 patients with STEMI undergoing primary PCI were included in the current study. Patients were divided into two groups based on the presence (n=126) or absence (n=90) of fQRS following electrocardiograms (ECGs) on admission. Following primary PCI and follow up, patients were divided into four groups based on new onset, resolution, persistence and absence of fQRS. Major adverse cardiac events were defined to include cardiovascular death, arrhythmia, heart failure, reinfarction and target vessel revascularization. The percentage of patients with heart failure and microvascular reperfusion differed significantly between the fQRS(+) and fQRS(-) groups. Levels of N-terminal pro-brain natriuretic peptide (NT-proBNP), Peak creatine kinase-MB (CK-MB) and Troponin I levels were observed to be significantly higher in the fQRS(+) group compared with the fQRS(-) group. In univariate logistic regression analysis, left ventricular ejection fraction (LVEF), NT-proBNP, Troponin I, Peak CK-MB and microvascular reperfusion were found to be associated with fQRS. Multivariate analysis identified that LVEF, NT-proBNP, Troponin I and microvascular reperfusion may be independent predictors of fQRS. The presence of fQRS was demonstrated to be associated with left ventricular dysfunction at follow up assessments. The presence of fQRS was not only significantly associated with myocardial microvascular reperfusion and left ventricular function, but was also a prognostic marker in STEMI.

  1. Analysis of the High-Frequency Content in Human QRS Complexes by the Continuous Wavelet Transform: An Automatized Analysis for the Prediction of Sudden Cardiac Death.

    PubMed

    García Iglesias, Daniel; Roqueñi Gutiérrez, Nieves; De Cos, Francisco Javier; Calvo, David

    2018-02-12

    Fragmentation and delayed potentials in the QRS signal of patients have been postulated as risk markers for Sudden Cardiac Death (SCD). The analysis of the high-frequency spectral content may be useful for quantification. Forty-two consecutive patients with prior history of SCD or malignant arrhythmias (patients) where compared with 120 healthy individuals (controls). The QRS complexes were extracted with a modified Pan-Tompkins algorithm and processed with the Continuous Wavelet Transform to analyze the high-frequency content (85-130 Hz). Overall, the power of the high-frequency content was higher in patients compared with controls (170.9 vs. 47.3 10³nV²Hz -1 ; p = 0.007), with a prolonged time to reach the maximal power (68.9 vs. 64.8 ms; p = 0.002). An analysis of the signal intensity (instantaneous average of cumulative power), revealed a distinct function between patients and controls. The total intensity was higher in patients compared with controls (137.1 vs. 39 10³nV²Hz -1 s -1 ; p = 0.001) and the time to reach the maximal intensity was also prolonged (88.7 vs. 82.1 ms; p < 0.001). The high-frequency content of the QRS complexes was distinct between patients at risk of SCD and healthy controls. The wavelet transform is an efficient tool for spectral analysis of the QRS complexes that may contribute to stratification of risk.

  2. Analysis of the High-Frequency Content in Human QRS Complexes by the Continuous Wavelet Transform: An Automatized Analysis for the Prediction of Sudden Cardiac Death

    PubMed Central

    García Iglesias, Daniel; Roqueñi Gutiérrez, Nieves; De Cos, Francisco Javier; Calvo, David

    2018-01-01

    Background: Fragmentation and delayed potentials in the QRS signal of patients have been postulated as risk markers for Sudden Cardiac Death (SCD). The analysis of the high-frequency spectral content may be useful for quantification. Methods: Forty-two consecutive patients with prior history of SCD or malignant arrhythmias (patients) where compared with 120 healthy individuals (controls). The QRS complexes were extracted with a modified Pan-Tompkins algorithm and processed with the Continuous Wavelet Transform to analyze the high-frequency content (85–130 Hz). Results: Overall, the power of the high-frequency content was higher in patients compared with controls (170.9 vs. 47.3 103nV2Hz−1; p = 0.007), with a prolonged time to reach the maximal power (68.9 vs. 64.8 ms; p = 0.002). An analysis of the signal intensity (instantaneous average of cumulative power), revealed a distinct function between patients and controls. The total intensity was higher in patients compared with controls (137.1 vs. 39 103nV2Hz−1s−1; p = 0.001) and the time to reach the maximal intensity was also prolonged (88.7 vs. 82.1 ms; p < 0.001). Discussion: The high-frequency content of the QRS complexes was distinct between patients at risk of SCD and healthy controls. The wavelet transform is an efficient tool for spectral analysis of the QRS complexes that may contribute to stratification of risk. PMID:29439530

  3. Robust QRS detection for HRV estimation from compressively sensed ECG measurements for remote health-monitoring systems.

    PubMed

    Pant, Jeevan K; Krishnan, Sridhar

    2018-03-15

    To present a new compressive sensing (CS)-based method for the acquisition of ECG signals and for robust estimation of heart-rate variability (HRV) parameters from compressively sensed measurements with high compression ratio. CS is used in the biosensor to compress the ECG signal. Estimation of the locations of QRS segments is carried out by applying two algorithms on the compressed measurements. The first algorithm reconstructs the ECG signal by enforcing a block-sparse structure on the first-order difference of the signal, so the transient QRS segments are significantly emphasized on the first-order difference of the signal. Multiple block-divisions of the signals are carried out with various block lengths, and multiple reconstructed signals are combined to enhance the robustness of the localization of the QRS segments. The second algorithm removes errors in the locations of QRS segments by applying low-pass filtering and morphological operations. The proposed CS-based method is found to be effective for the reconstruction of ECG signals by enforcing transient QRS structures on the first-order difference of the signal. It is demonstrated to be robust not only to high compression ratio but also to various artefacts present in ECG signals acquired by using on-body wireless sensors. HRV parameters computed by using the QRS locations estimated from the signals reconstructed with a compression ratio as high as 90% are comparable with that computed by using QRS locations estimated by using the Pan-Tompkins algorithm. The proposed method is useful for the realization of long-term HRV monitoring systems by using CS-based low-power wireless on-body biosensors.

  4. Month-to-month and year-to-year reproducibility of high frequency QRS ECG signals

    NASA Technical Reports Server (NTRS)

    Batdorf, Niles J.; Feiveson, Alan H.; Schlegel, Todd T.

    2004-01-01

    High frequency electrocardiography analyzing the entire QRS complex in the frequency range of 150 to 250 Hz may prove useful in the detection of coronary artery disease, yet the long-term stability of these waveforms has not been fully characterized. Therefore, we prospectively investigated the reproducibility of the root mean squared voltage, kurtosis, and the presence versus absence of reduced amplitude zones in signal averaged 12-lead high frequency QRS recordings acquired in the supine position one month apart in 16 subjects and one year apart in 27 subjects. Reproducibility of root mean squared voltage and kurtosis was excellent over these time intervals in the limb leads, and acceptable in the precordial leads using both the V-lead and CR-lead derivations. The relative error of root mean squared voltage was 12% month-to-month and 16% year-to-year in the serial recordings when averaged over all 12 leads. Reduced amplitude zones were also reproducible up to a rate of 87% and 81%, respectively, for the month-to-month and year-to-year recordings. We conclude that 12-lead high frequency QRS electrocardiograms are sufficiently reproducible for clinical use.

  5. Month-to-Month and Year-to-Year Reproducibility of High Frequency QRS ECG signals

    NASA Technical Reports Server (NTRS)

    Batdorf, Niles; Feiveson, Alan H.; Schlegel, Todd T.

    2006-01-01

    High frequency (HF) electrocardiography analyzing the entire QRS complex in the frequency range of 150 to 250 Hz may prove useful in the detection of coronary artery disease, yet the long-term stability of these waveforms has not been fully characterized. We therefore prospectively investigated the reproducibility of the root mean squared (RMS) voltage, kurtosis, and the presence versus absence of reduced amplitude zones (RAzs) in signal averaged 12-lead HF QRS recordings acquired in the supine position one month apart in 16 subjects and one year apart in 27 subjects. Reproducibility of RMS voltage and kurtosis was excellent over these time intervals in the limb leads, and acceptable in the precordial leads using both the V-lead and CR-lead derivations. The relative error of RMS voltage was 12% month-to-month and 16% year-to-year in the serial recordings when averaged over all 12 leads. RAzs were also reproducible at a rate of up to 87% and 8 1 %, respectively, for the month-to-month and year-to-year recordings. We conclude that 12-lead HF QRS electrocardiograms are sufficiently reproducible for clinical use.

  6. Prolonged QRS Widening After Aripiprazole Overdose.

    PubMed

    Mazer-Amirshahi, Maryann; Porter, Robert; Dewey, Kayla

    2018-05-05

    Aripiprazole is an atypical antipsychotic with a long half-life. Overdose can result in protracted somnolence and cardiac disturbances, particularly QT interval prolongation. This is a single case report of a 14-year-old boy who took an overdose of aripiprazole and developed QRS widening. A 14-year-old boy intentionally ingested 20 tablets of aripiprazole (5 mg). He was brought to the emergency department when his ingestion was discovered. The patient's vital signs were as follows: temperature, 37.7°C; heart rate, 108 beats/min; blood pressure, 138/98 mm Hg; and respirations, 16 breaths/min. Activated charcoal was administered within 90 minutes of ingestion. Initial electrocardiogram (EKG) showed sinus tachycardia, with a QRS of 138 ms and QT interval of 444 ms. QRS duration was 90 ms on an EKG performed 3 months earlier. A bolus of sodium bicarbonate was administered, and the patient was transferred to the pediatric intensive care unit. Repeat EKG demonstrated a QRS of 156 ms, and a sodium bicarbonate infusion was initiated. The patient continued to have QRS prolongation for the next 8 days, reaching a peak of 172 ms 3 days postingestion. Despite aggressive treatment with sodium bicarbonate, there was persistent QRS prolongation; however, the patient did not have any dysrhythmias and remained hemodynamically stable. The patient was discharged 9 days postingestion when the QRS duration normalized to 82 ms. Genetic testing revealed that the patient was a CYP2D6 poor metabolizer. This case suggests that aripiprazole toxicity may possibly be associated with QRS prolongation without associated dysrhythmias or cardiovascular compromise. In addition, toxicity may be prolonged in patients who are CYP2D6 poor metabolizers.

  7. Comparison of the QRS Complex, ST-Segment, and T-Wave Among Patients with Left Bundle Branch Block with and without Acute Myocardial Infarction.

    PubMed

    Dodd, Kenneth W; Elm, Kendra D; Smith, Stephen W

    2016-07-01

    The modified Sgarbossa criteria have been validated as a rule for diagnosis of acute coronary occlusion (ACO) in left bundle branch block (LBBB). However, no analysis has been done on differences in the QRS complex, T-wave, or ST-segment concordance of < 1 mm in the derivation or validation studies. Furthermore, there was no comparison of patients with acute myocardial infarction (AMI) but without ACO (i.e., non-ST-elevation myocardial infarction [non-STEMI]) to patients with ACO or without AMI (no MI). We compare findings involving the QRS amplitude, ST-segment morphology, ST-concordance < 1 mm, and T-waves in patients with LBBB with ACO, non-STEMI, and no MI. Retrospectively, emergency department patients were identified with LBBB and ischemic symptoms but no MI, with angiographically proven ACO, and with non-STEMI. ACO, non-STEMI, and no MI groups consisted of 33, 24, and 105 patients. The sum of the maximum deflection of the QRS amplitude across all leads (ΣQRS) was smaller in patients with ACO than those without ACO (101.5 mm vs. 132.5 mm; p < 0.0001) and a cutoff of ΣQRS < 90 mm was 92% specific. For ACO, non-concave ST-segment morphology was 91% specific, any ST concordance ≥ 1 mm was 95% specific, and any ST concordance ≥ 0.5 mm was 94% sensitive. For non-STEMI, terminal T-wave concordance, analogous to biphasic T-waves, was moderately sensitive at 79%. We found differences in QRS amplitude, ST-segment morphology, and T-waves between patients with LBBB and ACO, non-STEMI, and no MI. However, none of these criteria outperformed the modified Sgarbossa criteria for diagnosis of ACO in LBBB. Copyright © 2016 Elsevier Inc. All rights reserved.

  8. Wide QRS tachycardia: what is the rhythm?

    PubMed

    Rosman, Jonathan; Tawil, Joseph; Hanon, Sam; Schweitzer, Paul

    2006-10-01

    We report a case of an elderly man who presented to the emergency room complaining of palpitations. Electrocardiogram revealed wide QRS tachycardia with a narrow beat within the tachycardia. Most commonly, a narrow complex beat during a wide complex tachycardia suggests a capture or fusion beat in the setting of ventricular tachycardia. However, there are situations where supraventricular tachycardia can also manifest this way. In our patient a pacemaker interrogation clarified the diagnosis.

  9. Association between QRS duration and obstructive sleep apnea.

    PubMed

    Gupta, Shuchita; Cepeda-Valery, Beatriz; Romero-Corral, Abel; Shamsuzzaman, Abu; Somers, Virend K; Pressman, Gregg S

    2012-12-15

    Both obstructive sleep apnea (OSA) and prolonged QRS duration are associated with hypertension, heart failure, and sudden cardiac death. However, possible links between QRS duration and OSA have not been explored. Cross-sectional study of 221 patients who underwent polysomnography at our center. Demographics, cardiovascular risk factors and ECG were collected to explore a relationship between OSA and QRS duration. The apnea-hypopnea index (AHI) was positively correlated with QRS duration (r = 0.141, p = 0.03). Patients were divided into 3 groups: AHI < 5 (61), AHI 5-29 (104), and AHI > 30 (55). The mean QRS duration prolonged significantly as OSA worsened (AHI < 5, 85 ± 9.5; AHI 5-29, 89 ± 11.9; and AHI > 30, 95 ± 19.9 ms, p = 0.001). QRS ≥ 100 ms was present in 12.7% of patients with severe OSA compared with 0% in the rest of the sample (p < 0.0001). After adjustment for age, race, and cardiovascular risk factors, this association remained significant in women but not in men. QRS duration and OSA were significantly associated. Severity of OSA independently predicted prolonged QRS in women but not men. Nevertheless, prolongation of QRS duration in either sex may potentiate arrhythmic risks associated with OSA.

  10. Association between QRS Duration and Obstructive Sleep Apnea

    PubMed Central

    Gupta, Shuchita; Cepeda-Valery, Beatriz; Romero-Corral, Abel; Shamsuzzaman, Abu; Somers, Virend K.; Pressman, Gregg S.

    2012-01-01

    Background: Both obstructive sleep apnea (OSA) and prolonged QRS duration are associated with hypertension, heart failure, and sudden cardiac death. However, possible links between QRS duration and OSA have not been explored. Methods: Cross-sectional study of 221 patients who underwent polysomnography at our center. Demographics, cardiovascular risk factors and ECG were collected to explore a relationship between OSA and QRS duration. Results: The apnea-hypopnea index (AHI) was positively correlated with QRS duration (r = 0.141, p = 0.03). Patients were divided into 3 groups: AHI < 5 (61), AHI 5-29 (104), and AHI > 30 (55). The mean QRS duration prolonged significantly as OSA worsened (AHI < 5, 85 ± 9.5; AHI 5-29, 89 ± 11.9; and AHI > 30, 95 ± 19.9 ms, p = 0.001). QRS ≥ 100 ms was present in 12.7% of patients with severe OSA compared with 0% in the rest of the sample (p < 0.0001). After adjustment for age, race, and cardiovascular risk factors, this association remained significant in women but not in men. Conclusion: QRS duration and OSA were significantly associated. Severity of OSA independently predicted prolonged QRS in women but not men. Nevertheless, prolongation of QRS duration in either sex may potentiate arrhythmic risks associated with OSA. Citation: Gupta S; Cepeda-Valery B; Romero-Corral A; Shamsuzzaman A; Somers VK; Pressman GS. Association between QRS duration and obstructive sleep apnea. J Clin Sleep Med 2012;8(6):649-654. PMID:23243398

  11. Depolarization changes during acute myocardial ischemia by evaluation of QRS slopes: standard lead and vectorial approach.

    PubMed

    Romero, Daniel; Ringborn, Michael; Laguna, Pablo; Pahlm, Olle; Pueyo, Esther

    2011-01-01

    Diagnosis and risk stratification of patients with acute coronary syndromes can be improved by adding information from the depolarization phase (QRS complex) to the conventionally used ST-T segment changes. In this study, ischemia-induced changes in the main three slopes of the QRS complex, upward ( ℑ(US)) and downward ( ℑ(DS) ) slopes of the R wave as well as the upward ( ℑ(TS)) slope of the terminal S wave, were evaluated as to represent a robust measure of pathological changes within the depolarization phase. From ECG recordings both in a resting state (control recordings) and during percutaneous coronary intervention (PCI)-induced transmural ischemia, we developed a method for quantification of ℑ(US), ℑ(DS), and ℑ(TS) that incorporates dynamic ECG normalization so as to improve the sensitivity in the detection of ischemia-induced changes. The same method was also applied on leads obtained by projection of QRS loops onto their dominant directions. We show that ℑ(US), ℑ(DS), and ℑ(TS) present high stability in the resting state, thus providing a stable reference for ischemia characterization. Maximum relative factors of change ( ℜ(ℑ)) during PCI were found in leads derived from the QRS loop, reaching 10.5 and 13.7 times their normal variations in the control for ℑ(US) and ℑ(DS), respectively. For standard leads, the relative factors of change were 6.01 and 9.31. The ℑ(TS) index presented a similar behavior to that of ℑ(DS). The timing for the occurrence of significant changes in ℑ(US) and ℑ(DS) varied with lead, ranging from 30 s to 2 min after initiation of coronary occlusion. In the present ischemia model, relative ℑ(DS) changes were smaller than ST changes in most leads, however with only modest correlation between the two indices, suggesting they present different information about the ischemic process. We conclude that QRS slopes offer a robust tool for evaluating depolarization changes during myocardial ischemia.

  12. Reduced long-term overall mortality in heart failure patients with prolonged QRS treated with CRT combined with ICD vs. heart failure patients with narrow QRS treated with ICD only.

    PubMed

    Palmisano, Pietro; Accogli, Michele; Pisanò, Ennio Carmine Luigi; Zaccaria, Maria; De Blasi, Sergio; Ponzetta, Maria Antonietta; Valsecchi, Sergio; Milanese, Giovanni; Lauretti, Maurelio; Magliari, Francesco

    2016-09-01

    It is not known whether heart failure (HF) patients with prolonged QRS who undergo cardiac resynchronization therapy combined with a defibrillator (CRT-D) have a prognostic advantage over HF patients with narrow QRS (therefore without indication for CRT) treated with an implantable cardioverter defibrillator (ICD) only. The aim of this study was to compare the long-term mortality of a group of HF patients with prolonged QRS receiving CRT-D with that of a similar group of patients with narrow QRS receiving ICD only. A total of 312 patients (mean age 66 ± 13 years; 84% male, mean left ventricular ejection fraction 25 ± 4%, mean New York Heart Association class 2.6 ± 0.5) were included in the analysis. Of these, 138 with a QRS complex duration ≥120 ms received a CRT-D. During follow-up, the time and cause of death were assessed. During a median follow-up of 46 months, CRT-D patients showed significantly lower overall mortality (P = 0.038). Compared with patients receiving ICD only, CRT-D patients showed lower HF mortality (P = 0.003). Coronary mortality, non-cardiac mortality, and sudden mortality were similar in both groups (all P > 0.05). A positive response to CRT was an independent predictor of reduced mortality on multivariate analysis (hazard ratio: 0.27; P = 0.047). In HF patients treated with ICD, the subgroup of patients with prolonged QRS who receive CRT-D displays better long-term survival than narrow QRS ICD recipients, owing to their reduced HF mortality. Published on behalf of the European Society of Cardiology. All rights reserved. © The Author 2015. For permissions please email: journals.permissions@oup.com.

  13. Investigation of mindin levels in hypertensive patients with left ventricular hypertrophy and QRS fragmentation on electrocardiography.

    PubMed

    Doğan, Tolga; Yetim, Mucahit; Çelik, Oğuzhan; Kalçık, Macit; Özcan, Oğuzhan; Doğan, İbrahim; Erenler, Ali Kemal; Bekar, Lütfü; Karavelioğlu, Yusuf

    2017-12-21

    Mindin was associated with diabetic nephropathy, podocyte injury, colitis, allergic asthma, liver ischaemia and reperpusion injury and ischaemic brain injury. On the other hand, it was reported as a protective factor against obesity, cardiac hypertrophy, fibrosis and remodelling. Fragmented QRS complexes (fQRS) are markers of altered ventricular depolarisation owing to a prior myocardial scar and fibrosis. In this study, we aimed to investigate mindin levels in hypertensive patients with left ventricular hypertrophy and fQRS on electrocardiography. This observational case-control study enrolled 70 (36 female) hypertensive patients with fQRS and 38 (23 female) hypertensive control patients. All patients were evaluated by transthoracic echocardiography. Mindin levels were measured by the enzyme-linked immunosorbent assay (ELISA). Clinical, echocardiographic and laboratory data were compared between patient and control groups. There was no significant difference between patient and control groups in terms of clinical, echocardiographic and routine laboratory parameters. The mindin levels were significantly higher in the patient group than controls (11.3 (7.21-19.31) vs 4.15 (2.86-6.34); p < .001). Multiple logistic regression analyses defined increased mindin levels as an independent predictor for the presence of fQRS (Odds ratio: 1.733; p = .034). Mindin levels >6.74 predicted the presence of fQRS with a sensitifity of 84.3% and specificity of 79.9% on receiver operating characteristic (ROC) curve analysis (The area under the curve:0.889; Confidence Interval: 0.827-0.951; p < .001). Mindin expressin is upregulated in hypertensive patients with fQRS complexes. In contrary to previous studies, increased mindin levels may be associated with myocardial fibrosis.

  14. Wolff-Parkinson-White (WPW) syndrome: the detection of delta wave in an electrocardiogram (ECG).

    PubMed

    Mahamat, Hassan Adam; Jacquir, Sabir; Khalil, Cliff; Laurent, Gabriel; Binczak, Stephane

    2016-08-01

    The delta wave remains an important indicator to diagnose the WPW syndrome. In this paper, a new method of detection of delta wave in an ECG signal is proposed. Firstly, using the continuous wavelet transform, the P wave, the QRS complex and the T wave are detected, then their durations are computed after determination of the boundary location (onsets and offsets of the P, QRS and T waves). Secondly, the PR duration, the QRS duration and the upstroke of the QRS complex are used to determine the presence or absence of the delta wave. This algorithm has been tested on the Physionel database (ptbdb) in order to evaluate its robustness. It has been applied to clinical signals from patients affected by WPW syndrome. This method can provide assistance to practitioners in order to detect the WPW syndrome.

  15. Aviation System Analysis Capability (ASAC) Quick Response System (QRS) Test Report

    NASA Technical Reports Server (NTRS)

    Roberts, Eileen; Villani, James A.; Ritter, Paul

    1997-01-01

    This document is the Aviation System Analysis Capability (ASAC) Quick Response System (QRS) Test Report. The purpose of this document is to present the results of the QRS unit and system tests in support of the ASAC QRS development effort. This document contains an overview of the project background and scope, defines the QRS system and presents the additions made to the QRS this year, explains the assumptions, constraints, and approach used to conduct QRS Unit and System Testing, and presents the schedule used to perform QRS Testing. The document also presents an overview of the Logistics Management Institute (LMI) Test Facility and testing environment and summarizes the QRS Unit and System Test effort and results.

  16. QRS slopes for assessment of myocardial damage in chronic chagasic patients

    NASA Astrophysics Data System (ADS)

    Pueyo, E.; Laciar, E.; Anzuola, E.; Laguna, P.; Jané, R.

    2007-11-01

    In this study the slopes of the QRS complex are evaluated for determination of the degree of myocardial damage in chronic chagasic patients. Previous studies have demonstrated the ability of the slope indices to reflect alterations in the conduction velocity of the cardiac impulse. Results obtained in the present study show that chronic chagasic patients have significantly flatter QRS slopes as compared to healthy subjects. Not only that but the extent of slope lessening turns out to be proportional to the degree of myocardial damage caused by the disease. Additionally, when incorporating the slope indices into a classification analysis together with other indices indicative of the presence of ventricular late potentials obtained from high resolution electrocardiography, results show that the percentages of correct classification increase up to 62.5%, which means eight points above the percentages obtained prior to incorporation of the slope indices. It can be concluded that QRS slopes have great potential for assessing the degree of severity associated with Chagas' disease.

  17. Multi-channel non-invasive fetal electrocardiography detection using wavelet decomposition

    NASA Astrophysics Data System (ADS)

    Almeida, Javier; Ruano, Josué; Corredor, Germán.; Romo-Bucheli, David; Navarro-Vargas, José Ricardo; Romero, Eduardo

    2017-11-01

    Non-invasive fetal electrocardiography (fECG) has attracted the medical community because of the importance of fetal monitoring. However, its implementation in clinical practice is challenging: the fetal signal has a low Signal- to-Noise-Ratio and several signal sources are present in the maternal abdominal electrocardiography (AECG). This paper presents a novel method to detect the fetal signal from a multi-channel maternal AECG. The method begins by applying filters and signal detrending the AECG signals. Afterwards, the maternal QRS complexes are identified and subtracted. The residual signals are used to detect the fetal QRS complex. Intervals of these signals are analyzed by using a wavelet decomposition. The resulting representation feds a previously trained Random Forest (RF) classifier that identifies signal intervals associated to fetal QRS complex. The method was evaluated on a public available dataset: the Physionet2013 challenge. A set of 50 maternal AECG records were used to train the RF classifier. The evaluation was carried out in signals intervals extracted from additional 25 maternal AECG. The proposed method yielded an 83:77% accuracy in the fetal QRS complex classification task.

  18. An Energy efficient application specific integrated circuit for electrocardiogram feature detection and its potential for ambulatory cardiovascular disease detection

    PubMed Central

    Bhaumik, Basabi

    2016-01-01

    A novel algorithm based on forward search is developed for real-time electrocardiogram (ECG) signal processing and implemented in application specific integrated circuit (ASIC) for QRS complex related cardiovascular disease diagnosis. The authors have evaluated their algorithm using MIT-BIH database and achieve sensitivity of 99.86% and specificity of 99.93% for QRS complex peak detection. In this Letter, Physionet PTB diagnostic ECG database is used for QRS complex related disease detection. An ASIC for cardiovascular disease detection is fabricated using 130-nm CMOS high-speed process technology. The area of the ASIC is 0.5 mm2. The power dissipation is 1.73 μW at the operating frequency of 1 kHz with a supply voltage of 0.6 V. The output from the ASIC is fed to their Android application that generates diagnostic report and can be sent to a cardiologist through email. Their ASIC result shows average failed detection rate of 0.16% for six leads data of 290 patients in PTB diagnostic ECG database. They also have implemented a low-leakage version of their ASIC. The ASIC dissipates only 45 pJ with a supply voltage of 0.9 V. Their proposed ASIC is most suitable for energy efficient telemetry cardiovascular disease detection system. PMID:27284458

  19. An Energy efficient application specific integrated circuit for electrocardiogram feature detection and its potential for ambulatory cardiovascular disease detection.

    PubMed

    Jain, Sanjeev Kumar; Bhaumik, Basabi

    2016-03-01

    A novel algorithm based on forward search is developed for real-time electrocardiogram (ECG) signal processing and implemented in application specific integrated circuit (ASIC) for QRS complex related cardiovascular disease diagnosis. The authors have evaluated their algorithm using MIT-BIH database and achieve sensitivity of 99.86% and specificity of 99.93% for QRS complex peak detection. In this Letter, Physionet PTB diagnostic ECG database is used for QRS complex related disease detection. An ASIC for cardiovascular disease detection is fabricated using 130-nm CMOS high-speed process technology. The area of the ASIC is 0.5 mm(2). The power dissipation is 1.73 μW at the operating frequency of 1 kHz with a supply voltage of 0.6 V. The output from the ASIC is fed to their Android application that generates diagnostic report and can be sent to a cardiologist through email. Their ASIC result shows average failed detection rate of 0.16% for six leads data of 290 patients in PTB diagnostic ECG database. They also have implemented a low-leakage version of their ASIC. The ASIC dissipates only 45 pJ with a supply voltage of 0.9 V. Their proposed ASIC is most suitable for energy efficient telemetry cardiovascular disease detection system.

  20. Comparison of standard and Lewis ECG in detection of atrioventricular dissociation in patients with wide QRS tachycardia.

    PubMed

    Aksu, Uğur; Kalkan, Kamuran; Gülcü, Oktay; Topcu, Selim; Sevimli, Serdar; Aksakal, Enbiya; Ipek, Emrah; Açıkel, Mahmut; Tanboğa, Ibrahim Halil

    2016-12-15

    The atrioventricular (AV) dissociation, which is frequently used in differential diagnosis of wide QRS complex tachycardia (WQCT), is the most specific finding of ventricular tachycardia (VT) with lower sensitivity. Herein, we aimed to show the importance of Lewis lead ECG records to detect 'visible p waves' during WQCT. A total of 21 consecutive patients who underwent electrophysiologic study (EPS) were included in the study. During EPS, by using a quadripolar diagnostic catheter directed to the right ventricular apex, a fixed stimulus was given and the ventriculoatrial (VA) Wenkebach point was found, and a VT was simulated by a RV apical stimulus at 300ms. The standard and Lewis lead ECG records were taken during this procedure. We detected 'visible p waves' in 7 (33.3%) and 14 (66.7%) patients in the standard and Lewis lead ECG groups, respectively. In terms of the 'visible p waves', there was a statistically significant difference between groups (p=0.022). The sensitivity of standard and Lewis lead ECG in determination of the visible p waves was 33.3% and 66.7%, respectively. The Lewis lead ECG can be more informative about AV dissociation than the standard 12 lead ECG. As a result, we could suggest the assessment of the Lewis lead ECG recording in addition to the standard 12 lead ECG in differential diagnosis of VT in patients with WQCT. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  1. Relation of QRS duration to mortality in a community-based cohort with hypertrophic cardiomyopathy.

    PubMed

    Bongioanni, Sergio; Bianchi, Francesca; Migliardi, Alessandro; Gnavi, Roberto; Pron, Paolo Giay; Casetta, Marzia; Conte, Maria Rosa

    2007-08-01

    A prolonged QRS duration on the standard electrocardiogram is associated with an increased risk of cardiovascular death in cardiomyopathies of different origin. However, the relation between QRS duration and prognosis in hypertrophic cardiomyopathy (HC) remains undefined. We assessed the relation between QRS duration and cardiovascular death in 241 consecutive patients with HC. The study cohort was divided into 2 groups according to QRS duration: <120 and > or =120 ms. Of the 241 patients, 191 (79%) had a QRS duration <120 ms and 50 (21%) a QRS duration > or =120 ms. During a mean follow-up of 7.9 +/- 5.1 years, 35 patients died of cardiovascular causes related to HC. Of these 35 patients, 13 (6%) had a QRS duration <120 ms and 22 (43%) had a QRS duration > or =120 ms (p <0.01). Risk of cardiovascular death was significantly higher in patients with a QRS duration > or =120 ms than in those with a QRS duration <120 ms (relative risk 5.2, p <0.0001). At 8-year follow-up, cumulative risks of HC-related death were 7.1% in patients with a QRS duration <120 ms and 55% in those with a QRS duration > or =120 ms. Multivariate analysis confirmed that a QRS duration > or =120 ms was independently associated with an increased risk of cardiovascular death (hazard ratio 3.2, p = 0.007). New York Heart Association functional class III/IV was the only other clinical variable significantly and independently associated with an increased risk of cardiovascular death. In conclusion, in patients with HC, QRS duration on standard electrocardiogram is directly related to cardiovascular mortality, and a QRS duration > or =120 ms is a strong and independent predictor of prognosis.

  2. [Electrocardiographic diagnosis: when QRS is wide.

    PubMed

    Conti, Matilde; Bregani, Enrico Rino

    2018-04-01

    Differential diagnosis of one or more wide QRS complexes on an electrocardiogram under emergency conditions takes into account three main sets of clinical conditions: ventricular pre-excitation, aberrant conduction and ventricular beats and it is based on the morphological analysis of the ECG and patient's anamnestic data. Several criteria can facilitate the differential diagnosis and if properly used and integrated with clinic data they can achieve good diagnostic accuracy in most cases. In this review several criteria based on evidence and literature are presented, paying attention in recognizing some morphologic pathways that can be used in emergency room and allow a correct ECG assessment.

  3. Detection of ischemical dyssynchrony in patients with normal duration of QRS at rest and during exercise echocardiography (Dyssynchrony in coronary artery disease patients during exercise).

    PubMed

    Zagatina, A; Guseva, O; Bartosh-Zelenaya, S Y; Zhuravskaya, N

    2014-04-01

    Ischemic segments cannot develop a sufficient amount of strength during systole, so theoretically they begin to contract later in comparison with non-ischemic zones. There is a lack of information about methods that can detect dyssynchrony during exercise in patients with QRS not longer 100 ms. The aim of the study was to compare different methods of detection regarding left ventricular moving dyssynchrony in patients with significant coronary stenosis artery lesions: pulsed-wave of PW-TDI, strain (S) and strain rate (SR). The study included 133 subjects: 106 consecutive patients who were scheduled for coronary angiography with previous stress-echocardiography and 27 healthy persons. All the patients underwent a supine bicycle exercise test. Seventy-six patients had stenoses and 30 subjects had no significant lesions by coronary angiography. There was a detectable difference between time parameters of left ventricle contraction for the two groups and controls before and during exercise using all Doppler methods. Subgroups of patients without previous myocardial infarction and without hypertrophy of left ventricle had the same results. Maximal difference was observed using strain method. There was a moderate correlation between time parameters and the existence of significant lesions of coronary arteries. Patients without prolongations of QRS with significant lesions of coronary arteries have detectable left ventricular dyssynchrony before and during exercise.

  4. [Basic mechanisms of QRS voltage changes on ECG of healthy subjects during the exercise test].

    PubMed

    Saltykova, M M

    2015-01-01

    Electrocardiography is the most commonly used technique for detection stress-induced myocardial ischemia. However, the sensitivity of ECG-criteria is not high. One of the major problem is the difficulty in differentiating ECG changes caused by various factors. The aim of this study was to evaluate the dependence of the QRS voltage changes during exercise on parameters of central hemodynamics, gender particularities and to reveal mechanisms causing these changes. To eliminate the effect of changes in cardiomyocytes transmembrane potentials under the influence of the neurotransmitters of the autonomic nervous system during stepwise increasing exercises and/or due to a lack of ATP results from inadequate myocardial blood flow only healthy subjects not older than 35 years were included in the study (7 men and 7 women) and only periods of ventricular depolarization (QRS complex on the ECG) were included in the analysis. We compared the changes of QRS waves during exercise sessions with two upper and one lower limbs in both men and women. The exercise load was twice bigger in exercise with one leg relative to exercise with two arms. Responses of heart rate and systolic arterial pressure were similar. Amplitude of S-wave in left chest leads significantly increased in both sessions without significant difference between augmentations in the sessions and in groups of men and women. Significant relationship between the S wave augmentation and the peak systolic arterial pressure were revealed. Furthermore, the QRS changes during the exercise with vertical and a horizontal torso position were compared to assess the impact of diastolic arterial pressure and displacement of the diaphragm and heart rotation due to increase of abdominal pressure during the last steps of exercise. The obtained results allow us to exclude the impact of the heart position and size changes, as well as the exercise load on S-wave changes and make a conclusion about the dependence of this parameter on

  5. Low QRS Voltage on Presenting Electrocardiogram Predicts Multi-vessel Disease in Anterior ST-segment Elevation Myocardial Infarction.

    PubMed

    Kobayashi, Akihiro; Misumida, Naoki; Aoi, Shunsuke; Kanei, Yumiko

    Low QRS voltage was reported to predict adverse outcomes in acute myocardial infarction in the pre-thrombolytic era. However, the association between low voltage and angiographic findings has not been fully addressed. We performed a retrospective analysis of patients with anterior ST-segment elevation myocardial infarction (STEMI). Low QRS voltage was defined as either peak to peak QRS complex voltage <1.0mV in all precordial leads or <0.5mV in all limb leads. Among 190 patients, 37 patients (19%) had low voltage. Patients with low voltage had a higher rate of multi-vessel disease (MVD) (76% vs. 52%, p=0.01). Patients with low voltage were more likely to undergo coronary artery bypass grafting (CABG) during admission (11% vs. 2%, p=0.028). Low voltage was an independent predictor for MVD (OR 2.50; 95% CI 1.12 to 6.03; p=0.032). Low QRS voltage was associated with MVD and in-hospital CABG in anterior STEMI. Copyright © 2017 Elsevier Inc. All rights reserved.

  6. Colorado Qualistar. QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Colorado's Qualistar prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Indicators for Family…

  7. QRS-fragmentation: Case report and review of the literature.

    PubMed

    Illescas-González, Edgar; Araiza-Garaygordobil, Diego; Sierra Lara, Jorge Daniel; Ramirez-Salazar, Aristoteles; Sierra-Fernández, Carlos; Alexanderson-Rosas, Erick

    Fragmentation of QRS complex (QRSf) is an easily evaluable, non-invasive electrocardiographic parameter that represents depolarisation anomalies and has been associated with several adverse outcomes, such as sudden death, fibrosis, arrhythmic burden, and a worse prognosis in different conditions, including coronary artery disease (CAD). The case is presented of a 69-year old male referred due to symptoms of chronic stable angina. His electrocardiogram showed sinus rhythm, absence of Q waves, but the presence of QRSf in the inferior leads and V4-V6. A Tc-99 myocardial perfusion SPECT scan revealed a fixed perfusion defect in the inferolateral region, corresponding to the finding of QRSf. QRSf is an easily valuable electrocardiographic marker with relative sensitivity, but poor specificity. Its routine clinical application could contribute to an increase in the suspicion of coronary artery disease. The presence of fragmented QRS represents distortion of signal conduction and depolarisation, which is related to myocardial scar or myocardial fibrosis. Copyright © 2016 Instituto Nacional de Cardiología Ignacio Chávez. Publicado por Masson Doyma México S.A. All rights reserved.

  8. Pennsylvania Keystone STARS: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Pennsylvania's Keystone STARS prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Indicators for…

  9. Illinois Quality Counts: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Illinois' Quality Counts prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Indicators for Family…

  10. Minnesota Parent Aware: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Minnesota's Parent Aware prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Indicators for Family…

  11. Ventricular Tachycardia or not? An Unexpected Reason of Wide QRS Complex Tachycardia in a Young Healthy Man: Sodium Bicarbonate.

    PubMed

    Eyuboglu, Mehmet

    2016-10-01

    Ventricular tachycardia (VT) is life-threatening subgroup of wide QRS complex tachycardia (WCT). VT is usually associated with structural heart diseases, but it can occur in the absence of any cardiovascular diseases. Adverse cardiac effect of sodium bicarbonate in healthy subjects is not well described. A 30-year-old healthy man with excessive intake of sodium bicarbonate-related VT is presented. He was using sodium bicarbonate during last 2 months to lose weight. He has no risk factors and any cardiovascular or systemic diseases. After intravenous administration of amiodarone, tachycardia ended and his rhythm converted to sinus rhythm with normal electrocardiogram. Patient is asymptomatic, and no VT was observed without any medications at 1 year of follow-up.

  12. Virginia Star Quality Initiative: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Virginia's Star Quality Initiative prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Indicators…

  13. Mississippi Quality Step System: QRS Profile. The Child Care Quality Rating System (QRS)Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Mississippi's Quality Step System prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Application…

  14. Summation and Cancellation Effects on QRS and ST-Segment Changes Induced by Simultaneous Regional Myocardial Ischemia.

    PubMed

    Vives-Borrás, Miquel; Jorge, Esther; Amorós-Figueras, Gerard; Millán, Xavier; Arzamendi, Dabit; Cinca, Juan

    2018-01-01

    Simultaneous ischemia in two myocardial regions is a potentially lethal clinical condition often unrecognized whose corresponding electrocardiographic (ECG) patterns have not yet been characterized. Thus, this study aimed to determine the QRS complex and ST-segment changes induced by concurrent ischemia in different myocardial regions elicited by combined double occlusion of the three main coronary arteries. For this purpose, 12 swine were randomized to combination of 5-min single and double coronary artery occlusion: Group 1: left Circumflex (LCX) and right (RCA) coronary arteries ( n = 4); Group 2: left anterior descending artery (LAD) and LCX ( n = 4) and; Group 3: LAD and RCA ( n = 4). QRS duration and ST-segment displacement were measured in 15-lead ECG. As compared with single occlusion, double LCX+RCA blockade induced significant QRS widening of about 40 ms in nearly all ECG leads and magnification of the ST-segment depression in leads V1-V3 (maximal 228% in lead V3, p < 0.05). In contrast, LAD+LCX or LAD+RCA did not induce significant QRS widening and markedly attenuated the ST-segment elevation in precordial leads (maximal attenuation of 60% in lead V3 in LAD+LCX and 86% in lead V5 in LAD+RCA, p < 0.05). ST-segment elevation in leads V7-V9 was a specific sign of single LCX occlusion. In conclusion, concurrent infero-lateral ischemia was associated with a marked summation effect of the ECG changes previously elicited by each single ischemic region. By contrast, a cancellation effect on ST-segment changes with no QRS widening was observed when the left anterior descending artery was involved.

  15. Palm Beach Quality Counts: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Palm Beach's Quality Counts prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Indicators for…

  16. Maine Quality for ME: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Maine's Quality for ME prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Indicators for Family…

  17. Missouri Quality Rating System: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Missouri's Quality Rating System prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Indicators for…

  18. Miami-Dade Quality Counts: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Miami-Dade's Quality Counts prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Indicators for…

  19. Indiana Paths to Quality: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Indiana's Paths to Quality prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Indicators for…

  20. Early Changes in QRS Frequency Following Cardiac Resynchronization Predict Hemodynamic Response in Left Bundle Branch Block Patients.

    PubMed

    Niebauer, Mark J; Rickard, John; Tchou, Patrick J; Varma, Niraj

    2016-05-01

    QRS characteristics are the cornerstone of patient selection in cardiac resynchronization therapy (CRT) and the presence of left bundle branch block (LBBB) and baseline QRS ≥150 milliseconds portends a good outcome. We previously showed that baseline QRS frequency analysis adds predictive value to LBBB alone and have hypothesized that a change in frequency characteristics following CRT may produce additional predictive value. We examined the QRS frequency characteristics of 182 LBBB patients before and soon after CRT. Patients were assigned to responder and nonresponder groups. Responders were defined by a decrease in left ventricular end-systolic volume (LVESV) ≥15% following CRT. We analyzed the QRS in ECG leads I, AVF, and V3 before and soon after CRT using the discrete Fourier transform algorithm. The percentage of total QRS power within discrete frequency intervals before and after CRT was calculated. The reduction in lead V3 power <10 Hz was the best indicator of response. Baseline QRS width was similar between the responders and nonresponders (162.2 ± 17.2 milliseconds vs. 158 ± 22.1 milliseconds, respectively; P = 0.180). Responders exhibited a greater reduction in QRS power <10 Hz (-17.0 ± 11.9% vs. -6.6 ± 12.5%; P < 0.001) and a significant AUC (0.743; P < 0.001). A ≥8% decline in QRS power <10 Hz produced the best predictive values (PPV = 84%, NPV = 59%). Importantly, when patients with baseline QRS <150 milliseconds were compared, the AUC improved (0.892, P < 0.001). Successful CRT produces a significant reduction in QRS power below 10 Hz, particularly when baseline QRS <150 milliseconds. These results indicate that QRS frequency changes after CRT provide additional predictive value to QRS alone. © 2016 Wiley Periodicals, Inc.

  1. QT Interval Prolongation and QRS Voltage Reduction in Patients with Liver Cirrhosis.

    PubMed

    Cichoż-Lach, Halina; Tomaszewski, Michał; Kowalik, Agnieszka; Lis, Emilia; Tomaszewski, Andrzej; Lach, Tomasz; Boczkowska, Sylwia; Celiński, Krzysztof

    2015-01-01

    Liver cirrhosis is associated with functional abnormalities of the cardiovascular system with co-existing electrocardiographic (ECG) abnormalities. The aim was to analyze ECG changes in patients with cirrhosis, to evaluate whether alcoholic etiology of cirrhosis and ascites has an impact on ECG changes. The study involved 81 patients with previously untreated alcoholic cirrhosis (64 patients with ascites, classes B and C according to the Child-Pugh classification; and 17 without ascites, categorized as class A); 41 patients with previously untreated cirrhosis due to chronic hepatitis C (HCV--30 patients with ascites, classes B and C; and 11 without ascites, class A); 42 with alcoholic steatohepatitis and 46 with alcoholic steatosis. The control group consisted of 32 healthy volunteers. Twelve-lead ECG recordings were performed and selected parameters were measured. Significantly longer QT and QTc intervals and lower QRS voltage were found in patients with alcoholic and HCV cirrhosis compared to the controls. Significantly lower QRS voltage was found in subjects with ascites than in those without ascites. Removal of ascites significantly increased QRS voltage. In cirrhosis, irrespective of etiology, ECG changes involved prolonged QT and QTc intervals and reduced QRS voltage. Prolonged QT and QTc intervals were not related to the severity of cirrhosis or to the presence of ascites. However, low QRS voltage was associated with the presence of ascites. Removal of ascites reverses low QRS voltage.

  2. The prognostic impact of dynamic ventricular dyssynchrony in patients with idiopathic dilated cardiomyopathy and narrow QRS.

    PubMed

    D'Andrea, Antonello; Mele, Donato; Nistri, Stefano; Riegler, Lucia; Galderisi, Maurizio; Agricola, Eustachio; Losi, Maria Angela; Ballo, Piercarlo; Mondillo, Sergio; Badano, Luigi P

    2013-02-01

    Asynchronous myocardial contraction adversely influences left ventricular (LV) function and is therefore associated with a poor prognosis in heart failure. Exercise-induced change in ventricular dyssynchrony may be an important determinant of dynamic changes in cardiac output and mitral regurgitation. A prospective, longitudinal study was designed with pre-defined dyssynchrony index and outcome variables to test the hypothesis that dynamic dyssynchrony is associated with worse long-term event-free survival in patients with dilated cardiomyopathy (DCM) and 'narrow' QRS complex. One-hundred eighty patients (62 ± 8 years; 110 males) with NYHA class II-III, idiopathic DCM, ejection fraction ≤35%, and QRS duration <120 ms were selected. All the patients underwent standard Doppler echo, colour tissue velocity imaging (DTI), and supine bicycle exercise stress echocardiography. Cardiac synchronicity was defined, at rest and at peak exercise, as DTI velocity opposing-wall delay (significant if ≥65 ms). Outcome was defined as freedom from death, heart transplantation, or LV-assist device implantation, over a median follow-up of 48 months, and a Cox proportional hazards model was used for survival analysis. At baseline examination, DCM patients showed a reduced LV ejection fraction (31 + 4%). A significant electromechanical delay in 58 patients (32%). At the peak of physical exercise, a significant electromechanical delay was detected in 103 patients (57%). There were 41 events during the follow-up (23%): 28 cardiac deaths, 8 heart transplantations, and 5 LV-assist device implantations over 4 years. When adjusted for confounding baseline variables, LV end-diastolic volume, restrictive mitral flow pattern, severity of mitral regurgitation, and the presence of exercise-induced intraventricular dyssynchrony were the only independent determinants of an adverse outcome. In patients with idiopathic DCM and narrow QRS, the increase in echocardiographic dyssynchrony during

  3. Relationship between a fragmented QRS and microalbuminuria in patients with type 2 diabetes mellitus.

    PubMed

    Cetin, Sukru; Yıldız, Suleyman Sezai; Mazı, Emrah Erkan; Keskin, Kudret; Cetinkal, Gokhan; Gurdal, Ahmet; Karabay, Umut; Orta Kilickesmez, Kadriye

    2017-11-01

    Microalbuminuria (MAU), a complication of diabetes, is closely related to cardiovascular events. A fragmented QRS (fQRS) in the electrocardiogram (ECG) was found to be strongly associated to cardiovascular morbidity and mortality. The aim of this study was to assess the association between a fQRS and MAU in patients with type 2 diabetes mellitus (T2DM). One hundred and twenty-seven patients (mean age, 50.49 years; 44.01% male) with T2DM of at least six months duration and at least two urine albumin/creatinine ratios (ACRs) available were enrolled into the study between December 2015 and May 2016. All patients underwent ECG and echocardiography, and were taken blood and urine samples. Patients were divided into two groups according to presence of fQRS (group 1) or absence of fQRS (group 2). Both groups had similar baseline characteristics. MAU and glycosylated hemoglobin (HbA1c) levels and left ventricular end-diastolic diameter (LVEDd) were increased in patients with a fQRS in the ECG (p=0.002, p=0.02, and p=0.007, respectively). Univariate and multivariate logistic regression analysis showed MAU and an increased LVEDd to be independent risk factors for the presence of a fQRS in the ECG of T2DM patients. In this study, a fQRS was associated to MAU. In T2DM, MAU may be related to subclinical diastolic and systolic dysfunction. Copyright © 2017. Publicado por Elsevier España, S.L.U.

  4. Fragmented QRS may predict new onset atrial fibrillation in patients with ST-segment elevation myocardial infarction.

    PubMed

    Yesin, Mahmut; Kalçık, Macit; Çağdaş, Metin; Karabağ, Yavuz; Rencüzoğulları, İbrahim; Gürsoy, Mustafa Ozan; Efe, Süleyman Çağan; Karakoyun, Süleyman

    Fragmented QRS (fQRS) has been shown to be a marker of local myocardial conduction abnormalities, cardiac fibrosis in previous studies. It was also reported to be a predictor of sudden cardiac death and increased morbidity and mortality in selected populations. However, there is no study investigating the role of fQRS in the development of atrial fibrillation in patients with ST segment elevation myocardial infarction (STEMI). In this study we aimed to investigate the relationship between the presence of fQRS after primary percutaneous coronary intervention (pPCI) and in-hospital development of new-onset atrial fibrilation (AF) in patients with STEMI. This study enrolled 171 patients undergoing pPCI for STEMI. Among these patients 24 patients developed AF and the remaining 147 patients were designated as the controls. All clinical, demographical and laboratory parameters were entered into a dataset and compared between AF group and the controls. The presence of fQRS was higher in the AF group than in the controls (P=0.001). Diabetes mellitus and fQRS was significantly more common in the AF group (P=0.003 and P=0.001 respectively) Logistic regression analysis demonstrated that the presence of fQRS was the independent determinant of AF (OR: 3.243, 95% CI 1.016-10.251, P=0.042). Increased atrial fibrillation was observed more frequently in STEMI patients with fQRS than in patients without fQRS. fQRS is an important determinant of AF in STEMI after pPCI. Copyright © 2017 Elsevier Inc. All rights reserved.

  5. A novel method for the detection of R-peaks in ECG based on K-Nearest Neighbors and Particle Swarm Optimization

    NASA Astrophysics Data System (ADS)

    He, Runnan; Wang, Kuanquan; Li, Qince; Yuan, Yongfeng; Zhao, Na; Liu, Yang; Zhang, Henggui

    2017-12-01

    Cardiovascular diseases are associated with high morbidity and mortality. However, it is still a challenge to diagnose them accurately and efficiently. Electrocardiogram (ECG), a bioelectrical signal of the heart, provides crucial information about the dynamical functions of the heart, playing an important role in cardiac diagnosis. As the QRS complex in ECG is associated with ventricular depolarization, therefore, accurate QRS detection is vital for interpreting ECG features. In this paper, we proposed a real-time, accurate, and effective algorithm for QRS detection. In the algorithm, a proposed preprocessor with a band-pass filter was first applied to remove baseline wander and power-line interference from the signal. After denoising, a method combining K-Nearest Neighbor (KNN) and Particle Swarm Optimization (PSO) was used for accurate QRS detection in ECGs with different morphologies. The proposed algorithm was tested and validated using 48 ECG records from MIT-BIH arrhythmia database (MITDB), achieved a high averaged detection accuracy, sensitivity and positive predictivity of 99.43, 99.69, and 99.72%, respectively, indicating a notable improvement to extant algorithms as reported in literatures.

  6. Design of a cardiac monitor in terms of parameters of QRS complex.

    PubMed

    Chen, Zhen-cheng; Ni, Li-li; Su, Ke-ping; Wang, Hong-yan; Jiang, Da-zong

    2002-08-01

    Objective. To design a portable cardiac monitor system based on the available ordinary ECG machine and works on the basis of QRS parameters. Method. The 80196 single chip microcomputer was used as the central microprocessor and real time electrocardiac signal was collected and analyzed [correction of analysized] in the system. Result. Apart from the performance of an ordinary monitor, this machine possesses also the following functions: arrhythmia analysis, HRV analysis, alarm, freeze, and record of automatic papering. Convenient in carrying, the system is powered by AC or DC sources. Stability, low power and low cost are emphasized in the hardware design; and modularization method is applied in software design. Conclusion. Popular in usage and low cost made the portable monitor system suitable for use under simple conditions.

  7. Delaware Stars for Early Success. QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Delaware's Stars for Early Success prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Indicators…

  8. Vermont STep Ahead Recognition System: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Vermont's STep Ahead Recognition System (STARS) prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for All Child Care Programs;…

  9. Kentucky STARS for KIDS NOW: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Kentucky's STARS for KIDS NOW prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Indicators for…

  10. New Hampshire Quality Rating System: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of New Hampshire's Quality Rating System prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4)…

  11. Diagnostic value of QRS and S wave variation in patients with suspicion of acute pulmonary embolism.

    PubMed

    Çağdaş, Metin; Karakoyun, Süleyman; Rencüzoğulları, İbrahim; Karabağ, Yavuz; Artaç, İnanç; İliş, Doğan; Hamideyin, Şerif; Karayol, Sibel; Çiftçi, Handan; Çınar, Tufan

    2018-03-29

    This study aimed to investigate the diagnostic value of QRS and S wave variation in patients admitted to the emergency department with suspicion of acute pulmonary embolism (APE). Computerized tomographic pulmonary angiography (CTPA) was performed in 118 consecutive patients to evaluate patients with suspected APE, and 106 subjects with appropriate electrocardiogram and CT images constituted the study population. Using CTPA, APE was diagnosed in 48.1% (n:51) of the study population. The comparison of patients with APE and those without APE revealed that increased heart rate, right axis deviation of QRS axis, complete or incomplete right bundle branch block, prominent S wave in lead D1, increased QRS duration, percentage of QRS (9,8[4,8-19,0] vs 3,8[2,7-71]; p<0,001), S wave variation (22,3[9,6-31,9] vs 4,8 [2-8]; p<0,001) and ΔS wave amplitude (1.1[0.5-1.5] vs 0.2[0.1-0.5]; p<0.001) were significantly associated with APE, but no relationship was detected with respect to the presence of atrial arrhythmias, clockwise rotation of the horizontal axis, fragmentation, ST segment deviation, T wave inversion, and S1Q3T3 and S1S2S3 patterns. The percentage of S wave variation (OR: 1072 per 1% increase, 95% CI:1011-1137) was found to be an independent predictor of APE. ΔS wave amplitude>0.5mm predicted APE with a sensitivity of 72.6% and a specificity of 74.6% (AUC:0.805, 95% CI: 0.717-0.876; p<0.001). The present study demonstrated that QRS and S wave variation could be useful electrocardiographic signs for the diagnosis of APE. Copyright © 2018. Published by Elsevier Inc.

  12. Prolonged QRS duration on surface electrocardiogram is associated with left ventricular restrictive filling pattern.

    PubMed

    Erdoğan, Turan; Durakoğlugil, Murtaza Emre; Çiçek, Yüksel; Çetin, Mustafa; Duman, Hakan; Şatiroğlu, Ömer; Çelik, Şükrü

    2017-03-01

    Prolonged QRS duration is associated with decreased left ventricular (LV) systolic function. However, the relation between LV restrictive filling pattern (RFP) and QRS duration has not been investigated yet. The purpose of our study was to assess this relationship. We analyzed standard 12-lead surface electrocardiogram (ECG) of 155 consecutive patients. Mitral inflow and septal tissue velocities were obtained using the apical 4-chamber view with pulsed Doppler echocardiography. Patients were divided into 2 groups according to measured deceleration time (DT): restrictive (with DT ≤130 ms) or non-restrictive (with DT >130 ms). QRS duration was significantly longer in the restrictive group than in the non-restrictive group (0.101 vs. 0.090 s, p  < 0.0001). QRS duration of >0.10 s was highly specific (82.6%), but modestly sensitive (64.7%), for the prediction of LV RFP. Multivariate analyses demonstrated that E/A ratio, peak E, peak A, septal e', and a' velocities were significantly associated with RFP. Prolonged QRS duration (>0.10 s) obtained from a standard resting 12-lead ECG is associated with LV RFP. However, the relationship of QRS duration with RFP was not independent of echocardiographic parameters.

  13. Ohio Step Up to Quality: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Ohio's Step Up to Quality prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Indicators for Family…

  14. Value of the Qrs-T Angle in Predicting the Induction of Ventricular Tachyarrhythmias in Patients with Chagas Disease.

    PubMed

    Zampa, Hugo Bizetto; Moreira, Dalmo Ar; Ferreira Filho, Carlos Alberto Brandão; Souza, Charles Rios; Menezes, Camila Caldas; Hirata, Henrique Seichii; Armaganijan, Luciana Vidal

    2014-10-28

    Background: The QRS-T angle correlates with prognosis in patients with heart failure and coronary artery disease, reflected by an increase in mortality proportional to an increase in the difference between the axes of the QRS complex and T wave in the frontal plane. The value of this correlation in patients with Chagas heart disease is currently unknown. Objective: Determine the correlation of the QRS-T angle and the risk of induction of ventricular tachycardia / ventricular fibrillation (VT / VF) during electrophysiological study (EPS) in patients with Chagas disease. Methods: Case-control study at a tertiary center. Patients without induction of VT / VF on EPS were used as controls. The QRS-T angle was categorized as normal (0-105º), borderline (105-135º) or abnormal (135-180º). Differences between groups for continuous variables were analyzed with the t test or Mann-Whitney test, and for categorical variables with Fisher's exact test. P values < 0.05 were considered significant. Results: Of 116 patients undergoing EPS, 37.9% were excluded due to incomplete information / inactive records or due to the impossibility to correctly calculate the QRS-T angle (presence of left bundle branch block and atrial fibrillation). Of 72 patients included in the study, 31 induced VT / VF on EPS. Of these, the QRS-T angle was normal in 41.9%, borderline in 12.9% and abnormal in 45.2%. Among patients without induction of VT / VF on EPS, the QRS-T angle was normal in 63.4%, borderline in 14.6% and abnormal in 17.1% (p = 0.04). When compared with patients with normal QRS-T angle, those with abnormal angle had a fourfold higher risk of inducing ventricular tachycardia / ventricular fibrillation on EPS [odds ratio (OR) 4; confidence interval (CI) 1.298-12.325; p = 0.028]. After adjustment for other variables such as age, ejection fraction (EF) and QRS size, there was a trend for the abnormal QRS-T angle to identify patients with increased risk of inducing VT / VF during EPS (OR 3

  15. Ischemia episode detection in ECG using kernel density estimation, support vector machine and feature selection

    PubMed Central

    2012-01-01

    Background Myocardial ischemia can be developed into more serious diseases. Early Detection of the ischemic syndrome in electrocardiogram (ECG) more accurately and automatically can prevent it from developing into a catastrophic disease. To this end, we propose a new method, which employs wavelets and simple feature selection. Methods For training and testing, the European ST-T database is used, which is comprised of 367 ischemic ST episodes in 90 records. We first remove baseline wandering, and detect time positions of QRS complexes by a method based on the discrete wavelet transform. Next, for each heart beat, we extract three features which can be used for differentiating ST episodes from normal: 1) the area between QRS offset and T-peak points, 2) the normalized and signed sum from QRS offset to effective zero voltage point, and 3) the slope from QRS onset to offset point. We average the feature values for successive five beats to reduce effects of outliers. Finally we apply classifiers to those features. Results We evaluated the algorithm by kernel density estimation (KDE) and support vector machine (SVM) methods. Sensitivity and specificity for KDE were 0.939 and 0.912, respectively. The KDE classifier detects 349 ischemic ST episodes out of total 367 ST episodes. Sensitivity and specificity of SVM were 0.941 and 0.923, respectively. The SVM classifier detects 355 ischemic ST episodes. Conclusions We proposed a new method for detecting ischemia in ECG. It contains signal processing techniques of removing baseline wandering and detecting time positions of QRS complexes by discrete wavelet transform, and feature extraction from morphology of ECG waveforms explicitly. It was shown that the number of selected features were sufficient to discriminate ischemic ST episodes from the normal ones. We also showed how the proposed KDE classifier can automatically select kernel bandwidths, meaning that the algorithm does not require any numerical values of the parameters

  16. The Shortest QRS Duration of an Electrocardiogram Might Be an Optimal Electrocardiographic Predictor for Response to Cardiac Resynchronization Therapy.

    PubMed

    Chen, Jan-Yow; Lin, Kuo-Hung; Chang, Kuan-Cheng; Chou, Che-Yi

    2017-08-03

    QRS duration has been associated with the response to cardiac resynchronization therapy (CRT). However, the methods for defining QRS duration to predict the outcome of CRT have discrepancies in previous reports. The aim of this study was to determine an optimal measurement of QRS duration to predict the response to CRT.Sixty-one patients who received CRT were analyzed. All patients had class III-IV heart failure, left ventricular ejection fraction not more than 35%, and complete left bundle branch block. The shortest, longest, and average QRS durations from the 12 leads of each electrocardiogram (ECG) were measured. The responses to CRT were determined using the changes in echocardiography after 6 months. Thirty-five (57.4%) patients were responders and 26 (42.6%) patients were non-responders. The pre-procedure shortest, average, and longest QRS durations and the QRS shortening (ΔQRS) of the shortest QRS duration were significantly associated with the response to CRT in a univariate logistic regression analysis (P = 0.002, P = 0.03, P = 0.04 and P = 0.04, respectively). Based on the measurement of the area under curve of the receiver operating characteristic curve, only the pre-procedure shortest QRS duration and the ΔQRS of the shortest QRS duration showed significant discrimination for the response to CRT (P = 0.002 and P = 0.038, respectively). Multivariable logistic regression showed the pre-procedure shortest QRS duration is an independent predictor for the response to CRT.The shortest QRS duration from the 12 leads of the electrocardiogram might be an optimal measurement to predict the response to CRT.

  17. Real-time ECG monitoring and arrhythmia detection using Android-based mobile devices.

    PubMed

    Gradl, Stefan; Kugler, Patrick; Lohmuller, Clemens; Eskofier, Bjoern

    2012-01-01

    We developed an application for Android™-based mobile devices that allows real-time electrocardiogram (ECG) monitoring and automated arrhythmia detection by analyzing ECG parameters. ECG data provided by pre-recorded files or acquired live by accessing a Shimmer™ sensor node via Bluetooth™ can be processed and evaluated. The application is based on the Pan-Tompkins algorithm for QRS-detection and contains further algorithm blocks to detect abnormal heartbeats. The algorithm was validated using the MIT-BIH Arrhythmia and MIT-BIH Supraventricular Arrhythmia databases. More than 99% of all QRS complexes were detected correctly by the algorithm. Overall sensitivity for abnormal beat detection was 89.5% with a specificity of 80.6%. The application is available for download and may be used for real-time ECG-monitoring on mobile devices.

  18. Prolonged QRS duration on surface electrocardiogram is associated with left ventricular restrictive filling pattern

    PubMed Central

    Erdoğan, Turan; Durakoğlugil, Murtaza Emre; Çiçek, Yüksel; Çetin, Mustafa; Duman, Hakan; Şatiroğlu, Ömer; Çelik, Şükrü

    2017-01-01

    Background Prolonged QRS duration is associated with decreased left ventricular (LV) systolic function. However, the relation between LV restrictive filling pattern (RFP) and QRS duration has not been investigated yet. The purpose of our study was to assess this relationship. Methods We analyzed standard 12-lead surface electrocardiogram (ECG) of 155 consecutive patients. Mitral inflow and septal tissue velocities were obtained using the apical 4-chamber view with pulsed Doppler echocardiography. Patients were divided into 2 groups according to measured deceleration time (DT): restrictive (with DT ≤130 ms) or non-restrictive (with DT >130 ms). Results QRS duration was significantly longer in the restrictive group than in the non-restrictive group (0.101 vs. 0.090 s, p < 0.0001). QRS duration of >0.10 s was highly specific (82.6%), but modestly sensitive (64.7%), for the prediction of LV RFP. Multivariate analyses demonstrated that E/A ratio, peak E, peak A, septal e’, and a’ velocities were significantly associated with RFP. Conclusions Prolonged QRS duration (>0.10 s) obtained from a standard resting 12-lead ECG is associated with LV RFP. However, the relationship of QRS duration with RFP was not independent of echocardiographic parameters. PMID:28932490

  19. Tennessee Star-Quality Child Care Program: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Tennessee's Star-Quality Child Care Program prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4)…

  20. North Carolina Star Rated License System: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of North Carolina's Star Rated License System prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4)…

  1. Oregon Child Care Quality Indicators Program: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Oregon's Child Care Quality Indicators Program prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4)…

  2. Iowa Child Care Quality Rating System: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Iowa's Child Care Quality Rating System prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile is divided into the following categories: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4) Indicators for Family Child Care Programs;…

  3. Louisiana Quality Start Child Care Rating System: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Louisiana's Quality Start Child Care Rating System prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs;…

  4. Los Angeles County Steps to Excellence Project: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of Los Angeles County's Steps to Excellence Project prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs;…

  5. Fragmented QRS and mortality in patients undergoing percutaneous intervention for ST-elevation myocardial infarction: Systematic review and meta-analysis.

    PubMed

    Kanjanahattakij, Napatt; Rattanawong, Pattara; Riangwiwat, Tanawan; Prasitlumkum, Narut; Limpruttidham, Nath; Chongsathidkiet, Pakawat; Vutthikraivit, Wasawat; Crossey, Erin

    2018-06-22

    Fragmented QRS reflects disturbances in the myocardium predisposing the heart to ventricular tachyarrhythmias. Recent studies suggest that fragmented QRS (fQRS) is associated with mortality in ST-elevation myocardial infarction (STEMI) patients who underwent percutaneous coronary intervention (PCI). However, a systematic review and meta-analysis of the literature has not been done. We assessed the association between fQRS and overall mortality in STEMI patients who subsequently underwent PCI by a systematic review and meta-analysis. We comprehensively searched the databases of MEDLINE and EMBASE from inception to September 2017. Studies included in our analysis were published cohort (prospective or retrospective) and case-control studies that compared overall mortality among STEMI patient with and without fQRS who underwent PCI. Data from each study were combined using the random-effects, generic inverse variance method of DerSimonian, and Laird to calculate risk ratios and 95% confidence intervals. Six studies from 2014 to 2017 were included in this meta-analysis involving 2,516 subjects with STEMI who underwent PCI (888 fQRS and 1,628 non-fQRS). Fragmented QRS was associated with overall mortality in STEMI patients who underwent PCI (pooled risk ratio = 3.87; 95% CI 1.96-7.66, I 2  = 43%). Fragmented QRS was associated with increased overall mortality up to threefold. Our study suggests that fQRS could be an important tool for risk assessment in STEMI patients who underwent PCI. © 2018 Wiley Periodicals, Inc.

  6. Association of QRS duration and survival in dogs with dilated cardiomyopathy: a retrospective study of 266 clinical cases.

    PubMed

    Pedro, Brigite M; Alves, Joana V; Cripps, Peter J; Stafford Johnson, Mike J; Martin, Mike W S

    2011-12-01

    The purpose of this study was to investigate the prognostic value of QRS duration in dogs with dilated cardiomyopathy (DCM) by studying its relationship with survival time. The medical records of dogs diagnosed with DCM were retrospectively searched for good quality ECG tracings. The QRS duration was measured from the ECG tracing and two different models were used: binary variable (dogs were divided into 2 groups based on a QRS duration of <60 ms or ≥60 ms) and continuous variable. The survival times were analysed by the Kaplan-Meier method and Cox's proportional hazard model. 266 dogs met the inclusion and exclusion criteria. A QRS duration ≥60 ms was associated with a reduced survival time compared to those with a QRS duration <60 ms (Hazard Ratio of 1.34, 95% CI 1.05-1.71, P = 0.02). When considered as a continuous variable the Hazard Ratio was 1.015 for each increase in QRS duration of 1 ms (95% CI 1.006-1.024, p = 0.001).Dogs with a QRS duration < 60 ms had a median survival time (IQ range) of 25 weeks (97-65) and dogs with a QRS duration ≥60 ms had a median survival time (IQ range) of 13 weeks (3-34). The measurement of QRS duration is relatively simple to perform from a surface ECG recording. A duration ≥60 ms is associated with shorter survival times in dogs with DCM, which may provide practitioners with additional prognostic information. Copyright © 2011 Elsevier B.V. All rights reserved.

  7. QRS Width as a Predictor of Right Ventricular Remodeling After Percutaneous Pulmonary Valve Implantation.

    PubMed

    Paech, C; Dähnert, I; Riede, F T; Wagner, R; Kister, T; Nieschke, K; Wagner, F; Gebauer, R A

    2017-08-01

    Recent data showed a right ventricular dyssynchrony in patients with tetralogy of Fallot (TOF). Percutaneous pulmonary valve implantation (PPVI) has become an important procedure to treat a pulmonary stenosis and/or regurgitation of the right ventricular outflow tract in these patients. Despite providing good results, there is still a considerable number of nonresponders to PPVI. The authors speculated that electrical dysfunction of the right ventricle plays an underestimated role in the outcome of patients after PPVI. This study aimed to investigate the influence of right ventricular electrical dysfunction, i.e., right bundle branch block (RBBB) on the RV remodeling after PPVI. The study included consecutive patients after correction of TOF with or without RBBB, who had received a PPVI previously at the Heart Center of the University of Leipzig, Germany during the period from 2012 to 2015. 24 patients were included. Patients without RBBB, i.e., with narrow QRS complexes pre-intervention, had significantly better RV function and had smaller right ventricular volumes. Patients with pre-interventionally QRS width below 150 ms showed a post-interventional remodeling of the right ventricle with the decreasing RV volumes (p = 0.001). The parameters of LV function and volume as well as RV ejection fraction remained unaffected by RBBB. The presented data indicate that the QRS width seems to be a valuable parameter in the prediction of right ventricular remodeling after PPVI, as it represents both electrical and mechanical functions of the right ventricle and may serve as an additional parameter for optimal timing of a PPVI.

  8. New Mexico Look for the STARS--AIM HIGH: QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of New Mexico's Look for the STARS--AIM HIGH prepared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for Center-Based Programs; (4)…

  9. The T/QRS ratio values in pregnancies complicated by threatened preterm labour treated with intravenous infusions of fenoterol.

    PubMed

    Fuchs, Tomasz; Pomorski, Michał; Grobelak, Krzysztof; Zimmer, Mariusz

    2015-07-01

    To evaluate values of foetal T/QRS ratios in pregnancies complicated by threatened preterm labour treated with intravenous infusions of fenoterol using non-invasive methods with transabdominal electrodes. The study group consisted of 451 Caucasian women (63 preterm pregnancies and 327 healthy controls) whose pregnancies ranged from 28 to 37 gestational weeks. Foetal electrocardiograms were recorded and T/QRS ratios were calculated by KOMPOREL software (ITAM, Zabrze, Poland). The first recording was performed 30 min after the start of fenoterol infusion and the second 2 days after finishing tocolysis. T/QRS ratio variables were calculated. One-way analysis of variance was carried out. Significantly higher mean values of the T/QRS ratio were observed in pregnancies during tocolytic treatment in comparison to controls and pregnancies after tocolysis (P=0.0158 and P=0.0071, respectively). The T/QRS ratio values fall again shortly after finishing intravenous tocolysis. The T/QRS ratio is one of the methods used for non-invasive foetal distress assessment that can be used in antepartum foetal monitoring in complicated pregnancies. Raised values of the T/QRS ratio in the foetus during tocolysis with fenoterol and next its fall to values observed in physiological pregnancies may indicate transient worsening of fetal well-being, however, additional research is required.

  10. 2D.03: IMPROVING DIAGNOSTIC STRATEGY IN PATIENTS WITH LONG-STANDING HYPERTENSION, CHEST PAIN AND NORMAL RESTING ECG: VALUE OF THE EXERCISE HIGH-FREQUENCY QRS VERSUS ST-SEGMENT ANALYSIS.

    PubMed

    Conti, A; Bianchi, S; Grifoni, C; Trausi, F; Angeli, E; Paolini, D; Catarzi, S; Perrotta, M E; Covelli, A; Renzi, N; Bertolini, P; Mazzucchelli, M

    2015-06-01

    The novel exercise computer-assisted high-frequency QRS-analysis (ex-HF/QRS) has demonstrated improved sensitivity and specificity over the conventional exercise-ST/ECG-segment-analysis (ex-ST/ECG) in the detection of myocardial ischemia. The aim of the present study was to test the implementation in diagnostic value of the ex-HF/QRS in patient with hypertension and chest pain (CP) versus the conventional ex-ST/ECG anlysis alone. Patients with long-standing hypertension, CP, normal ECG, troponin and echocardiography were enrolled. All patients underwent the ex-ST/ECG and ex-HF/QRS. A decrease >/=50% of the signal of ex-HF/QRS intensity recorded in two contiguous leads, at least, was considered as index of ischaemia, as ST-segment depression >/=2 mm or >/=1 mm and CP on ex-ST/ECG. Exclusion criteria were QRS duration >/=120 msec and inability to exercise. The end-point was the composite of coronary stenosis >50% or acute coronary syndrome, revascularization, cardiovascular death at 3-month follow-up. Six-hundred thirty-one patients were enrolled (age 61+/-15 y). The percentage of age-adjusted maximal predicted heart rate was 88+/-10 beat-per-minute and the maximal systolic blood pressure was 169+/-22 mmHg. Twenty-seven patients achieved the end-point. On multivariate analysis, both the ex-ST/ECG and ex-HF/QRS were predictors of the end-point. The ex-HF/QRS showed higher sensitivity (88% vs 50%; p = 0.003), lower specificity (77% vs 97%; p = 0.245) and comparable negative predictive value (99% vs 99%; p = NS) when compared to ex-ST/ECG. Receiver operator characteristics (ROC) analysis showed the incremental diagnostic value of the ex-HF/QRS (area: 0.64, 95% Confidence Intervals, CI 0.51-0.77) over conventional ex-ST/ECG (0.60, CI 0.52-0.66) and Chest Pain Score (0.53, CI 0.48-0.59); p = NS on pairwise C-statistic. In patients with long-standing hypertension and CP submitted to risk stratification with exercise tolerance test, the novel ex-HF/QRS

  11. When Deriving the Spatial QRS-T Angle from the 12-lead ECG, which Transform is More Frank: Regression or Inverse Dower?

    NASA Technical Reports Server (NTRS)

    Schlegel, Todd T.; Cortez, Daniel

    2010-01-01

    Our primary objective was to ascertain which commonly used 12-to-Frank-lead transformation yields spatial QRS-T angle values closest to those obtained from simultaneously collected true Frank-lead recordings. Simultaneous 12-lead and Frank XYZ-lead recordings were analyzed for 100 post-myocardial infarction patients and 50 controls. Relative agreement, with true Frank-lead results, of 12-to-Frank-lead transformed results for the spatial QRS-T angle using Kors regression versus inverse Dower was assessed via ANOVA, Lin s concordance and Bland-Altman plots. Spatial QRS-T angles from the true Frank leads were not significantly different than those derived from the Kors regression-related transformation but were significantly smaller than those derived from the inverse Dower-related transformation (P less than 0.001). Independent of method, spatial mean QRS-T angles were also always significantly larger than spatial maximum (peaks) QRS-T angles. Spatial QRS-T angles are best approximated by regression-related transforms. Spatial mean and spatial peaks QRS-T angles should also not be used interchangeably.

  12. A narrow QRS tachycardia and cannon A waves: What is the mechanism?

    PubMed

    Ali, Hussam; Epicoco, Gianluca; De Ambroggi, Guido; Lupo, Pierpaolo; Foresti, Sara; Cappato, Riccardo

    2017-07-01

    Regular narrow QRS tachycardia, particularly if well-tolerated, is usually considered a "benign" arrhythmia of a supraventricular origin. This case concerns an 82-year-old male with ischemic heart disease who presented with recurrent episodes of a narrow QRS tachycardia that was initially diagnosed and treated as atrial tachyarrhythmia. However, careful physical examination and ECG analysis established the correct diagnosis, and the patient was managed appropriately. Remarkably, the observation of irregular cannon A waves, and Lewis lead recording, confirmed atrioventricular dissociation during tachycardia and indicated its underlying mechanism. © 2016 Wiley Periodicals, Inc.

  13. Compendium of Quality Rating Systems and Evaluations: The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Tout, Kathryn; Starr, Rebecca; Soli, Margaret; Moodie, Shannon; Kirby, Gretchen; Boller, Kimberly

    2010-01-01

    Quality Rating Systems (QRS) are currently operating, under development, or being piloted in over 25 states or local areas. As the QRS model becomes integrated into the landscape of child care and education service delivery, policy, and the decisions parents make about child care across the United States, there is an increasing need for…

  14. QRS duration predicts death and hospitalization among patients with atrial fibrillation irrespective of heart failure: evidence from the AFFIRM study

    PubMed Central

    Whitbeck, Matthew G.; Charnigo, Richard J.; Shah, Jignesh; Morales, Gustavo; Leung, Steve W.; Fornwalt, Brandon; Bailey, Alison L.; Ziada, Khaled; Sorrell, Vincent L.; Zegarra, Milagros M.; Thompson, Jenks; Hosn, Neil Aboul; Campbell, Charles L.; Gurley, John; Anaya, Paul; Booth, David C.; Biase, Luigi Di; Natale, Andrea; Smyth, Susan; Moliterno, David J.; Elayi, Claude S.

    2014-01-01

    Aims The association of QRS duration (QRSd) with morbidity and mortality is understudied in patients with atrial fibrillation (AF). We sought to assess any association of prolonged QRS with increased risk of death or hospitalization among patients with AF. Methods and results QRS duration was retrieved from the baseline electrocardiograms of patients enroled in the Atrial Fibrillation Follow-Up Investigation of Rhythm Management (AFFIRM) study and divided into three categories: <90, 90–119, ≥120 ms. Cox models were applied relating the hazards of mortality and hospitalizations to QRSd. Among 3804 patients with AF, 593 died and 2305 were hospitalized. Compared with those with QRS < 90 ms, patients with QRS ≥ 120 ms, had an increased mortality [hazard ratio (HR) 1.61, 95% confidence interval (CI): 1.29–2.03, P < 0.001] and hospitalizations (HR 1.14, 95% CI: 1.07–1.34, P = 0.043) over an average follow-up of 3.5 years. Importantly, for patients with QRS 90–119 ms, mortality and hospitalization were also increased (HR 1.31, P = 0.005 and 1.11, P = 0.026, respectively). In subgroup analysis based on heart failure (HF) status (previously documented or ejection fraction <40%), mortality was increased for QRS ≥ 120 ms patients with (HR 1.87, P < 0.001) and without HF (HR 1.63, P = 0.02). In the QRS 90–119 ms group, mortality was increased (HR 1.38, P = 0.03) for those with HF, but not significantly among those without HF (HR 1.23, P = 0.14). Conclusion Among patients with AF, QRSd ≥ 120 ms was associated with a substantially increased risk for mortality (all-cause, cardiovascular, and arrhythmic) and hospitalization. Interestingly, an increased mortality was also observed among those with QRS 90–119 ms and concomitant HF. PMID:24368753

  15. Peak oxygen uptake, ventilatory efficiency and QRS-duration predict event free survival in patients late after surgical repair of tetralogy of Fallot.

    PubMed

    Müller, Jan; Hager, Alfred; Diller, Gerhard-Paul; Derrick, Graham; Buys, Roselien; Dubowy, Karl-Otto; Takken, Tim; Orwat, Stefan; Inuzuka, Ryo; Vanhees, Luc; Gatzoulis, Michael; Giardini, Alessandro

    2015-10-01

    Patients with repaired tetralogy of Fallot (ToF) have an increased long-term risk of cardiovascular morbidity and mortality. Risk stratification in this population is difficult. Initial evidence suggests that cardiopulmonary exercise testing (CPET) may be helpful to risk-stratify patients with repaired ToF. We studied 875 patients after surgical repair for ToF (358 females, age 25.5 ± 11.7 year, range 7-75 years) who underwent CPET between 1999 and 2009. During a mean follow-up of 4.1 ± 2.6 years after CPET, 30 patients (3.4%) died or had sustained ventricular tachycardia (VT). 225 patients (25.7%) had other cardiac related events (emergency admission, surgery, or catheter interventions). On multivariable Cox regression-analysis, %predicted peak oxygen uptake (V˙O2 %) (p=0.001), resting QRS duration (p=0.030) and age (p<0.001) emerged as independent predictors of mortality or sustained VT. Patients with a peak V˙O2 ≤ 65% of predicted and a resting QRS duration ≥ 170 ms had a 11.4-fold risk of death or sustained VT. Ventilatory efficiency expressed as V˙E/V˙CO2 slope (p<0.001), peak V˙O2 % (p=.001), QRS duration (p=.001) and age (p=0.046) independently predicted event free survival. V˙E/V˙CO2 slope ≥ 31.0, peak V˙O2 % ≤ 65% and QRS duration ≥ 170 ms were the cut-off points with best sensitivity and specificity to detect an unfavorable outcome. CPET is an important predictive tool that may assist in the risk stratification of patients with ToF. Subjects with a poor exercise capacity in addition to a prolonged QRS duration have a substantially increased risk for death or sustained ventricular tachycardia, as well as for cardiac-related hospitalizations. Copyright © 2015 Elsevier Ireland Ltd. All rights reserved.

  16. Distribution and determinants of QRS rotation of black and white persons in the general population.

    PubMed

    Prineas, Ronald J; Zhang, Zhu-Ming; Stevens, Cladd E; Soliman, Elsayed Z

    The prevalence and determinants of QRS transition zones are not well established. We examined the distributions of Normal, clockwise (CW) and counterclockwise (CCW)) QRS transition zones and their relations to disease, body size and demographics in 4624 black and white men and women free of cardiovascular disease and major ECG abnormalities enrolled in the NHANES-III survey. CW transition zones were least observed (6.2%) and CCW were most prevalent (60.1%) with Normal in an intermediate position (33.7%). In multivariable logistic regression analysis, the adjusted, significant predictors for CCW compared to Normal were a greater proportion of blacks and women, fewer thin people (BMI<20, thin), a greater ratio of chest depth to chest width, and an LVMass index <80g. By contrast, CW persons were older, had larger QRS/T angles, smaller ratio of chest depth to chest width, had a greater proportion of subjects with low voltage QRS, more pulmonary disease, a greater proportion with high heart rates, shorter QRS duration and were more obese (BMI≥30). Normal rather than being the most prevalent transition zone was intermediate in frequency between the most frequently encountered CCW and the least frequently encountered transition zone CW. Differences in the predictors of CW and CCW exist. This requires further investigation to examine how far these differences explain the differences in the published prognostic differences between CW and CCW. Copyright © 2017 Elsevier Inc. All rights reserved.

  17. District of Columbia Going for the Gold Tiered Rate Reimbursement System. QRS Profile. The Child Care Quality Rating System (QRS) Assessment

    ERIC Educational Resources Information Center

    Child Trends, 2010

    2010-01-01

    This paper presents a profile of District of Columbia's Going for the Gold Tiered Rate Reimbursement Systemp repared as part of the Child Care Quality Rating System (QRS) Assessment Study. The profile consists of several sections and their corresponding descriptions including: (1) Program Information; (2) Rating Details; (3) Quality Indicators for…

  18. Data on association between QRS duration on prehospital ECG and mortality in patients with confirmed STEMI.

    PubMed

    Hansen, Rikke; Frydland, Martin; Møller-Helgestad, Ole Kristian; Lindholm, Matias Greve; Jensen, Lisette Okkels; Holmvang, Lene; Ravn, Hanne Berg; Kjærgaard, Jesper; Hassager, Christian; Møller, Jacob Eifer

    2017-12-01

    Data presented in this article relates to the research article entitled " Association between QRS duration on prehospital ECG and mortality in patients with suspected STEMI" (Hansen et al., in press) [1]. Data on the prognostic effect of automatically recoded QRS duration on prehospital ECG and presence of classic left and right bundle branch block in 1777 consecutive patients with confirmed ST segment elevation AMI is presented. Multivariable analysis, suggested that QRS duration >111 ms, left bundle branch block and right bundle branch block were independent predictors of 30 days all-cause mortality. For interpretation and discussion of these data, refer to the research article referenced above.

  19. Left ventricular outflow tract arrhythmias with divergent QRS morphology: mapping of different exits and ablation strategy.

    PubMed

    Reithmann, Christopher; Fiek, Michael

    2018-01-01

    Ventricular arrhythmias (VAs) from the left ventricular outflow tract (LVOT) can have multiple exits exhibiting divergent ECG features. In a series of 131 patients with VAs with LVOT origin, 10 patients presented with divergent QRS morphologies. Multisite endo- and epicardial mapping of different exit sites was performed. The earliest ventricular activity of 23 LVOT VAs in 10 patients was detected in the endocardium of the LV in 7 patients, the aortic sinuses of Valsalva (SoV) in 3 patients, the distal coronary sinus in 6 patients, the anterior interventricular vein in 3 patients, and the posterior right ventricular outflow tract (RVOT) in 4 patients. Simultaneous elimination of two divergent QRS morphologies of LVOT VAs by ablation from a single site was achieved in 5 patients (aorto-mitral continuity in 3 patients, SoV and RVOT in each 1 patient) using a mean maximum ablation energy of 46 ± 5 W. Sequential ablation from two or three different sites, including trans-pericardial and distal coronary sinus ablation in each 2 patients, led to elimination of the divergent VA QRS morphologies in the other 5 patients. During the follow-up of 28 ± 29 months, 4 of the 10 patients had recurrence of at least one LVOT VA. A 43-year-old patient with muscular dystrophy Curschmann-Steinert had recurrence of sustained LVOT VTs and died of sudden cardiac death. Multisite mapping of different exit sites of LVOT VAs can guide ablation of intramural foci but the recurrence rate after initially successful ablation was high.

  20. Subtraction electrocardiography: Detection of ischemia-induced ST displacement without the need to identify the J point.

    PubMed

    Ter Haar, C Cato; Man, Sum-Che; Maan, Arie C; Schalij, Martin J; Swenne, Cees A

    2016-01-01

    When triaging a patient with acute chest pain at first medical contact, an electrocardiogram (ECG) is routinely made and inspected for signs of myocardial ischemia. The guidelines recommend comparison of the acute and an earlier-made ECG, when available. No concrete recommendations for this comparison exist, neither is known how to handle J-point identification difficulties. Here we present a J-point independent method for such a comparison. After conversion to vectorcardiograms, baseline and acute ischemic ECGs after 3minutes of balloon occlusion during elective PCI were compared in 81 patients of the STAFF III ECG database. Baseline vectorcardiograms were subtracted from ischemic vectorcardiograms using either the QRS onsets or the J points as synchronization instants, yielding vector magnitude difference signals, ΔH. Output variables for the J-point synchronized differences were ΔH at the actual J point and at 20, 40, 60 and 80ms thereafter. Output variables for the onset-QRS synchronized differences were the ΔH at 80, 100, 120, 140 and 160ms after onset QRS. Finally, linear regressions of all combinations of ΔHJ+… versus ΔHQRS+… were made, and the best combination was identified. The highest correlation, 0.93 (p<0.01), was found between ΔH 40ms after the J point and 160ms after the onset of the QRS complex. With a ΔH ischemia threshold of 0.05mV, 66/81 (J-point synchronized differences) and 68/81 (onset-QRS synchronized differences) subjects were above the ischemia threshold, corresponding to sensitivities of 81% and 84%, respectively. Our current study opens an alternative way to detect cardiac ischemia without the need for human expertise for determination of the J point by measuring the difference vector magnitude at 160ms after the onset of the QRS complex. Copyright © 2016 Elsevier Inc. All rights reserved.

  1. Comparison of QRS Duration and Associated Cardiovascular Events in American Indian Men Versus Women (The Strong Heart Study).

    PubMed

    Deen, Jason F; Rhoades, Dorothy A; Noonan, Carolyn; Best, Lyle G; Okin, Peter M; Devereux, Richard B; Umans, Jason G

    2017-06-01

    Electrocardiographic QRS duration at rest is associated with sudden cardiac death and death from coronary heart disease in the general population. However, its relation to cardiovascular events in American Indians, a population with persistently high cardiovascular disease mortality, is unknown. The relation of QRS duration to incident cardiovascular disease during 17.2 years of follow-up was assessed in 1,851 male and female Strong Heart Study participants aged 45 to 74 years without known cardiovascular disease at baseline. Cox regression with robust standard error estimates was used to determine the association between quintiles of QRS duration and incident cardiovascular disease in gender-stratified analyses, adjusted for age, systolic blood pressure, hypertension, antihypertensive medication use, body mass index, current smoking, diabetes, total cholesterol, high-density lipoprotein cholesterol, and albuminuria. In women only, QRS duration in the highest quintile (≥105 ms) conferred significantly higher risk of cardiovascular disease than QRS duration in the lowest quintile (64 to 84 ms) (hazard ratio 1.6, 95% CI 1.1 to 2.4) likely because of higher risks of coronary heart disease (hazard ratio 1.8, 95% CI 1.1 to 3.1) and myocardial infarction (hazard ratio 2.1, 95% CI 1.0 to 4.7). Furthermore, when added to the Strong Heart Study Coronary Heart Disease Risk Calculator, QRS duration significantly improved prediction of future coronary heart disease events in women (Net Reclassification Index 0.17, 95% CI 0.06 to 0.47). In conclusion, QRS duration is an independent predictor of cardiovascular disease in women in the Strong Heart Study cohort and may have value in estimating risk in populations with similar risk profiles and a high lifetime incidence of cardiovascular disease. Copyright © 2017 Elsevier Inc. All rights reserved.

  2. Fine-mapping, novel loci identification, and SNP association transferability in a genome-wide association study of QRS duration in African Americans.

    PubMed

    Evans, Daniel S; Avery, Christy L; Nalls, Mike A; Li, Guo; Barnard, John; Smith, Erin N; Tanaka, Toshiko; Butler, Anne M; Buxbaum, Sarah G; Alonso, Alvaro; Arking, Dan E; Berenson, Gerald S; Bis, Joshua C; Buyske, Steven; Carty, Cara L; Chen, Wei; Chung, Mina K; Cummings, Steven R; Deo, Rajat; Eaton, Charles B; Fox, Ervin R; Heckbert, Susan R; Heiss, Gerardo; Hindorff, Lucia A; Hsueh, Wen-Chi; Isaacs, Aaron; Jamshidi, Yalda; Kerr, Kathleen F; Liu, Felix; Liu, Yongmei; Lohman, Kurt K; Magnani, Jared W; Maher, Joseph F; Mehra, Reena; Meng, Yan A; Musani, Solomon K; Newton-Cheh, Christopher; North, Kari E; Psaty, Bruce M; Redline, Susan; Rotter, Jerome I; Schnabel, Renate B; Schork, Nicholas J; Shohet, Ralph V; Singleton, Andrew B; Smith, Jonathan D; Soliman, Elsayed Z; Srinivasan, Sathanur R; Taylor, Herman A; Van Wagoner, David R; Wilson, James G; Young, Taylor; Zhang, Zhu-Ming; Zonderman, Alan B; Evans, Michele K; Ferrucci, Luigi; Murray, Sarah S; Tranah, Gregory J; Whitsel, Eric A; Reiner, Alex P; Sotoodehnia, Nona

    2016-10-01

    The electrocardiographic QRS duration, a measure of ventricular depolarization and conduction, is associated with cardiovascular mortality. While single nucleotide polymorphisms (SNPs) associated with QRS duration have been identified at 22 loci in populations of European descent, the genetic architecture of QRS duration in non-European populations is largely unknown. We therefore performed a genome-wide association study (GWAS) meta-analysis of QRS duration in 13,031 African Americans from ten cohorts and a transethnic GWAS meta-analysis with additional results from populations of European descent. In the African American GWAS, a single genome-wide significant SNP association was identified (rs3922844, P = 4 × 10 -14 ) in intron 16 of SCN5A, a voltage-gated cardiac sodium channel gene. The QRS-prolonging rs3922844 C allele was also associated with decreased SCN5A RNA expression in human atrial tissue (P = 1.1 × 10 -4 ). High density genotyping revealed that the SCN5A association region in African Americans was confined to intron 16. Transethnic GWAS meta-analysis identified novel SNP associations on chromosome 18 in MYL12A (rs1662342, P = 4.9 × 10 -8 ) and chromosome 1 near CD1E and SPTA1 (rs7547997, P = 7.9 × 10 -9 ). The 22 QRS loci previously identified in populations of European descent were enriched for significant SNP associations with QRS duration in African Americans (P = 9.9 × 10 -7 ), and index SNP associations in or near SCN5A, SCN10A, CDKN1A, NFIA, HAND1, TBX5 and SETBP1 replicated in African Americans. In summary, rs3922844 was associated with QRS duration and SCN5A expression, two novel QRS loci were identified using transethnic meta-analysis, and a significant proportion of QRS-SNP associations discovered in populations of European descent were transferable to African Americans when adequate power was achieved. © The Author 2016. Published by Oxford University Press. All rights reserved. For Permissions

  3. Analysis of QRS loop changes in the beat-to-beat Vectocardiogram of ischemic patients undergoing PTCA.

    PubMed

    Correa, Raul; Laciar, Eric; Arini, Pedro; Jane, Raimon

    2009-01-01

    In the present work, we have studied dynamic changes of QRS loop in the Vectocardiogram (VCG) of 80 patients that underwent Percutaneous Transluminal Coronary Angioplasty (PTCA). The VCG was obtained for each patient using the XYZ orthogonal leads of their electrocardiographic (ECG) records acquired before, during and after PTCA procedure. In order to analyze the variations of VCG, it has been proposed in this study the following parameters a) Maximum module of the cardiac depolarization vector, b) Volume, c) and Area of vectocardiographic loop corresponding to the QRS complex of each beat, d) Maximum distance between Centroid and the Loop, e) Angle between the XY plane and the Optimum Plane, f) Relation between the Area and Perimeter. The results obtained indicate that the parameters proposed show significant statistics differences (p-value<0.05) before, during (with some exceptions at the first minute of balloon inflation) and after PTCA. We conclude that the variations observed in the proposed parameters correctly represent not only the morphological changes in the depolarization VCG but also they reflect the modifications in the levels of cardiac ischemia induced by PTCA.

  4. Fine-mapping, novel loci identification, and SNP association transferability in a genome-wide association study of QRS duration in African Americans

    PubMed Central

    Evans, Daniel S.; Avery, Christy L.; Nalls, Mike A.; Li, Guo; Barnard, John; Smith, Erin N.; Tanaka, Toshiko; Butler, Anne M.; Buxbaum, Sarah G.; Alonso, Alvaro; Arking, Dan E.; Berenson, Gerald S.; Bis, Joshua C.; Buyske, Steven; Carty, Cara L.; Chen, Wei; Chung, Mina K.; Cummings, Steven R.; Deo, Rajat; Eaton, Charles B.; Fox, Ervin R.; Heckbert, Susan R.; Heiss, Gerardo; Hindorff, Lucia A.; Hsueh, Wen-Chi; Isaacs, Aaron; Jamshidi, Yalda; Kerr, Kathleen F.; Liu, Felix; Liu, Yongmei; Lohman, Kurt K.; Magnani, Jared W.; Maher, Joseph F.; Mehra, Reena; Meng, Yan A.; Musani, Solomon K.; Newton-Cheh, Christopher; North, Kari E.; Psaty, Bruce M.; Redline, Susan; Rotter, Jerome I.; Schnabel, Renate B.; Schork, Nicholas J.; Shohet, Ralph V.; Singleton, Andrew B.; Smith, Jonathan D.; Soliman, Elsayed Z.; Srinivasan, Sathanur R.; Taylor, Herman A.; Van Wagoner, David R.; Wilson, James G.; Young, Taylor; Zhang, Zhu-Ming; Zonderman, Alan B.; Evans, Michele K.; Ferrucci, Luigi; Murray, Sarah S.; Tranah, Gregory J.; Whitsel, Eric A.; Reiner, Alex P.; Sotoodehnia, Nona

    2016-01-01

    The electrocardiographic QRS duration, a measure of ventricular depolarization and conduction, is associated with cardiovascular mortality. While single nucleotide polymorphisms (SNPs) associated with QRS duration have been identified at 22 loci in populations of European descent, the genetic architecture of QRS duration in non-European populations is largely unknown. We therefore performed a genome-wide association study (GWAS) meta-analysis of QRS duration in 13,031 African Americans from ten cohorts and a transethnic GWAS meta-analysis with additional results from populations of European descent. In the African American GWAS, a single genome-wide significant SNP association was identified (rs3922844, P = 4 × 10−14) in intron 16 of SCN5A, a voltage-gated cardiac sodium channel gene. The QRS-prolonging rs3922844 C allele was also associated with decreased SCN5A RNA expression in human atrial tissue (P = 1.1 × 10−4). High density genotyping revealed that the SCN5A association region in African Americans was confined to intron 16. Transethnic GWAS meta-analysis identified novel SNP associations on chromosome 18 in MYL12A (rs1662342, P = 4.9 × 10−8) and chromosome 1 near CD1E and SPTA1 (rs7547997, P = 7.9 × 10−9). The 22 QRS loci previously identified in populations of European descent were enriched for significant SNP associations with QRS duration in African Americans (P = 9.9 × 10−7), and index SNP associations in or near SCN5A, SCN10A, CDKN1A, NFIA, HAND1, TBX5 and SETBP1 replicated in African Americans. In summary, rs3922844 was associated with QRS duration and SCN5A expression, two novel QRS loci were identified using transethnic meta-analysis, and a significant proportion of QRS–SNP associations discovered in populations of European descent were transferable to African Americans when adequate power was achieved. PMID:27577874

  5. Tp-e Interval, Tp-e/QTc Ratio, and Fragmented QRS Are Correlated with the Severity of Liver Cirrhosis.

    PubMed

    Akboga, Mehmet Kadri; Yuksel, Mahmut; Balci, Kevser Gulcihan; Kaplan, Mustafa; Cay, Serkan; Gokbulut, Volkan; Yayla, Cagri; Ertem, Ahmet Goktug; Ayhan, Meral Akdogan; Topaloglu, Serkan; Aras, Dursun

    2017-01-01

    Arrhythmias and electrocardiographic changes are reported in several noncardiac diseases, including liver cirrhosis (LC). We intended to evaluate the interval from the peak to the end of the electrocardiographic T wave (Tp-e), Tp-e/QTc ratio, and fQRS as presumed markers of arrhythmias in LC. In this cross-sectional study, a total of 88 consecutive patients with LC according to clinical, biological, ultrasonographic, or histological criteria and 73 control subjects were enrolled. The severity of cirrhosis was classified according to Pugh-Child's classification and Model for End-Stage Liver Disease (MELD) score. Tp-e interval, Tp-e/QTc ratio, and fQRS rates were measured from the 12-lead electrocardiogram. Tp-e interval, Tp-e/QTc ratio and fQRS rates were significantly increased in parallel to the severity of LC (P < 0.001, P < 0.001, and P = 0.003, respectively). In correlation analysis, Pugh-Child stage showed a significantly positive correlation with Tp-e interval (r = 0.462, P < 0.001), QTc interval (r = 0.373, P < 0.001), Tp-e/QTc ratio (r = 0.352, P < 0.001), and fQRS (r = 0.407, P < 0.001). Furthermore, Tp-e interval (r = 0.414, P < 0.001) and Tp-e/QTc ratio (r = 0.426, P< 0.001) had significant positive correlation with MELD score. Our study demonstrated that Tp-e interval, Tp-e/QTc ratios, and fQRS rates were significantly increased in parallel to the severity of LC. Thus, these findings may implicate that Tp-e interval, Tp-e/QTc ratio, and fQRS may be novel and useful indicators for prediction of arrhythmias in LC. © 2016 Wiley Periodicals, Inc.

  6. Real-Time, High-Frequency QRS Electrocardiograph

    NASA Technical Reports Server (NTRS)

    Schlegel, Todd T.; DePalma, Jude L.; Moradi, Saeed

    2003-01-01

    An electronic system that performs real-time analysis of the low-amplitude, high-frequency, ordinarily invisible components of the QRS portion of an electrocardiographic signal in real time has been developed. Whereas the signals readily visible on a conventional electrocardiogram (ECG) have amplitudes of the order of a millivolt and are characterized by frequencies <100 Hz, the ordinarily invisible components have amplitudes in the microvolt range and are characterized by frequencies from about 150 to about 250 Hz. Deviations of these high-frequency components from a normal pattern can be indicative of myocardial ischemia or myocardial infarction

  7. Assessments of the QT/QRS restitution in perfused guinea-pig heart can discriminate safe and arrhythmogenic drugs.

    PubMed

    Osadchii, Oleg E

    2017-09-01

    Drug-induced arrhythmia remains a matter of serious clinical concern, partly due to low prognostic value of currently available arrhythmic biomarkers. This study examined whether arrhythmogenic risks can be predicted through assessments of the rate adaptation of QT interval, ventricular effective refractory period (ERP), or the QT/QRS ratio, in perfused guinea-pig hearts. When the maximum restitution slope was taken as a metric of proarrhythmia, neither QT interval nor ERP measurements at progressively increased pacing rates were found to fully discriminate arrhythmogenic drugs (dofetilide, quinidine, flecainide, and procainamide) from those recognized as safe antiarrhythmics (lidocaine and mexiletine). For example, the slope of QT restitution was increased by dofetilide and quinidine, but remained unchanged by flecainide, procainamide, lidocaine, and mexiletine. With ERP rate adaptation, even though the restitution slope was increased by dofetilide, all class I agents reduced the slope value independently of their safety profile. The QRS measurements revealed variable drug effects, ranging from significant use-dependent conduction slowing (flecainide, quinidine, and procainamide) to only modest increase in QRS (lidocaine and mexiletine), or no change at all (dofetilide). However, with the QT/QRS rate adaptation, the restitution slope was significantly increased by all agents which have been reported to produce proarrhythmic effects (dofetilide, quinidine, flecainide, and procainamide), but not changed by lidocaine and mexiletine. These findings suggest that the slope of the QT/QRS rate adaptation can be considered as a novel electrophysiological biomarker in predicting potential arrhythmic risks associated with pharmacotherapy in cardiac patients. Copyright © 2017 Elsevier Inc. All rights reserved.

  8. Systolic blood pressure but not electrocardiogram QRS duration is associated with heart rate variability (HRV): a cross-sectional study in rural Australian non-diabetics.

    PubMed

    Lee, Yvonne Yin Leng; Jelinek, Herbert F; McLachlan, Craig S

    2017-01-01

    A positive correlation between ECG derived QRS duration and heart rate variability (HRV) parameters had previously been reported in young healthy adults. We note this study used a narrow QRS duration range, and did not adjust for systolic blood pressure. Our aims are to investigate associations between systolic blood pressure (SBP), QRS duration and HRV in a rural aging population. A retrospective cross sectional population was obtained from the CSU Diabetes Screening Research Initiative data base where 200 participants had no diabetes or pre-diabetes. SBP data were matched with ECG derived QRS duration and HRV parameters. HRV parameters were calculated from R-R intervals. Resting 12-lead electrocardiograms were obtained from each subject using a Welch Allyn PC-Based ECG system. Pearson correlation analysis revealed no statistically significant associations between HRV parameters and QRS duration. No significant mean differences in HRV parameter subgroups across defined QRS cut-offs were found. SBP > 146 mmHg was associated with increasing QRS durations, however this association disappeared once models were adjusted for age and gender. SBP was also significantly associated with a number of HRV parameters using Pearson correlation analysis, including high frequency (HF) ( p  < 0.05), HFln ( p  < 0.02), RMSDD ( p  < 0.02) and non-linear parameters; ApEN ( p  < 0.001) were negatively correlated with increasing SBP while the low frequency to high frequency ratio (LF/HF) increased with increasing SBP ( p  < 0.03). Our results do not support associations between ECG derived R-R derived HRV parameters and QRS duration in aging populations. We suggest that ventricular conduction as determined by QRS duration is independent of variations in SA-node heart rate variability.

  9. Atrial fibrillation with wide QRS tachycardia and undiagnosed Wolff-Parkinson-White syndrome: diagnostic and therapeutic dilemmas in a pediatric patient.

    PubMed

    Panduranga, Prashanth; Al-Farqani, Abdullah; Al-Rawahi, Najib

    2012-11-01

    A 10-year-old girl presented to the emergency department of a regional hospital with 1 episode of generalized tonic-clonic seizures. Postictal monitoring followed by a 12-lead electrocardiogram showed fast atrial fibrillation with intermittent wide QRS regular tachycardia. Immediately following this, her rhythm changed to wide QRS irregular tachycardia without hemodynamic compromise. She was suspected to have ventricular tachycardia and was treated with intravenous amiodarone with cardioversion to sinus rhythm. Subsequent electrocardiogram in sinus rhythm showed typical features of manifest Wolff-Parkinson-White (WPW) accessory pathway. This case illustrates the diagnostic and therapeutic dilemmas in patients with atrial fibrillation, wide QRS tachycardia, and undiagnosed WPW syndrome with antidromic conduction of atrial arrhythmias through the accessory pathway. Furthermore, this case demonstrates that undiagnosed wide QRS tachycardias need to be treated with drugs acting on the accessory pathway, thus keeping in mind underlying WPW syndrome as a possibility to avoid potentially catastrophic events.

  10. QRS Score at Presentation Electrocardiogram Is Correlated With Infarct Size and Mortality in ST-Segment Elevation Myocardial Infarction Patients Undergoing Primary Percutaneous Coronary Intervention.

    PubMed

    Shiomi, Hiroki; Kosuge, Masami; Morimoto, Takeshi; Watanabe, Hiroki; Taniguchi, Tomohiko; Nakatsuma, Kenji; Toyota, Toshiaki; Yamamoto, Erika; Shizuta, Satoshi; Tada, Tomohisa; Furukawa, Yutaka; Nakagawa, Yoshihisa; Ando, Kenji; Kadota, Kazushige; Kimura, Kazuo; Kimura, Takeshi

    2017-07-25

    In ST-segment elevation myocardial infarction (STEMI), QRS score at presentation ECG may reflect the progression of infarction and facilitate prediction of the degree of myocardial salvage achieved by reperfusion therapy.Methods and Results:Admission electrocardiogram (ECG) was studied in 2,607 patients with STEMI undergoing primary percutaneous coronary intervention (PCI) within 24 h of symptom onset. Patients were classified into 3 groups according to QRS score: low (0-3, n=1,227), intermediate (4-7, n=810), and high (≥8, n=570). An increase of infarct size estimated by median peak creatine phosphokinase was observed as QRS score increased (low score, 1,836 IU/L; inter-quartile range (IQR), 979-3,190 IU/L; intermediate score, 2,488 IU/L; IQR, 1,126-4,640 IU/L; high score, 3,454 IU/L; IQR, 1,759-5,639 IU/L; P<0.001). Higher QRS score was associated with higher long-term mortality (low, intermediate, and high score, 15.6%, 19.7%, and 23.7% at 5 years, respectively; log-rank P<0.001). The positive relationship of QRS score with mortality was consistently seen when stratified by infarct location. The association of high QRS score with increased mortality was most remarkably seen in patients with early (≤2 h) presentation (low, intermediate, and high score: 16.7%, 16.6%, and 28.1% at 5 years, respectively; log-rank P<0.001). Higher QRS score at presentation ECG was associated with larger infarct size, and higher long-term mortality in patients with STEMI undergoing primary PCI. QRS score appears to be important in the early risk stratification for STEMI.

  11. Improved symptoms, physical limitation, and self-efficacy after resynchronization in a patient with heart failure and a prolonged QRS duration.

    PubMed

    Conaway, Darcy G; Sullivan, Robbie; McCullough, Peter A

    2004-01-01

    This report examines the impact of resynchronization therapy in a patient with class IV heart failure and a prolonged QRS duration on electrocardiogram. The Kansas City Cardiomyopathy Questionnaire (KCCQ) was used to assess the patient's health status prior to, immediately after, and 2 months after placement of a biventricular pacemaker. B-type natriuretic peptide (BNP) values and electrocardiogram QRS duration were recorded to further document clinical status. Our patient experienced statistically significant improvements in 7 of 10 KCCQ domains after resynchronization. QRS duration narrowed following the procedure and BNP values decreased. Resynchronization therapy improved this patient's symptoms, physical limitations, and self-efficacy when maximal medical therapy failed.

  12. Accurate derivation of heart rate variability signal for detection of sleep disordered breathing in children.

    PubMed

    Chatlapalli, S; Nazeran, H; Melarkod, V; Krishnam, R; Estrada, E; Pamula, Y; Cabrera, S

    2004-01-01

    The electrocardiogram (ECG) signal is used extensively as a low cost diagnostic tool to provide information concerning the heart's state of health. Accurate determination of the QRS complex, in particular, reliable detection of the R wave peak, is essential in computer based ECG analysis. ECG data from Physionet's Sleep-Apnea database were used to develop, test, and validate a robust heart rate variability (HRV) signal derivation algorithm. The HRV signal was derived from pre-processed ECG signals by developing an enhanced Hilbert transform (EHT) algorithm with built-in missing beat detection capability for reliable QRS detection. The performance of the EHT algorithm was then compared against that of a popular Hilbert transform-based (HT) QRS detection algorithm. Autoregressive (AR) modeling of the HRV power spectrum for both EHT- and HT-derived HRV signals was achieved and different parameters from their power spectra as well as approximate entropy were derived for comparison. Poincare plots were then used as a visualization tool to highlight the detection of the missing beats in the EHT method After validation of the EHT algorithm on ECG data from the Physionet, the algorithm was further tested and validated on a dataset obtained from children undergoing polysomnography for detection of sleep disordered breathing (SDB). Sensitive measures of accurate HRV signals were then derived to be used in detecting and diagnosing sleep disordered breathing in children. All signal processing algorithms were implemented in MATLAB. We present a description of the EHT algorithm and analyze pilot data for eight children undergoing nocturnal polysomnography. The pilot data demonstrated that the EHT method provides an accurate way of deriving the HRV signal and plays an important role in extraction of reliable measures to distinguish between periods of normal and sleep disordered breathing (SDB) in children.

  13. Are the QRS duration and ST depression cut-points from the Seattle criteria too conservative?

    PubMed

    Dunn, Tim; Abdelfattah, Ramy; Aggarwal, Sonya; Pickham, David; Hadley, David; Froelicher, Victor

    2015-01-01

    Screening athletes with ECGs is aimed at identifying "at-risk" individuals who may have a cardiac condition predisposing them to sudden cardiac death. The Seattle criteria highlight QRS duration greater than 140 ms and ST segment depression in two or more leads greater than 50 μV as two abnormal ECG patterns associated with sudden cardiac death. High school, college, and professional athletes underwent 12 lead ECGs as part of routine pre-participation physicals. Prevalence of prolonged QRS duration was measured using cut-points of 120, 125, 130, and 140 ms. ST segment depression was measured in all leads except leads III, aVR, and V1 with cut-points of 25 μV and 50 μV. Between June 2010 and November 2013, 1595 participants including 297 (167 male, mean age 16.2) high school athletes, 1016 (541 male, mean age 18.8) college athletes, and 282 (mean age 26.6) male professional athletes underwent screening with an ECG. Only 3 athletes (0.2%) had a QRS duration greater than 125 ms. ST segment depression in two or more leads greater than 50 μV was uncommon (0.8%), while the prevalence of ST segment depression in two or more leads increased to 4.5% with a cut-point of 25 μV. Changing the QRS duration cut-point to 125 ms would increase the sensitivity of the screening ECG, without a significant increase in false-positives. However, changing the ST segment depression cut-point to 25 μV would lead to a significant increase in false-positives and would therefore not be justified. Copyright © 2015 Elsevier Inc. All rights reserved.

  14. Noise-tolerant instantaneous heart rate and R-peak detection using short-term autocorrelation for wearable healthcare systems.

    PubMed

    Fujii, Takahide; Nakano, Masanao; Yamashita, Ken; Konishi, Toshihiro; Izumi, Shintaro; Kawaguchi, Hiroshi; Yoshimoto, Masahiko

    2013-01-01

    This paper describes a robust method of Instantaneous Heart Rate (IHR) and R-peak detection from noisy electrocardiogram (ECG) signals. Generally, the IHR is calculated from the R-wave interval. Then, the R-waves are extracted from the ECG using a threshold. However, in wearable bio-signal monitoring systems, noise increases the incidence of misdetection and false detection of R-peaks. To prevent incorrect detection, we introduce a short-term autocorrelation (STAC) technique and a small-window autocorrelation (SWAC) technique, which leverages the similarity of QRS complex waveforms. Simulation results show that the proposed method improves the noise tolerance of R-peak detection.

  15. Analysis of the temporal regression of the QRS widening induced by bupivacaine after Intralipid administration. Study in an experimental porcine model.

    PubMed

    Zaballos, M; Sevilla, R; González, J; Callejo, D; de Diego, C; Almendral, J; Quintela, O; Anadón, M J

    2016-01-01

    The principal mechanism of cardiac toxicity of bupivacaine relates to the blockade of myocardial sodium channels, which leads to an increase in the QRS duration. Recently, experimental studies suggest that lipid emulsion is effective in reversing bupivacaine cardiac toxicity. We aimed to evaluate the temporal evolution of the QRS widening induced by bupivacaine with the administration of Intralipid. Twelve pigs were anesthetized with intravenous sodium thiopental 5mg kg(-1) and sevoflurane 1 MAC (2.6%). Femoral artery and vein were canalized for invasive monitoring, analysis of blood gases and determination of bupivacaine levels. After instrumentation and monitoring, a bupivacaine bolus of 4-6 mg kg(-1) was administered in order to induce a 150% increase in QRS duration (defined as the toxic point). The pigs were randomized into two groups of six individuals. Intralipid group (IL) received 1.5 mL kg(-1)of IL over one minute, followed by an infusion of 0.25 mL kg min(-1). Control group (C) received the same volume of a saline solution. The electrocardiographic parameters were recorded, and blood samples were taken after bupivacaine and 1, 5, 10 and 30 minutes after Intralipid/saline administration. Bupivacaine (4.33±0.81 mg/kg in IL group and 4.66±1.15 mg/kg in C group) induced similar electrocardiographic changes in both groups; mean maximal percent increase in QRS interval was 184±62% in IL group, and 230±56% in control group (NS). Lipid administration reversed the QRS widening previously impaired by bupivacaine. After ten minutes of the administration of IL, the mean QRS interval decreased to 132±56% vs. 15±76% relative to the maximum widening induced by bupivacaine, in IL and C group, respectively. Intralipid reversed the lengthening of QRS interval induced by the injection of bupivacaine. Time to normalization of electrocardiographic parameters can last more than 10 minutes. While the phenomena of cardiac toxicity persist, resuscitation measures and

  16. Une tachycardie à QRS large mal tolérée chez un nourrisson

    PubMed Central

    Affangla, Désiré Alain; Leye, Mohamed; Simo, Angèle Wabo; D’Almeida, Franck; Sarr, Thérèse Yandé; Phiri, Adamson; Kane, Adama

    2017-01-01

    Les tachycardies à QRS large mal tolérées du nourrisson posent le problème de leur diagnostic et de la prise en charge en urgence. Nous rapportons un cas de tachycardie à QRS large chez un nourrisson de 35 jours reçu pour détresse cardio-circulatoire. Le cœur était morphologiquement normal à l’échographie cardiaque Doppler. Un traitement par une dose charge d’Amiodarone n’a pas permis de réduire cette tachycardie. Un retour en rythme sinusal a été obtenu après cardioversion par un défibrillateur externe semi-automatique type Lifeline. Un traitement d’entretien par Amiodarone per os est institué et le patient est en rythme sinusal à 03 mois. PMID:28904685

  17. Spatiotemporal Characteristics of QRS Complexes Enable the Diagnosis of Brugada Syndrome Regardless of the Appearance of a Type 1 ECG.

    PubMed

    Guillem, Maria S; Climent, Andreu M; Millet, José; Berne, Paola; Ramos, Rafael; Brugada, Josep; Brugada, Ramon

    2016-05-01

    The diagnosis of Brugada syndrome based on the ECG is hampered by the dynamic nature of its ECG manifestations. Brugada syndrome patients are only 25% likely to present a type 1 ECG. The objective of this study is to provide an ECG diagnostic criterion for Brugada syndrome patients that can be applied consistently even in the absence of a type 1 ECG. We recorded 67-lead body surface potential maps from 94 Brugada syndrome patients and 82 controls (including right bundle branch block patients and healthy individuals). The spatial propagation direction during the last r' wave and the slope at the end of the QRS complex were measured and compared between patients groups. Receiver-operating characteristic curves were constructed for half of the database to identify optimal cutoff values; sensitivity and specificity for these cutoff values were measured in the other half of the database. A spontaneous type 1 ECG was present in only 30% of BrS patients. An orientation in the sagittal plane < 101º during the last r' wave and a descending slope < 9.65 mV/s enables the diagnosis of the syndrome with a sensitivity of 69% and a specificity of 97% in non-type 1 Brugada syndrome patients. Spatiotemporal characteristics of surface ECG recordings can enable a robust identification of BrS even without the presence of a type 1 ECG. © 2016 Wiley Periodicals, Inc.

  18. ECG Signal Analysis and Arrhythmia Detection using Wavelet Transform

    NASA Astrophysics Data System (ADS)

    Kaur, Inderbir; Rajni, Rajni; Marwaha, Anupma

    2016-12-01

    Electrocardiogram (ECG) is used to record the electrical activity of the heart. The ECG signal being non-stationary in nature, makes the analysis and interpretation of the signal very difficult. Hence accurate analysis of ECG signal with a powerful tool like discrete wavelet transform (DWT) becomes imperative. In this paper, ECG signal is denoised to remove the artifacts and analyzed using Wavelet Transform to detect the QRS complex and arrhythmia. This work is implemented in MATLAB software for MIT/BIH Arrhythmia database and yields the sensitivity of 99.85 %, positive predictivity of 99.92 % and detection error rate of 0.221 % with wavelet transform. It is also inferred that DWT outperforms principle component analysis technique in detection of ECG signal.

  19. Electrocardiogram voltage discordance: Interpretation of low QRS voltage only in the precordial leads.

    PubMed

    Kim, Diana H; Verdino, Ralph J

    To define clinical correlates of low voltage isolated to precordial leads on the surface electrocardiogram (ECG). Low voltage (V) on the ECG is defined as QRS V<5mm in all limb leads and <10mm in all precordial leads. The diagnostic use of ECGs with low voltage isolated to the precordial leads with normal limb lead voltages is unclear. Twelve-lead ECGs with QRS V>5mm in one or more limb leads and <10mm in all precordial leads were collected. Associated clinical conditions were determined from clinical data, echocardiograms, and chest radiographs. Low precordial voltage was found in 256 of 150,000 ECGs (~0.2%). 50.4% of patients had discordant ECGs that correlated with classic etiologies, with a higher incidence of LV dilation in those with classic etiologies than those without. Low precordial voltage is associated with classic etiologies and LV dilation. Copyright © 2017 Elsevier Inc. All rights reserved.

  20. The prognostic value of the frontal QRS-T angle is comparable to cardiovascular autonomic neuropathy regarding long-term mortality in people with diabetes. A population based study.

    PubMed

    May, O; Graversen, C B; Johansen, M Ø; Arildsen, H

    2018-06-09

    Cardiovascular autonomic neuropathy (CAN) is a well known prognostic marker in diabetes. A large angle between the QRS- and the T-wave vector (QRS-T angle) in the electrocardiogram (ECG) has recently been introduced as another marker of poor prognosis. To assess and compare the long-term predictive power of the frontal plane QRS-T angle with CAN in people with diabetes. In 1992-93 people with diabetes in the municipality of Horsens, Denmark, were identified by the prescription method andan age and gender stratified sample of 240 individuals with diabetes were randomly selected. The presence of CAN was defined using the heart rate response to Valsalva manoeuvre. The QRS-T angle was read using the method described by Gandhi. In July 2015 vital statistics were obtained fromthe Danish Civil Registration System. 178 individuals accepted to participate in the study, of which 153 (86%) completed the Valsalva manoeuvre and had sinus rhythm. Total observation time was 21.5 (0.18) years, in which 99 (65%) individuals died. An elevated QRS-T angle and the presence of cardiovascular autonomic neuropathy were both found to be significant predictors of death. In Cox regression analyses, adjusting for the effect of gender, age, duration of diabetes, BMI, total-cholesterol, diabetes type, haemoglobin A1c, smoking status, hypertension and previous MI, an independent prognostic value was found for the QRS-T angle as well as the Valsalva ratio. A large QRS-T angle and the presence of cardiovascular autonomic neuropathy are both strong and independent long-term predictors of all-cause mortality in people with diabetes. Copyright © 2018. Published by Elsevier B.V.

  1. Non-invasive electrocardiogram detection of in vivo zebrafish embryos using electric potential sensors

    NASA Astrophysics Data System (ADS)

    Rendon-Morales, E.; Prance, R. J.; Prance, H.; Aviles-Espinosa, R.

    2015-11-01

    In this letter, we report the continuous detection of the cardiac electrical activity in embryonic zebrafish using a non-invasive approach. We present a portable and cost-effective platform based on the electric potential sensing technology, to monitor in vivo electrocardiogram activity from the zebrafish heart. This proof of principle demonstration shows how electrocardiogram measurements from the embryonic zebrafish may become accessible by using electric field detection. We present preliminary results using the prototype, which enables the acquisition of electrophysiological signals from in vivo 3 and 5 days-post-fertilization zebrafish embryos. The recorded waveforms show electrocardiogram traces including detailed features such as QRS complex, P and T waves.

  2. Prognostic significance of inverse spatial QRS-T angle circadian pattern in myocardial infarction survivors.

    PubMed

    Giannopoulos, Georgios; Dilaveris, Polychronis; Batchvarov, Velislav; Synetos, Andreas; Hnatkova, Katerina; Gatzoulis, Konstantinos; Malik, Marek; Stefanadis, Christodoulos

    2009-01-01

    We investigated the predictive value of the spatial QRS-T angle (QRSTA) circadian variation in myocardial infarction (MI) patients. Analyzing 24-hour recordings (SEER MC, GE Marquette) from 151 MI patients (age 63 +/- 12.7), the QRSTA was computed in derived XYZ leads. QRS-T angle values were compared between daytime and night time. The end point was cardiac death or life-threatening ventricular arrhythmia in 1 year. Overall, QRSTA was slightly higher during the day vs. the night (91 degrees vs. 87 degrees, P = .005). However, 33.8% of the patients showed an inverse diurnal QRSTA variation (higher values at night), which was correlated to the outcome (P = .001, odds ratio 6.7). In multivariate analysis, after entering all factors exhibiting univariate trend towards significance, inverse QRSTA circadian pattern remained significant (P = .036). Inverse QRSTA circadian pattern was found to be associated with adverse outcome (22.4%) in MI patients, whereas a normal pattern was associated (96%) with a favorable outcome.

  3. Atrial Premature Depolarization-Induced Changes in QRS and T Wave Morphology on Resting Electrocardiograms in Horses.

    PubMed

    Broux, B; De Clercq, D; Decloedt, A; Van Der Vekens, N; Verheyen, T; Ven, S; Pardon, B; van Loon, G

    2016-07-01

    The electrocardiographic differentiation between atrial (APDs) and ventricular (VPDs) premature depolarizations is important. P wave prematurity and normal QRS and T wave morphology generally are used as discriminating criteria for APDs. The aim of this study was to determine whether P, Q, R, S, and T wave amplitude, PQ interval, QRS and P wave duration and P and T wave morphology differ between APDs and sinus beats. To determine the relationship between the RR coupling interval and the change in S wave amplitude between sinus beats and APDs. Case-control study. From a modified base-apex configuration of 30 horses with APDs at rest, sinus beat and APD associated preceding RR interval, P, PQ and QRS duration and P, R, S, and T wave amplitudes were measured. Linear mixed models and logistic regression were used to determine the effect of APDs on the ECG variables studied. In comparison to sinus beats, APDs were associated with a significant (P < .001) change in P amplitude (-0.03 ± 0.01 mV) and increase in S (0.20 ± 0.02 mV) and T (0.08 ± 0.03 mV) amplitude. PQ (-20.3 ± 5.2 ms) and RR (-519 ± 14 ms) interval and P duration (-21.1 ± 3.0 ms) decreased (P < .001). APDs were significantly associated with a singular positive P wave (OR: 11.0, P < .001) and were more likely to have a monophasic positive T wave (OR: 9.2, P < .001). A smaller RR coupling interval was associated with an increased relative difference in S amplitude (P < .01). Atrial premature depolarizations may lead to changes in QRS and T wave morphology. Knowledge of these changes is important to avoid interpreting certain APDs as VPDs. Copyright © 2016 The Authors. Journal of Veterinary Internal Medicine published by Wiley Periodicals, Inc. on behalf of the American College of Veterinary Internal Medicine.

  4. Electrocardiographic signal-averaging during atrial pacing and effect of cycle length on the terminal QRS in patients with and without inducible ventricular tachycardia.

    PubMed

    Kremers, M S; Black, W H; Lange, R; Wells, P J; Solo, M

    1990-11-01

    Electrocardiographic signal-averaging during sinus rhythm (61 to 99 beats/min) and atrial pacing (100 to 171 beats/min) were performed to determine the effect of heart rate on late potentials in 15 patients without (group 1) and 7 patients with (group 2) inducible sustained ventricular tachycardia (VT). In sinus rhythm (79 +/- 12 vs 77 +/- 12 beats/min, difference not significant), the duration of the low-amplitude signal less than 40 microV was longer in group 2 than group 1 (43 +/- 21 vs 26 +/- 8 ms, p = 0.034) and more patients had late potentials (57 vs 7%, p = 0.021), but QRS duration (121 +/- 32 vs 98 +/- 19 ms) and terminal voltage (33 +/- 33 vs 50 +/- 26 ms) were not significantly different. With atrial pacing in group 1 (128 +/- 16 beats/min), 3 patients developed a simultaneous decrease in terminal voltage and an increase in terminal QRS duration consistent with a late potential, but mean total and terminal durations were unchanged. Terminal voltage increased (50 +/- 26 to 59 +/- 40) but not significantly. With atrial pacing in group 2 (119 +/- 12 beats/min) all patients either had a late potential or developed a simultaneous decrease in terminal voltage and an increase in terminal QRS duration (p = 0.001 vs group 1). Root mean square (p = 0.001 vs group 1). Root mean square voltage decreased (33 +/- 23 to 22 +/- 23) and became significantly different from group 1 (p = 0.017). Mean QRS duration, root mean square terminal voltage and low-amplitude terminal QRS duration, however, were unchanged.(ABSTRACT TRUNCATED AT 250 WORDS)

  5. [Wide QRS tachycardia preceded by pacemaker spikes].

    PubMed

    Romero, M; Aranda, A; Gómez, F J; Jurado, A

    2014-04-01

    The differential diagnosis and therapeutic management of wide QRS tachycardia preceded by pacemaker spike is presented. The pacemaker-mediated tachycardia, tachycardia fibrillo-flutter in patients with pacemakers, and runaway pacemakers, have a similar surface electrocardiogram, but respond to different therapeutic measures. The tachycardia response to the application of a magnet over the pacemaker could help in the differential diagnosis, and in some cases will be therapeutic, as in the case of a tachycardia-mediated pacemaker. Although these conditions are diagnosed and treated in hospitals with catheterization laboratories using the application programmer over the pacemaker, patients presenting in primary care clinic and emergency forced us to make a diagnosis and treat the haemodynamically unstable patient prior to referral. Copyright © 2012 Sociedad Española de Médicos de Atención Primaria (SEMERGEN). Publicado por Elsevier España. All rights reserved.

  6. [Influence of the duration of recording in the reproducibility of the signal averaged electrocardiogram].

    PubMed

    Copie, X; Blankoff, I; Hnatkova, K; Fei, L; Camm, A J; Malik, M

    1996-06-01

    The authors studied the possibility of improving the reproducibility of the signal averaged ECG by increasing the number of averaged QRS complexes. One hundred patients were included in the study. In each cases, 400 QRS complexes were recorded on twice, consecutively, in strictly identical conditions. During each recording, the total duration of the amplified and averaged QRS complex (tQRS), the duration of the terminal signal below 40 microV (LAS) and the root mean square of the amplitude of the last 40 ms (RMS) were determined for 100, 200, 300 and 400 recorded QRS complexes. The presence of late potentials was defined as the positivity of two of the following criteria: tQRS > 114 ms, LAS > 38 ms, RMS < 20 microV. The number of contradictory diagnostic conclusions between two successive recordings of the same duration decreased progressively with the number of averaged QRS complexes: 10 for 100 QRS, 10 for 200 QRS, 9 for 300 QRS and 6 for 400 QRS complexes, but this improvement was not statistically significant. The absolute differences of tQRS and RMS between two successive recordings of the same duration were statistically different for the four durations of recording (p = 0.05) and there was a tendency towards statistical significance for LAS (p = 0.09). The best quantitative reproducibility of the 3 parameters was obtained with the recording of 300 QRS complexes. In conclusion, the reproducibility of the signal averaged ECG is improved when the number of average QRS complexes is increased. The authors' results suggests that reproducibility this is optimal with the amplification and averaging of 300 QRS complexes.

  7. Perspectives of human verification via binary QRS template matching of single-lead and 12-lead electrocardiogram.

    PubMed

    Krasteva, Vessela; Jekova, Irena; Schmid, Ramun

    2018-01-01

    This study aims to validate the 12-lead electrocardiogram (ECG) as a biometric modality based on two straightforward binary QRS template matching characteristics. Different perspectives of the human verification problem are considered, regarding the optimal lead selection and stability over sample size, gender, age, heart rate (HR). A clinical 12-lead resting ECG database, including a population of 460 subjects with two-session recordings (>1 year apart) is used. Cost-effective strategies for extraction of personalized QRS patterns (100ms) and binary template matching estimate similarity in the time scale (matching time) and dissimilarity in the amplitude scale (mismatch area). The two-class person verification task, taking the decision to validate or to reject the subject identity is managed by linear discriminant analysis (LDA). Non-redundant LDA models for different lead configurations (I,II,III,aVF,aVL,aVF,V1-V6) are trained on the first half of 230 subjects by stepwise feature selection until maximization of the area under the receiver operating characteristic curve (ROC AUC). The operating point on the training ROC at equal error rate (EER) is tested on the independent dataset (second half of 230 subjects) to report unbiased validation of test-ROC AUC and true verification rate (TVR = 100-EER). The test results are further evaluated in groups by sample size, gender, age, HR. The optimal QRS pattern projection for single-lead ECG biometric modality is found in the frontal plane sector (60°-0°) with best (Test-AUC/TVR) for lead II (0.941/86.8%) and slight accuracy drop for -aVR (-0.017/-1.4%), I (-0.01/-1.5%). Chest ECG leads have degrading accuracy from V1 (0.885/80.6%) to V6 (0.799/71.8%). The multi-lead ECG improves verification: 6-chest (0.97/90.9%), 6-limb (0.986/94.3%), 12-leads (0.995/97.5%). The QRS pattern matching model shows stable performance for verification of 10 to 230 individuals; insignificant degradation of TVR in women by (1.2-3.6%), adults

  8. Development of a Multi-Channel, High Frequency QRS Electrocardiograph

    NASA Technical Reports Server (NTRS)

    DePalma, Jude L.

    2003-01-01

    With the advent of the ISS era and the potential requirement for increased cardiovascular monitoring of crewmembers during extended EVAs, NASA flight surgeons would stand to benefit from an evolving technology that allows for a more rapid diagnosis of myocardial ischemia compared to standard electrocardiography. Similarly, during the astronaut selection process, NASA flight surgeons and other physicians would also stand to benefit from a completely noninvasive technology that, either at rest or during maximal exercise tests, is more sensitive than standard ECG in identifying the presence of ischemia. Perhaps most importantly, practicing cardiologists and emergency medicine physicians could greatly benefit from such a device as it could augment (or even replace) standard electrocardiography in settings where the rapid diagnosis of myocardial ischemia (or the lack thereof) is required for proper clinical decision-making. A multi-channel, high-frequency QRS electrocardiograph is currently under development in the Life Sciences Research Laboratories at JSC. Specifically the project consisted of writing software code, some of which contained specially-designed digital filters, which will be incorporated into an existing commercial software program that is already designed to collect, plot and analyze conventional 12-lead ECG signals on a desktop, portable or palm PC. The software will derive the high-frequency QRS signals, which will be analyzed (in numerous ways) and plotted alongside of the conventional ECG signals, giving the PC-viewing clinician advanced diagnostic information that has never been available previously in all 12 ECG leads simultaneously. After the hardware and software for the advanced digital ECG monitor have been fully integrated, plans are to use the monitor to begin clinical studies both on healthy subjects and on patients with known coronary artery disease in both the outpatient and hospital settings. The ultimate goal is to get the technology

  9. The roles of the Q (q) wave in lead I and QRS frontal axis for diagnosing loss of left ventricular capture during cardiac resynchronization therapy.

    PubMed

    Cao, Yuan-Yuan; Su, Yan-Gang; Bai, Jin; Wang, Wei; Wang, Jing-Feng; Qin, Sheng-Mei; Ge, Jun-Bo

    2015-01-01

    Loss of left ventricular (LV) capture may lead to deterioration of heart failure in patients with cardiac resynchronization therapy (CRT). Recognition of loss of LV capture in time is important in clinical practice. A total of 422 electrocardiograms were acquired and analyzed from 53 CRT patients at 8 different pacing settings (LV only, right ventricle [RV] only, biventricular [BV] pacing with LV preactivation of 60, 40, 20, and 0 milliseconds and RV preactivation of 20 and 40 milliseconds). A modified Ammann algorithm by adding a third step-presence of Q (q, or QS) wave-to the original 2-step Ammann algorithm and a QRS axis shift method were devised to identify the loss of LV capture. The accuracy of modified Ammann algorithm was significantly higher than that of Ammann algorithm (78.9% vs. 69.1%, P < 0.001). The accuracy of the axis shift method was 66.4%, which was significantly lower than the modified Ammann algorithm (P < 0.001) and similar to the original one (P = 0.412). However, in the ECGs with QRS axis shift, 96.8% were correctly classified. LV preactivation or simultaneous BV activation and LV lead positioned in nonposterior or noninferior wall could elevate the accuracies of the modified Ammann algorithm and the QRS axis shift method. The accuracy of the modified Ammann algorithm is greatly improved. The QRS axis shift method can help diagnose LV capture. The LV preactivation, or simultaneous BV activation and LV lead positioned in nonposterior or noninferior wall can increase the diagnostic power of the modified Ammann algorithm and QRS axis shift method. © 2014 Wiley Periodicals, Inc.

  10. Mechanical Dyssynchrony Precedes QRS Widening in ATP‐Sensitive K+ Channel–Deficient Dilated Cardiomyopathy

    PubMed Central

    Yamada, Satsuki; Arrell, D. Kent; Kane, Garvan C.; Nelson, Timothy J.; Perez‐Terzic, Carmen M.; Behfar, Atta; Purushothaman, Saranya; Prinzen, Frits W.; Auricchio, Angelo; Terzic, Andre

    2013-01-01

    Background Contractile discordance exacerbates cardiac dysfunction, aggravating heart failure outcome. Dissecting the genesis of mechanical dyssynchrony would enable an early diagnosis before advanced disease. Methods and Results High‐resolution speckle‐tracking echocardiography was applied in a knockout murine surrogate of adult‐onset human cardiomyopathy caused by mutations in cardioprotective ATP‐sensitive K+ (KATP) channels. Preceding the established criteria of cardiac dyssynchrony, multiparametric speckle‐based strain resolved nascent erosion of dysfunctional regions within cardiomyopathic ventricles of the KATP channel–null mutant exposed to hemodynamic stress. Not observed in wild‐type counterparts, intraventricular disparity in wall motion, validated by the degree, direction, and delay of myocardial speckle patterns, unmasked the disease substrate from asymptomatic to overt heart failure. Mechanical dyssynchrony preceded widening of the QRS complex and exercise intolerance and progressed into global myocardial discoordination and decompensated cardiac pump function, precipitating a low output syndrome. Conclusions The present study, with the use of high‐resolution imaging, prospectively resolved the origin and extent of intraventricular motion disparity in a KATP channel–knockout model of dilated cardiomyopathy. Mechanical dyssynchrony established as an early marker of cardiomyopathic disease offers novel insight into the pathodynamics of dyssynchronous heart failure. PMID:24308936

  11. Electrical remodeling reflected by QRS and T vector changes following cardiac resynchronization therapy is related to survival in heart failure patients with left bundle branch block.

    PubMed

    Floré, V; Bartunek, J; Goethals, M; Verstreken, S; Timmermans, W; De Pauw, F; Van Bockstal, K; Vanderheyden, M

    2015-01-01

    We investigated changes in electrocardiographic spatial QRS and T vectors as markers of electrical remodeling before and after cardiac resynchronization therapy (CRT) and their association with altered outcome. In 41 patients with LBBB, ECGpost was recorded during intrinsic rhythm after interrupting CRT pacing and compared to the pre-implant ECGpre and the ECG during CRT (ECGCRT). Mean spatial angles between QRS and T vectors were determined with the Kors matrix conversion. Left ventricular ejection fraction (LVEF) was determined with nuclear isotope ventriculography before CRT implantation (LVEFpre) and at inclusion (LVEFpost). Following CRT, LVEF improved significantly from 26 ± 10 to 36 ± 14% (p=0.01). Duration of QRSpre (168 ± 15 ms) was not different from QRSpost (166 ± 15 ms). A smaller angle between QRSCRT and Tpost was related to a greater angle between Tpre and Tpost (Pearson's R -0.61 - p<0.001). During follow-up (30 ± 2 months) 9 patients (22%) died. Univariate Cox regression revealed higher mortality in the patients with lower LVEFpost (HR 1.10, p=0.01), a larger angle QRSCRTTpost (HR 1.03, p=0.03), a smaller angle QRSpreQRSpost (HR 0.97, p=0.03) and smaller angle TpreTpost (HR 0.95, p<0.01). After adjusting for LVEFpost, only smaller angle TpreTpost was associated with mortality (HR 0.96, p=0.03). Electrical remodeling can be quantified by measuring the angles between spatial QRS and T vectors before, during and after CRT. In absence of QRS duration changes, more extensive electrical remodeling is associated with a significantly better survival. QRS and T vector changes deserve further investigation to better understand the individual response to CRT. Copyright © 2015 Elsevier Inc. All rights reserved.

  12. Classification of ECG signal with Support Vector Machine Method for Arrhythmia Detection

    NASA Astrophysics Data System (ADS)

    Turnip, Arjon; Ilham Rizqywan, M.; Kusumandari, Dwi E.; Turnip, Mardi; Sihombing, Poltak

    2018-03-01

    An electrocardiogram is a potential bioelectric record that occurs as a result of cardiac activity. QRS Detection with zero crossing calculation is one method that can precisely determine peak R of QRS wave as part of arrhythmia detection. In this paper, two experimental scheme (2 minutes duration with different activities: relaxed and, typing) were conducted. From the two experiments it were obtained: accuracy, sensitivity, and positive predictivity about 100% each for the first experiment and about 79%, 93%, 83% for the second experiment, respectively. Furthermore, the feature set of MIT-BIH arrhythmia using the support vector machine (SVM) method on the WEKA software is evaluated. By combining the available attributes on the WEKA algorithm, the result is constant since all classes of SVM goes to the normal class with average 88.49% accuracy.

  13. An ultra low power ECG signal processor design for cardiovascular disease detection.

    PubMed

    Jain, Sanjeev Kumar; Bhaumik, Basabi

    2015-08-01

    This paper presents an ultra low power ASIC design based on a new cardiovascular disease diagnostic algorithm. This new algorithm based on forward search is designed for real time ECG signal processing. The algorithm is evaluated for Physionet PTB database from the point of view of cardiovascular disease diagnosis. The failed detection rate of QRS complex peak detection of our algorithm ranges from 0.07% to 0.26% for multi lead ECG signal. The ASIC is designed using 130-nm CMOS low leakage process technology. The area of ASIC is 1.21 mm(2). This ASIC consumes only 96 nW at an operating frequency of 1 kHz with a supply voltage of 0.9 V. Due to ultra low power consumption, our proposed ASIC design is most suitable for energy efficient wearable ECG monitoring devices.

  14. Dynamic Changes of QRS Morphology of Premature Ventricular Contractions During Ablation in the Right Ventricular Outflow Tract: A Case Report.

    PubMed

    Yue-Chun, Li; Jia-Feng, Lin; Jia-Xuan, Lin

    2015-10-01

    Electrocardiographic characteristics can be useful in differentiating between right ventricular outflow tract (RVOT) and aortic sinus cusp (ASC) ventricular arrhythmias. Ventricular arrhythmias originating from ASC, however, show preferential conduction to RVOT that may render the algorithms of electrocardiographic characteristics less reliable. Even though there are few reports describing ventricular arrhythmias with ASC origins and endocardial breakout sites of RVOT, progressive dynamic changes in QRS morphology of the ventricular arrhythmias during ablation obtained were rare.This case report describes a patient with symptomatic premature ventricular contractions of left ASC origin presenting an electrocardiogram (ECG) characteristic of right ventricular outflow tract before ablation. Pacing at right ventricular outflow tract reproduced an excellent pace map. When radiofrequency catheter ablation was applied to the right ventricular outflow tract, the QRS morphology of premature ventricular contractions progressively changed from ECG characteristics of right ventricular outflow tract origin to ECG characteristics of left ASC origin.Successful radiofrequency catheter ablation was achieved at the site of the earliest ventricular activation in the left ASC. The distance between the successful ablation site of the left ASC and the site with an excellent pace map of the RVOT was 20 mm.The ndings could be strong evidence for a preferential conduction via the myocardial bers from the ASC origin to the breakout site in the right ventricular outflow tract. This case demonstrates that ventricular arrhythmias with a single origin and exit shift may exhibit QRS morphology changes.

  15. Accuracy of computer-calculated and manual QRS duration assessments: Clinical implications to select candidates for cardiac resynchronization therapy.

    PubMed

    De Pooter, Jan; El Haddad, Milad; Stroobandt, Roland; De Buyzere, Marc; Timmermans, Frank

    2017-06-01

    QRS duration (QRSD) plays a key role in the field of cardiac resynchronization therapy (CRT). Computer-calculated QRSD assessments are widely used, however inter-manufacturer differences have not been investigated in CRT candidates. QRSD was assessed in 377 digitally stored ECGs: 139 narrow QRS, 140 LBBB and 98 ventricular paced ECGs. Manual QRSD was measured as global QRSD, using digital calipers, by two independent observers. Computer-calculated QRSD was assessed by Marquette 12SL (GE Healthcare, Waukesha, WI, USA) and SEMA3 (Schiller, Baar, Switzerland). Inter-manufacturer differences of computer-calculated QRSD assessments vary among different QRS morphologies: narrow QRSD: 4 [2-9] ms (median [IQR]), p=0.010; LBBB QRSD: 7 [2-10] ms, p=0.003 and paced QRSD: 13 [6-18] ms, p=0.007. Interobserver differences of manual QRSD assessments measured: narrow QRSD: 4 [2-6] ms, p=non-significant; LBBB QRSD: 6 [3-12] ms, p=0.006; paced QRSD: 8 [4-18] ms, p=0.001. In LBBB ECGs, intraclass correlation coefficients (ICCs) were comparable for inter-manufacturer and interobserver agreement (ICC 0.830 versus 0.837). When assessing paced QRSD, manual measurements showed higher ICC compared to inter-manufacturer agreement (ICC 0.902 versus 0.776). Using guideline cutoffs of 130ms, up to 15% of the LBBB ECGs would be misclassified as <130ms or ≥130ms by at least one method. Using a cutoff of 150ms, this number increases to 33% of ECGs being misclassified. However, by combining LBBB-morphology and QRSD, the number of misclassified ECGs can be decreased by half. Inter-manufacturer differences in computer-calculated QRSD assessments are significant and may compromise adequate selection of individual CRT candidates when using QRSD as sole parameter. Paced QRSD should preferentially be assessed by manual QRSD measurements. Copyright © 2017 Elsevier B.V. All rights reserved.

  16. Signal-Averaged Electrocardiogram in Physically Healthy, Chronic 3,4-Methylenedioxymethamphetamine (MDMA) Users

    PubMed Central

    Kanneganti, Praveen; Huestis, Marilyn A.; Kolbrich, Erin A.; Robert, Goodwin; Ziegelstein, Roy C.; Gorelick, David A.

    2008-01-01

    Objectives 3,4-Methylenedioxymethamphetamine (MDMA, ecstasy) use has been associated with cardiac arrhythmias. Markers of ventricular late potentials (VLP), which may be a precursor to malignant ventricular arrhythmias, can be detected by signal-averaged electrocardiography (SA-ECG), but not by standard ECG. Methods We evaluated SA-ECG parameters in 21 physically healthy, recently abstinent MDMA users who also used cannabis (11 males, mean [SD] age 23.3 [4.6] years, 2.8 [2.0] years of use), 18 physically healthy cannabis users (8 males, mean [SD] age 26.6 [7.1] years, 11.2 [5.4] years of use) and 54 non-drug-using controls (21 males, mean [SD] age 28.4 [7.8] years). We analyzed three SA-ECG parameters considered markers of VLPs: duration of filtered QRS complex (fQRS), duration of low amplitude potentials during terminal 40 ms of QRS complex (LAS40), and root mean square voltage during terminal 40 ms of QRS complex (RMS40). Results MDMA users, cannabis users, and non-drug-using controls did not differ significantly from each other in fQRS, LAS40, or RMS40 values or in the proportion of subjects with abnormal SA-ECG parameters. There were significant gender differences among controls, but not among MDMA users. Conclusion These findings suggest that chronic MDMA use is neither quantitatively nor qualitatively associated with a high prevalence of abnormal SA-ECG parameters indicative of VLP markers. PMID:18855243

  17. Origins location of the outflow tract ventricular arrhythmias exhibiting qrS pattern or QS pattern with a notch on the descending limb in lead V1.

    PubMed

    Lin, Cong; Zheng, Cheng; Zhou, De-Pu; Li, Xiao-Wei; Wu, Shu-Jie; Lin, Jia-Feng

    2017-05-15

    Ventricular outflow tract(VOT) ventricular arrhythmias(VAs) presenting qrS pattern or QS pattern with a notch on the descending limb in lead V1 were consistently thought of arising from the commissure between left and right coronary cusp (L-RCC) by previous studies. However, we found they could originate from other anatomic structures in VOT. This study aimed to investigate the exact origin of this kind VAs. Forty-nine patients of VOT premature ventricular contrations/ventricular tachycardia(PVCs/VT) with lead V1 presenting qrS pattern or QS pattern with a notch on the descending limb undergoing successful radiofrequency catheter ablation(RFCA) in our center were analyzed. 12-lead electrocardiogram(ECG) of these PVCs/VT were summarized. Among these PVCs/VT, 37 cases exhibited qrS morphology in lead V1, 12 cases presented QS pattern with a notch on the descending limb in the same lead. Based on the successful ablation sites, these PVCs/VT were divided into 2 groups: (1)Right ventricular outflow tract(RVOT) group (26 cases), and (2) Left ventricular outflow tract (LVOT) group(23 cases, 4 cases originating from the left coronary cusp(LCC), 2 from the right coronary cusp(RCC), 16 from the L-RCC, 1 from the area inferior to LCC(ILCC)). The ECG characteristics of each PVCs/VT were analyzed. Among these PVCs/VT, applying the precordial transitional zone index(TZ index) < 0 to predict LVOT origin was demonstrated with sensitivity of 95.65%, specificity of 96.15%, positive predicting value(PPV) of 95.65% and negative predicting value(NPV) of 96.15%. In LVOT group, further applying the r, R, m,or Rs morphology in lead I to predict L-RCC and RCC origin was demonstrated with sensitivity of 94.44%, specificity of 60.00%, PPV of 89.47% and NPV of 75.00%. Ventricular outflow tract PVCs/VT with lead V1 presenting qrS pattern or QS pattern with a notch on descending limb not only arising from L-RCC, but also RVOT, LCC, RCC and ILCC. Combining TZ index and QRS morphology in lead I

  18. Universal algorithm for diagnosis of biventricular capture in patients with cardiac resynchronization therapy.

    PubMed

    Jastrzebski, Marek; Kukla, Piotr; Fijorek, Kamil; Czarnecka, Danuta

    2014-08-01

    An accurate and universal method for diagnosis of biventricular (BiV) capture using a standard 12-lead electrocardiogram (ECG) would be useful for assessment of cardiac resynchronization therapy (CRT) patients. Our objective was to develop and validate such an ECG method for BiV capture diagnosis that would be independent of pacing lead positions-a major confounder that significantly influences the morphologies of paced QRS complexes. On the basis of an evaluation of 789 ECGs of 443 patients with heart failure and various right ventricular (RV) and left ventricular (LV) lead positions, the following algorithm was constructed and validated. BiV capture was diagnosed if the QRS in lead I was predominantly negative and either V1 QRS was predominantly positive or V6 QRS was of negative onset and predominantly negative (step 1), or if QRS complex duration was <160 ms (step 2). All other ECGs were classified as loss of LV capture. The algorithm showed good accuracy (93%), sensitivity (97%), and specificity (90%) for detection of loss of LV capture. The performance of the algorithm did not differ among apical, midseptal, and outflow tract RV lead positions and various LV lead positions. LV capture leaves diagnostic hallmarks in the fused BiV QRS related to different vectors of depolarization and more rapid depolarization of the ventricles. An accurate two-step ECG algorithm for BiV capture diagnosis was developed and validated. This algorithm is universally applicable to all CRT patients, regardless of the positions of the pacing leads. ©2014 Wiley Periodicals, Inc.

  19. Detection of timescales in evolving complex systems

    PubMed Central

    Darst, Richard K.; Granell, Clara; Arenas, Alex; Gómez, Sergio; Saramäki, Jari; Fortunato, Santo

    2016-01-01

    Most complex systems are intrinsically dynamic in nature. The evolution of a dynamic complex system is typically represented as a sequence of snapshots, where each snapshot describes the configuration of the system at a particular instant of time. This is often done by using constant intervals but a better approach would be to define dynamic intervals that match the evolution of the system’s configuration. To this end, we propose a method that aims at detecting evolutionary changes in the configuration of a complex system, and generates intervals accordingly. We show that evolutionary timescales can be identified by looking for peaks in the similarity between the sets of events on consecutive time intervals of data. Tests on simple toy models reveal that the technique is able to detect evolutionary timescales of time-varying data both when the evolution is smooth as well as when it changes sharply. This is further corroborated by analyses of several real datasets. Our method is scalable to extremely large datasets and is computationally efficient. This allows a quick, parameter-free detection of multiple timescales in the evolution of a complex system. PMID:28004820

  20. Low-complexity R-peak detection for ambulatory fetal monitoring.

    PubMed

    Rooijakkers, Michael J; Rabotti, Chiara; Oei, S Guid; Mischi, Massimo

    2012-07-01

    Non-invasive fetal health monitoring during pregnancy is becoming increasingly important because of the increasing number of high-risk pregnancies. Despite recent advances in signal-processing technology, which have enabled fetal monitoring during pregnancy using abdominal electrocardiogram (ECG) recordings, ubiquitous fetal health monitoring is still unfeasible due to the computational complexity of noise-robust solutions. In this paper, an ECG R-peak detection algorithm for ambulatory R-peak detection is proposed, as part of a fetal ECG detection algorithm. The proposed algorithm is optimized to reduce computational complexity, without reducing the R-peak detection performance compared to the existing R-peak detection schemes. Validation of the algorithm is performed on three manually annotated datasets. With a detection error rate of 0.23%, 1.32% and 9.42% on the MIT/BIH Arrhythmia and in-house maternal and fetal databases, respectively, the detection rate of the proposed algorithm is comparable to the best state-of-the-art algorithms, at a reduced computational complexity.

  1. Complex Biventricular Pacing - A Case Series

    PubMed Central

    Hodkinson, Emily Catherine; Morrice, Keith; Loan, William; Nicholas, Jacob; Chew, EngWooi

    2014-01-01

    It is established that cardiac resynchronisation therapy (CRT) reduces mortality and hospitalisation and improves functional class in patients with NYHA class 3-4 heart failure, an ejection fraction of ≤ 35% and a QRS duration of ≥ 120ms. Recent updates in the American guidelines have expanded the demographic of patients in whom CRT may be appropriate. Here we present two cases of complex CRT; one with a conventional indication but occluded central veins and the second with a novel indication for CRT post cardiac transplant. PMID:24493915

  2. R Peak Detection Method Using Wavelet Transform and Modified Shannon Energy Envelope

    PubMed Central

    2017-01-01

    Rapid automatic detection of the fiducial points—namely, the P wave, QRS complex, and T wave—is necessary for early detection of cardiovascular diseases (CVDs). In this paper, we present an R peak detection method using the wavelet transform (WT) and a modified Shannon energy envelope (SEE) for rapid ECG analysis. The proposed WTSEE algorithm performs a wavelet transform to reduce the size and noise of ECG signals and creates SEE after first-order differentiation and amplitude normalization. Subsequently, the peak energy envelope (PEE) is extracted from the SEE. Then, R peaks are estimated from the PEE, and the estimated peaks are adjusted from the input ECG. Finally, the algorithm generates the final R features by validating R-R intervals and updating the extracted R peaks. The proposed R peak detection method was validated using 48 first-channel ECG records of the MIT-BIH arrhythmia database with a sensitivity of 99.93%, positive predictability of 99.91%, detection error rate of 0.16%, and accuracy of 99.84%. Considering the high detection accuracy and fast processing speed due to the wavelet transform applied before calculating SEE, the proposed method is highly effective for real-time applications in early detection of CVDs. PMID:29065613

  3. R Peak Detection Method Using Wavelet Transform and Modified Shannon Energy Envelope.

    PubMed

    Park, Jeong-Seon; Lee, Sang-Woong; Park, Unsang

    2017-01-01

    Rapid automatic detection of the fiducial points-namely, the P wave, QRS complex, and T wave-is necessary for early detection of cardiovascular diseases (CVDs). In this paper, we present an R peak detection method using the wavelet transform (WT) and a modified Shannon energy envelope (SEE) for rapid ECG analysis. The proposed WTSEE algorithm performs a wavelet transform to reduce the size and noise of ECG signals and creates SEE after first-order differentiation and amplitude normalization. Subsequently, the peak energy envelope (PEE) is extracted from the SEE. Then, R peaks are estimated from the PEE, and the estimated peaks are adjusted from the input ECG. Finally, the algorithm generates the final R features by validating R-R intervals and updating the extracted R peaks. The proposed R peak detection method was validated using 48 first-channel ECG records of the MIT-BIH arrhythmia database with a sensitivity of 99.93%, positive predictability of 99.91%, detection error rate of 0.16%, and accuracy of 99.84%. Considering the high detection accuracy and fast processing speed due to the wavelet transform applied before calculating SEE, the proposed method is highly effective for real-time applications in early detection of CVDs.

  4. New micro waveforms firstly recorded on electrocardiogram in human.

    PubMed

    Liu, Renguang; Chang, Qinghua; Chen, Juan

    2015-10-01

    In our study, not only the P-QRS-T waves but also the micro-wavelets before QRS complex (in P wave and PR segment) and after QRS complex (ST segment and upstroke of T wave) were first to be identified on surface electrocardiogram in human by the "new electrocardiogram" machine (model PHS-A10) according to conventional 12-lead electrocardiogram connection methods. By comparison to the conventional electrocardiogram in 100 cases of healthy individuals and several patients with arrhythmias, we have found that the wavelets before P wave theoretically reflected electrical activity of sinus node and the micro-wavelets before QRS complex may be related to atrioventricular conduction system (atrioventricular node, His bundle and bundle branch) potentials. Noninvasive atrioventricular node and His bundle potential tracing will contribute to differentiation of the origin of wide QRS and the location of the atrioventricular block. We also have found that the wavelets after QRS complex may be associated with phase 2 and 3 repolarization of ventricular action potential, which will further reveal ventricular repolarization changes. Copyright © 2015 Elsevier Ltd. All rights reserved.

  5. Pulse-driven magnetoimpedance sensor detection of cardiac magnetic activity.

    PubMed

    Nakayama, Shinsuke; Sawamura, Kenta; Mohri, Kaneo; Uchiyama, Tsuyoshi

    2011-01-01

    This study sought to establish a convenient method for detecting biomagnetic activity in the heart. Electrical activity of the heart simultaneously induces a magnetic field. Detection of this magnetic activity will enable non-contact, noninvasive evaluation to be made. We improved the sensitivity of a pulse-driven magnetoimpedance (PMI) sensor, which is used as an electric compass in mobile phones and as a motion sensor of the operation handle in computer games, toward a pico-Tesla (pT) level, and measured magnetic fields on the surface of the thoracic wall in humans. The changes in magnetic field detected by this sensor synchronized with the electric activity of the electrocardiogram (ECG). The shape of the magnetic wave was largely altered by shifting the sensor position within 20 mm in parallel and/or perpendicular to the thoracic wall. The magnetic activity was maximal in the 4th intercostals near the center of the sterna. Furthermore, averaging the magnetic activity at 15 mm in the distance between the thoracic wall and the sensor demonstrated magnetic waves mimicking the P wave and QRS complex. The present study shows the application of PMI sensor in detecting cardiac magnetic activity in several healthy subjects, and suggests future applications of this technology in medicine and biology.

  6. Community Detection in Complex Networks via Clique Conductance.

    PubMed

    Lu, Zhenqi; Wahlström, Johan; Nehorai, Arye

    2018-04-13

    Network science plays a central role in understanding and modeling complex systems in many areas including physics, sociology, biology, computer science, economics, politics, and neuroscience. One of the most important features of networks is community structure, i.e., clustering of nodes that are locally densely interconnected. Communities reveal the hierarchical organization of nodes, and detecting communities is of great importance in the study of complex systems. Most existing community-detection methods consider low-order connection patterns at the level of individual links. But high-order connection patterns, at the level of small subnetworks, are generally not considered. In this paper, we develop a novel community-detection method based on cliques, i.e., local complete subnetworks. The proposed method overcomes the deficiencies of previous similar community-detection methods by considering the mathematical properties of cliques. We apply the proposed method to computer-generated graphs and real-world network datasets. When applied to networks with known community structure, the proposed method detects the structure with high fidelity and sensitivity. When applied to networks with no a priori information regarding community structure, the proposed method yields insightful results revealing the organization of these complex networks. We also show that the proposed method is guaranteed to detect near-optimal clusters in the bipartition case.

  7. Dose-related ethanol intake, Cx43 and Nav1.5 remodeling: Exploring insights of altered ventricular conduction and QRS fragmentation in excessive alcohol users.

    PubMed

    Hung, Chung-Lieh; Lai, Yu-Jun; Chi, Po-Ching; Chen, Liang-Chia; Tseng, Ya-Ming; Kuo, Jen-Yuan; Lin, Cheng-I; Chen, Yao-Chang; Lin, Shing-Jong; Yeh, Hung-I

    2018-01-01

    Chronic, excessive ethanol intake has been linked with various electrical instabilities, conduction disturbances, and even sudden cardiac death, but the underlying cause for the latter is insufficiently delineated. We studied surface electrocardiography (ECG) in a community-dwelling cohort with moderate-to-heavy daily alcohol intake (grouped as >90g/day, ≤90g/day, and nonintake). Compared with nonintake, heavier alcohol users showed markedly widened QRS duration and higher prevalence of QRS fragmentation (64.3%, 50.9%, and 33.7%, respectively, χ 2 12.0, both p<0.05) on surface ECG across the 3 groups. These findings were successfully recapitulated in 14-week-old C57BL/6 mice that were chronically given a 4% or 6% alcohol diet and showed dose-related slower action potential upstroke, reduced resting membrane potential, and disorganized or decreased intraventricular conduction (all p<0.05). Immunodetection further revealed increased ventricular collagen I depots with Cx43 downregulation and remodeling, together with clustered and diminished membrane Nav1.5 distribution. Administration of Cx43 blocker (heptanol) and Nav1.5 inhibitor (tetrodotoxin) in the mice each attenuated the suppression ventricular conduction compared with nonintake mice (p<0.05). Chronic excessive alcohol ingestion is associated with dose-related phenotypic intraventricular conduction disturbances and QRS fragmentation that can be recapitulated in mice. The mechanisms may involve suppressed gap junction and sodium channel functions, together with enhanced cardiac fibrosis that may contribute to arrhythmogenesis. Copyright © 2017 Elsevier Ltd. All rights reserved.

  8. Counterclockwise and Clockwise Rotation of QRS Transitional Zone: Prospective Correlates of Change and Time-Varying Associations With Cardiovascular Outcomes.

    PubMed

    Patel, Siddharth; Kwak, Lucia; Agarwal, Sunil K; Tereshchenko, Larisa G; Coresh, Josef; Soliman, Elsayed Z; Matsushita, Kunihiro

    2017-11-03

    A few studies have recently reported clockwise and counterclockwise rotations of QRS transition zone as predictors of mortality. However, their prospective correlates and associations with individual cardiovascular disease (CVD) outcomes are yet to be investigated. Among 13 567 ARIC (Atherosclerosis Risk in Communities) study participants aged 45 to 64 years, we studied key correlates of changes in the status of clockwise and counterclockwise rotation over time as well as the association of rotation status with incidence of coronary heart disease (2408 events), heart failure (2196 events), stroke (991 events), composite CVD (4124 events), 898 CVD deaths, and 3469 non-CVD deaths over 23 years of follow-up. At baseline, counterclockwise rotation was most prevalent (52.9%), followed by no (40.5%) and clockwise (6.6%) rotation. Of patients with no rotation, 57.9% experienced counterclockwise or clockwise rotation during follow-up, with diabetes mellitus and black race significantly predicting clockwise and counterclockwise conversion, respectively. Clockwise rotation was significantly associated with higher risk of heart failure (hazard ratio, 1.20; 95% confidence interval [CI], 1.02-1.41) and non-CVD death (hazard ratio, 1.28; 95% CI, 1.12-1.46) after adjusting for potential confounders including other ECG parameters. On the contrary, counterclockwise rotation was significantly related to lower risk of composite CVD (hazard ratio, 0.93; 95% CI, 0.87-0.99]), CVD mortality (hazard ratio, 0.76; 95% CI, 0.65-0.88), and non-CVD deaths (hazard ratio, 0.92; 95% CI, 0.85-0.99 [borderline significance with heart failure]). Counterclockwise rotation, the most prevalent QRS transition zone pattern, demonstrated the lowest risk of CVD and mortality, whereas clockwise rotation was associated with the highest risk of heart failure and non-CVD mortality. These results have implications on how to interpret QRS transition zone rotation when ECG was recorded. © 2017 The Authors

  9. Multi-Dimensional Scaling based grouping of known complexes and intelligent protein complex detection.

    PubMed

    Rehman, Zia Ur; Idris, Adnan; Khan, Asifullah

    2018-06-01

    Protein-Protein Interactions (PPI) play a vital role in cellular processes and are formed because of thousands of interactions among proteins. Advancements in proteomics technologies have resulted in huge PPI datasets that need to be systematically analyzed. Protein complexes are the locally dense regions in PPI networks, which extend important role in metabolic pathways and gene regulation. In this work, a novel two-phase protein complex detection and grouping mechanism is proposed. In the first phase, topological and biological features are extracted for each complex, and prediction performance is investigated using Bagging based Ensemble classifier (PCD-BEns). Performance evaluation through cross validation shows improvement in comparison to CDIP, MCode, CFinder and PLSMC methods Second phase employs Multi-Dimensional Scaling (MDS) for the grouping of known complexes by exploring inter complex relations. It is experimentally observed that the combination of topological and biological features in the proposed approach has greatly enhanced prediction performance for protein complex detection, which may help to understand various biological processes, whereas application of MDS based exploration may assist in grouping potentially similar complexes. Copyright © 2018 Elsevier Ltd. All rights reserved.

  10. Low-Complexity Noncoherent Signal Detection for Nanoscale Molecular Communications.

    PubMed

    Li, Bin; Sun, Mengwei; Wang, Siyi; Guo, Weisi; Zhao, Chenglin

    2016-01-01

    Nanoscale molecular communication is a viable way of exchanging information between nanomachines. In this investigation, a low-complexity and noncoherent signal detection technique is proposed to mitigate the inter-symbol-interference (ISI) and additive noise. In contrast to existing coherent detection methods of high complexity, the proposed noncoherent signal detector is more practical when the channel conditions are hard to acquire accurately or hidden from the receiver. The proposed scheme employs the molecular concentration difference to detect the ISI corrupted signals and we demonstrate that it can suppress the ISI effectively. The difference in molecular concentration is a stable characteristic, irrespective of the diffusion channel conditions. In terms of complexity, by excluding matrix operations or likelihood calculations, the new detection scheme is particularly suitable for nanoscale molecular communication systems with a small energy budget or limited computation resource.

  11. Response of the ECG to short-term diuresis in patients with heart failure.

    PubMed

    Madias, John E; Song, Jessica; White, C Michael; Kalus, James S; Kluger, Jeffrey

    2005-07-01

    Increase in the amplitude of electrocardiogram (ECG) QRS complexes has been observed in patients treated for heart failure (HF), but the underlying mechanism has not been delineated. Also, correlation of augmentation of the QRS potentials with loss of weight has been noted in patients recovering from anasarca of varying etiology, or after hemodialysis. We assessed the effect of diuresis-based fluid loss in patients treated for HF on the amplitude of ECG QRS complexes. This is a cohort study based on ECG and other data from a previously published investigation of patients with HF conducted at a university affiliated hospital, which used new measurements and analysis, performed by a totally blinded investigator based at another institution. Twenty-one patients (10 men) aged 70.5+/-12.7 years, 13 with ischemic, and 8 with nonischemic cardiomyopathy, were admitted to the hospital for management of exacerbated HF and were observed for 48 hours. The patients received diuresis, and had routine laboratory testing, documentation of the net fluid lost, and recording of ECGs prior to the initiation of therapy and at 24 and 48 hours. Percent change (%Delta) over the course of observation in the sums of the amplitude of QRS complexes from 12 leads (SigmaQRS12), 6-limb leads (SigmaQRS6), and leads 1+2 (SigmaQRS2) in mm of standard ECGs were correlated with net fluid loss corrected for admission weight in mL/kg. Fluid loss amounted to 3204.9+/-1399.5 mL in the course of 40+/-23 hours of diuresis. SigmaQRS12 was 160.9+/-42.3 mm before and 170.0+/-50.7 mm after diuresis (P=0. 024). Percent change in SigmaQRS12, SigmaQRS6, and SigmaQRS2 correlated well with the net fluid loss (r=-0.70, -0.82, -0.61, and P=0.002, 0.0005, 0.001) correspondingly. Changes in sums of the amplitude of QRS complexes of the standard ECG correlates well with net fluid loss in response to short-term diuresis in patients with HF. Change in the SigmaQRS12, SigmaQRS6, and SigmaQRS2 from ECGs before and after

  12. Electrocardiogram of Clinically Healthy Mithun (Bos frontalis): Variation among Strains

    PubMed Central

    Sanyal, Sagar; Das, Pradip Kumar; Ghosh, Probal Ranjan; Das, Kinsuk; Vupru, Kezha V.; Rajkhowa, Chandan; Mondal, Mohan

    2010-01-01

    A study was conducted to establish the normal electrocardiogram in four different genetic strains of mithun (Bos frontalis). Electrocardiography, cardiac electrical axis, heart rate, rectal temperature and respiration rate were recorded in a total of 32 adult male mithun of four strains (n = 8 each). It was found that the respiration and heart rates were higher (P < .05) in Manipur than other three strains. Amplitude (P < .05) and duration of P wave and QRS complex differed (P < .01) among the strains. Mizoram strain had the highest amplitude and duration of P wave and QRS complex. On the other hand, higher (P < .05) amplitude and duration of T wave were recorded in Arunachalee and Mizoram strains. The mean electrical axis of QRS complex that were recorded for Arunachalee and Manipur strains were similar to that reported for other bovine species; whereas the electrical axis of QRS for Nagamese and Mizoram strains were more close to feline and caprine species, respectively. In conclusion, electrocardiogram of mithun revealed that the amplitude and duration of P wave, QRS complex and T wave were different among four different genetic strains of mithun and the electrical axis of QRS complex for Nagamese and Mizoram mithuns are dissimilar to bovine species. PMID:20886013

  13. Presetting ECG electrodes for earlier heart rate detection in the delivery room.

    PubMed

    Gulati, Rashmi; Zayek, Michael; Eyal, Fabien

    2018-07-01

    To determine whether heart rate (HR) could be detected earlier than by pulse oximeter (POX), using a novel method of application of electrocardiogram (ECG) electrodes during neonatal resuscitation in the delivery room. ECG electrodes were set before delivery to be applied to the back of infants' thorax. Time to detect HR was recorded as soon as a numerical HR along with a recognizable and persistent QRS complex was observed on ECG monitor (HRECG) and a plethysmographic waveform was seen on POX monitor (HRPOX). Out of 334 infants, 49 were <31 weeks of gestational age. Overall, the median (interquartile range, IQR) time to detect HRECG was significantly shorter [29 (5, 60) seconds] than time by POX [60 (45,120) seconds], (p < 0.001). Similarly, in <31-week infants, the median (IQR) time to detect HRECG was 10 (2, 40) seconds compared to 60 (30,120) seconds by POX, (p < 0.001). Failure to have HR detected by 1 minute occurred in 30%, 54% and 20% of infants by ECG, POX and either of the devices, respectively. In the delivery room, electrodes applied by the study method are more effective than pulse oximetry in providing the neonatal team with timely HR information that is necessary for proper resuscitative actions. Published by Elsevier B.V.

  14. Modified automatic R-peak detection algorithm for patients with epilepsy using a portable electrocardiogram recorder.

    PubMed

    Jeppesen, J; Beniczky, S; Fuglsang Frederiksen, A; Sidenius, P; Johansen, P

    2017-07-01

    Earlier studies have shown that short term heart rate variability (HRV) analysis of ECG seems promising for detection of epileptic seizures. A precise and accurate automatic R-peak detection algorithm is a necessity in a real-time, continuous measurement of HRV, in a portable ECG device. We used the portable CE marked ePatch® heart monitor to record the ECG of 14 patients, who were enrolled in the videoEEG long term monitoring unit for clinical workup of epilepsy. Recordings of the first 7 patients were used as training set of data for the R-peak detection algorithm and the recordings of the last 7 patients (467.6 recording hours) were used to test the performance of the algorithm. We aimed to modify an existing QRS-detection algorithm to a more precise R-peak detection algorithm to avoid the possible jitter Qand S-peaks can create in the tachogram, which causes error in short-term HRVanalysis. The proposed R-peak detection algorithm showed a high sensitivity (Se = 99.979%) and positive predictive value (P+ = 99.976%), which was comparable with a previously published QRS-detection algorithm for the ePatch® ECG device, when testing the same dataset. The novel R-peak detection algorithm designed to avoid jitter has very high sensitivity and specificity and thus is a suitable tool for a robust, fast, real-time HRV-analysis in patients with epilepsy, creating the possibility for real-time seizure detection for these patients.

  15. A vector-free ECG interpretation with P, QRS & T waves as unbalanced transitions between stable configurations of the heart electric field during P-R, S-T & T-P segments

    PubMed Central

    2014-01-01

    Since cell membranes are weak sources of electrostatic fields, this ECG interpretation relies on the analogy between cells and electrets. It is here assumed that cell-bound electric fields unite, reach the body surface and the surrounding space and form the thoracic electric field that consists from two concentric structures: the thoracic wall and the heart. If ECG leads measure differences in electric potentials between skin electrodes, they give scalar values that define position of the electric field center along each lead. Repolarised heart muscle acts as a stable positive electric source, while depolarized heart muscle produces much weaker negative electric field. During T-P, P-R and S-T segments electric field is stable, only subtle changes are detectable by skin electrodes. Diastolic electric field forms after ventricular depolarization (T-P segments in the ECG recording). Telediastolic electric field forms after the atria have been depolarized (P-Q segments in the ECG recording). Systolic electric field forms after the ventricular depolarization (S-T segments in the ECG recording). The three ECG waves (P, QRS and T) can then be described as unbalanced transitions of the heart electric field from one stable configuration to the next and in that process the electric field center is temporarily displaced. In the initial phase of QRS, the rapidly diminishing septal electric field makes measured potentials dependent only on positive charges of the corresponding parts of the left and the right heart that lie within the lead axes. If more positive charges are near the "DOWN" electrode than near the "UP" electrode, a Q wave will be seen, otherwise an R wave is expected. Repolarization of the ventricular muscle is dampened by the early septal muscle repolarization that reduces deflection of T waves. Since the "UP" electrode of most leads is near the usually larger left ventricle muscle, T waves are in these leads positive, although of smaller amplitude and longer

  16. Equivalent Dipole Vector Analysis for Detecting Pulmonary Hypertension

    NASA Technical Reports Server (NTRS)

    Harlander, Matevz; Salobir, Barbara; Toplisek, Janez; Schlegel, Todd T.; Starc, Vito

    2010-01-01

    Various 12-lead ECG criteria have been established to detect right ventricular hypertrophy as a marker of pulmonary hypertension (PH). While some criteria offer good specificity they lack sensitivity because of a low prevalence of positive findings in the PH population. We hypothesized that three-dimensional equivalent dipole (ED) model could serve as a better detection tool of PH. We enrolled: 1) 17 patients (12 female, 5 male, mean age 57 years, range 19-79 years) with echocardiographically detected PH (systolic pulmonary arterial pressure greater than 35 mmHg) and no significant left ventricular disease; and 2) 19 healthy controls (7 female, 12 male, mean age 44, range 31-53 years) with no known heart disease. In each subject we recorded a 5-minute high-resolution 12-lead conventional ECG and constructed principal signals using singular value decomposition. Assuming a standard thorax dimension of an adult person with homogenous and isotropic distribution of thorax conductance, we determined moving equivalent dipoles (ED), characterized by the 3D location in the thorax, dipolar strength and the spatial orientation, in time intervals of 5 ms. We used the sum of all ED vectors in the second half of the QRS complex to derive the amplitude of the right-sided ED vector (RV), if the orientation of ED was to the right side of the thorax, and in the first half the QRS to derive the amplitude of the left-sided vector (LV), if the orientation was leftward. Finally, the parameter RV/LV ratio was determined over an average of 256 complexes. The groups differed in age and gender to some extent. There was a non-significant trend toward higher RV in patients with PH (438 units 284) than in controls (280 plus or minus 140) (p = 0.066) but the overlap was such that RV alone was not a good predictor of PH. On the other hand, the RV/LV ratio was a better predictor of PH, with 11/17 (64.7%) of PH patients but only in 1/19 (5.3%) control subjects having RV/LV ratio greater than or

  17. Reproducibility of HTS-SQUID magnetocardiography in an unshielded clinical environment.

    PubMed

    Leder, U; Schrey, F; Haueisen, J; Dörrer, L; Schreiber, J; Liehr, M; Schwarz, G; Solbrig, O; Figulla, H R; Seidel, P

    2001-07-01

    A new technology has been developed which measures the magnetic field of the human heart (magnetocardiogram, MCG) by using high temperature superconducting (HTS) sensors. These sensors can be operated at the temperature of liquid nitrogen without electromagnetic shielding. We tested the reproducibility of HTS-MCG measurements in healthy volunteers. Unshielded HTS-MCG measurements were performed in 18 healthy volunteers in left precordial position in two separate sessions in a clinical environment. The heart cycles of 10 min were averaged, smoothed, the baselines were adjusted, and the data were standardized to the respective areas under the curves (AUC) of the absolute values of the QRST amplitudes. The QRS complexes and the ST-T intervals were used to assess the reproducibility of the two measurements. Ratios (R(QRS), R(STT)) were calculated by dividing the AUC of the first measurement by the ones of the second measurement. The linear correlation coefficients (CORR(QRS), CORR(STT)) of the time intervals of the two measurements were calculated, too. The HTS-MCG signal was completely concealed by the high noise level in the raw data. The averaging and smoothing algorithms unmasked the QRS complex and the ST segment. A high reproducibility was found for the QRS complex (R(QRS)=1.2+/-0.3, CORR(QRS)=0.96+/-0.06). Similarly to the shape of the ECG it was characterized by three bends, the Q, R, and S waves. In the ST-T interval, the reproducibility was considerably lower (R(STT)=0.9+/-0.2, CORR(STT)=0.66+/-0.28). In contrast to the shape of the ECG, a baseline deflection after the T wave which may belong to U wave activity was found in a number of volunteers. HTS-MCG devices can be operated in a clinical environment without shielding. Whereas the reproducibility was found to be high for the depolarization interval, it was considerably lower for the ST segment and for the T wave. Therefore, before clinically applying HTS-MCG systems to the detection of repolarization

  18. The role of shape complexity in the detection of closed contours.

    PubMed

    Wilder, John; Feldman, Jacob; Singh, Manish

    2016-09-01

    The detection of contours in noise has been extensively studied, but the detection of closed contours, such as the boundaries of whole objects, has received relatively little attention. Closed contours pose substantial challenges not present in the simple (open) case, because they form the outlines of whole shapes and thus take on a range of potentially important configural properties. In this paper we consider the detection of closed contours in noise as a probabilistic decision problem. Previous work on open contours suggests that contour complexity, quantified as the negative log probability (Description Length, DL) of the contour under a suitably chosen statistical model, impairs contour detectability; more complex (statistically surprising) contours are harder to detect. In this study we extended this result to closed contours, developing a suitable probabilistic model of whole shapes that gives rise to several distinct though interrelated measures of shape complexity. We asked subjects to detect either natural shapes (Exp. 1) or experimentally manipulated shapes (Exp. 2) embedded in noise fields. We found systematic effects of global shape complexity on detection performance, demonstrating how aspects of global shape and form influence the basic process of object detection. Copyright © 2015 Elsevier Ltd. All rights reserved.

  19. Human Age Recognition by Electrocardiogram Signal Based on Artificial Neural Network

    NASA Astrophysics Data System (ADS)

    Dasgupta, Hirak

    2016-12-01

    The objective of this work is to make a neural network function approximation model to detect human age from the electrocardiogram (ECG) signal. The input vectors of the neural network are the Katz fractal dimension of the ECG signal, frequencies in the QRS complex, male or female (represented by numeric constant) and the average of successive R-R peak distance of a particular ECG signal. The QRS complex has been detected by short time Fourier transform algorithm. The successive R peak has been detected by, first cutting the signal into periods by auto-correlation method and then finding the absolute of the highest point in each period. The neural network used in this problem consists of two layers, with Sigmoid neuron in the input and linear neuron in the output layer. The result shows the mean of errors as -0.49, 1.03, 0.79 years and the standard deviation of errors as 1.81, 1.77, 2.70 years during training, cross validation and testing with unknown data sets, respectively.

  20. Adaptive Fourier decomposition based R-peak detection for noisy ECG Signals.

    PubMed

    Ze Wang; Chi Man Wong; Feng Wan

    2017-07-01

    An adaptive Fourier decomposition (AFD) based R-peak detection method is proposed for noisy ECG signals. Although lots of QRS detection methods have been proposed in literature, most detection methods require high signal quality. The proposed method extracts the R waves from the energy domain using the AFD and determines the R-peak locations based on the key decomposition parameters, achieving the denoising and the R-peak detection at the same time. Validated by clinical ECG signals in the MIT-BIH Arrhythmia Database, the proposed method shows better performance than the Pan-Tompkin (PT) algorithm in both situations of a native PT and the PT with a denoising process.

  1. Incorrect electrode cable connection during electrocardiographic recording.

    PubMed

    Batchvarov, Velislav N; Malik, Marek; Camm, A John

    2007-11-01

    Incorrect electrode cable connections during electrocardiographic (ECG) recording can simulate rhythm or conduction disturbance, myocardial ischaemia and infarction, as well as other clinically important abnormalities. When only precordial or only limb cables, excluding the neutral cable, have been interchanged the waveforms in the different leads are re-arranged, inverted, or unchanged, whereas the duration of intervals is not changed. The mistake can be recognized by the presence of unusual P-QRS patterns (e.g. negative P-QRS in lead I or II, positive in lead AVR, P-QRS complexes of opposite direction in leads I and V6, etc.), change in the P-QRS axis, or abnormal precordial QRS-T wave progression. Interchange of limb cables with the neutral cable distorts Wilson's terminal and the morphology of all precordial and unipolar limb leads. The telltale sign of the mistake is the presence of (almost) a flat line in lead I, II or III. Interchange of even one of the limb cables, except for the neutral cable, with a precordial cable distorts the morphology of most leads and leaves not more than one lead (I, II, or III) unchanged. Computerized algorithms for detection of lead misplacement, such as those based on artificial neural networks, or on correlation between original and reconstructed leads, have been developed.

  2. An image overall complexity evaluation method based on LSD line detection

    NASA Astrophysics Data System (ADS)

    Li, Jianan; Duan, Jin; Yang, Xu; Xiao, Bo

    2017-04-01

    In the artificial world, whether it is the city's traffic roads or engineering buildings contain a lot of linear features. Therefore, the research on the image complexity of linear information has become an important research direction in digital image processing field. This paper, by detecting the straight line information in the image and using the straight line as the parameter index, establishing the quantitative and accurate mathematics relationship. In this paper, we use LSD line detection algorithm which has good straight-line detection effect to detect the straight line, and divide the detected line by the expert consultation strategy. Then we use the neural network to carry on the weight training and get the weight coefficient of the index. The image complexity is calculated by the complexity calculation model. The experimental results show that the proposed method is effective. The number of straight lines in the image, the degree of dispersion, uniformity and so on will affect the complexity of the image.

  3. Robust detection of heartbeats using association models from blood pressure and EEG signals.

    PubMed

    Jeon, Taegyun; Yu, Jongmin; Pedrycz, Witold; Jeon, Moongu; Lee, Boreom; Lee, Byeongcheol

    2016-01-15

    The heartbeat is fundamental cardiac activity which is straightforwardly detected with a variety of measurement techniques for analyzing physiological signals. Unfortunately, unexpected noise or contaminated signals can distort or cut out electrocardiogram (ECG) signals in practice, misleading the heartbeat detectors to report a false heart rate or suspend itself for a considerable length of time in the worst case. To deal with the problem of unreliable heartbeat detection, PhysioNet/CinC suggests a challenge in 2014 for developing robust heart beat detectors using multimodal signals. This article proposes a multimodal data association method that supplements ECG as a primary input signal with blood pressure (BP) and electroencephalogram (EEG) as complementary input signals when input signals are unreliable. If the current signal quality index (SQI) qualifies ECG as a reliable input signal, our method applies QRS detection to ECG and reports heartbeats. Otherwise, the current SQI selects the best supplementary input signal between BP and EEG after evaluating the current SQI of BP. When BP is chosen as a supplementary input signal, our association model between ECG and BP enables us to compute their regular intervals, detect characteristics BP signals, and estimate the locations of the heartbeat. When both ECG and BP are not qualified, our fusion method resorts to the association model between ECG and EEG that allows us to apply an adaptive filter to ECG and EEG, extract the QRS candidates, and report heartbeats. The proposed method achieved an overall score of 86.26 % for the test data when the input signals are unreliable. Our method outperformed the traditional method, which achieved 79.28 % using QRS detector and BP detector from PhysioNet. Our multimodal signal processing method outperforms the conventional unimodal method of taking ECG signals alone for both training and test data sets. To detect the heartbeat robustly, we have proposed a novel multimodal data

  4. From Pacemaker to Wearable: Techniques for ECG Detection Systems.

    PubMed

    Kumar, Ashish; Komaragiri, Rama; Kumar, Manjeet

    2018-01-11

    With the alarming rise in the deaths due to cardiovascular diseases (CVD), present medical research scenario places notable importance on techniques and methods to detect CVDs. As adduced by world health organization, technological proceeds in the field of cardiac function assessment have become the nucleus and heart of all leading research studies in CVDs in which electrocardiogram (ECG) analysis is the most functional and convenient tool used to test the range of heart-related irregularities. Most of the approaches present in the literature of ECG signal analysis consider noise removal, rhythm-based analysis, and heartbeat detection to improve the performance of a cardiac pacemaker. Advancements achieved in the field of ECG segments detection and beat classification have a limited evaluation and still require clinical approvals. In this paper, approaches on techniques to implement on-chip ECG detector for a cardiac pacemaker system are discussed. Moreover, different challenges regarding the ECG signal morphology analysis deriving from medical literature is extensively reviewed. It is found that robustness to noise, wavelet parameter choice, numerical efficiency, and detection performance are essential performance indicators required by a state-of-the-art ECG detector. Furthermore, many algorithms described in the existing literature are not verified using ECG data from the standard databases. Some ECG detection algorithms show very high detection performance with the total number of detected QRS complexes. However, the high detection performance of the algorithm is verified using only a few datasets. Finally, gaps in current advancements and testing are identified, and the primary challenge remains to be implementing bullseye test for morphology analysis evaluation.

  5. Effect of study design on the reported effect of cardiac resynchronization therapy (CRT) on quantitative physiological measures: stratified meta-analysis in narrow-QRS heart failure and implications for planning future studies.

    PubMed

    Jabbour, Richard J; Shun-Shin, Matthew J; Finegold, Judith A; Afzal Sohaib, S M; Cook, Christopher; Nijjer, Sukhjinder S; Whinnett, Zachary I; Manisty, Charlotte H; Brugada, Josep; Francis, Darrel P

    2015-01-06

    Biventricular pacing (CRT) shows clear benefits in heart failure with wide QRS, but results in narrow QRS have appeared conflicting. We tested the hypothesis that study design might have influenced findings. We identified all reports of CRT-P/D therapy in subjects with narrow QRS reporting effects on continuous physiological variables. Twelve studies (2074 patients) met these criteria. Studies were stratified by presence of bias-resistance steps: the presence of a randomized control arm over a single arm, and blinded outcome measurement. Change in each endpoint was quantified using a standardized effect size (Cohen's d). We conducted separate meta-analyses for each variable in turn, stratified by trial quality. In non-randomized, non-blinded studies, the majority of variables (10 of 12, 83%) showed significant improvement, ranging from a standardized mean effect size of +1.57 (95%CI +0.43 to +2.7) for ejection fraction to +2.87 (+1.78 to +3.95) for NYHA class. In the randomized, non-blinded study, only 3 out of 6 variables (50%) showed improvement. For the randomized blinded studies, 0 out of 9 variables (0%) showed benefit, ranging from -0.04 (-0.31 to +0.22) for ejection fraction to -0.1 (-0.73 to +0.53) for 6-minute walk test. Differences in degrees of resistance to bias, rather than choice of endpoint, explain the variation between studies of CRT in narrow-QRS heart failure addressing physiological variables. When bias-resistance features are implemented, it becomes clear that these patients do not improve in any tested physiological variable. Guidance from studies without careful planning to resist bias may be far less useful than commonly perceived. © 2015 The Authors. Published on behalf of the American Heart Association, Inc., by Wiley Blackwell.

  6. Ischemic Ventricular Tachycardia Presenting as a Narrow Complex Tachycardia

    PubMed Central

    Page, Stephen P; Watts, Troy; Yeo, Wee Tiong; Mehul, Dhinoja

    2014-01-01

    This report describes a patient presenting with a narrow complex tachycardia in the context of prior myocardial infarction and impaired ventricular function. Electrophysiological studies confirmed ventricular tachycardia and activation and entrainment mapping demonstrated a critical isthmus within an area of scar involving the His-Purkinje system accounting for the narrow QRS morphology. This very rare case shares some similarities with upper septal ventricular tachycardia seen in patients with structurally normal hearts, but to our knowledge has not been seen previously in patients with ischemic heart disease. PMID:25057222

  7. Detection of protein complex from protein-protein interaction network using Markov clustering

    NASA Astrophysics Data System (ADS)

    Ochieng, P. J.; Kusuma, W. A.; Haryanto, T.

    2017-05-01

    Detection of complexes, or groups of functionally related proteins, is an important challenge while analysing biological networks. However, existing algorithms to identify protein complexes are insufficient when applied to dense networks of experimentally derived interaction data. Therefore, we introduced a graph clustering method based on Markov clustering algorithm to identify protein complex within highly interconnected protein-protein interaction networks. Protein-protein interaction network was first constructed to develop geometrical network, the network was then partitioned using Markov clustering to detect protein complexes. The interest of the proposed method was illustrated by its application to Human Proteins associated to type II diabetes mellitus. Flow simulation of MCL algorithm was initially performed and topological properties of the resultant network were analysed for detection of the protein complex. The results indicated the proposed method successfully detect an overall of 34 complexes with 11 complexes consisting of overlapping modules and 20 non-overlapping modules. The major complex consisted of 102 proteins and 521 interactions with cluster modularity and density of 0.745 and 0.101 respectively. The comparison analysis revealed MCL out perform AP, MCODE and SCPS algorithms with high clustering coefficient (0.751) network density and modularity index (0.630). This demonstrated MCL was the most reliable and efficient graph clustering algorithm for detection of protein complexes from PPI networks.

  8. Matched Filtering for Heart Rate Estimation on Compressive Sensing ECG Measurements.

    PubMed

    Da Poian, Giulia; Rozell, Christopher J; Bernardini, Riccardo; Rinaldo, Roberto; Clifford, Gari D

    2017-09-14

    Compressive Sensing (CS) has recently been applied as a low complexity compression framework for long-term monitoring of electrocardiogram signals using Wireless Body Sensor Networks. Long-term recording of ECG signals can be useful for diagnostic purposes and to monitor the evolution of several widespread diseases. In particular, beat to beat intervals provide important clinical information, and these can be derived from the ECG signal by computing the distance between QRS complexes (R-peaks). Numerous methods for R-peak detection are available for uncompressed ECG. However, in case of compressed sensed data, signal reconstruction can be performed with relatively complex optimisation algorithms, which may require significant energy consumption. This article addresses the problem of hearth rate estimation from compressive sensing electrocardiogram (ECG) recordings, avoiding the reconstruction of the entire signal. We consider a framework where the ECG signals are represented under the form of CS linear measurements. The QRS locations are estimated in the compressed domain by computing the correlation of the compressed ECG and a known QRS template. Experiments on actual ECG signals show that our novel solution is competitive with methods applied to the reconstructed signals. Avoiding the reconstruction procedure, the proposed method proves to be very convenient for real-time, low-power applications.

  9. Detection of hexamethonium-perchlorate association complexes using NACE-MS.

    PubMed

    Groom, Carl A; Hawari, Jalal

    2007-02-01

    Perchlorate (ClO(4) (+)) and other chlorine oxide anions were observed to complex weakly with hexamethonium (1,6-bis-(trimethylammonium)-hexane) in both aqueous and polar nonaqueous solvents. The resultant positively charged complexes were resolved by NACE using 2-propanol/acetone electrolytes prior to mass spectrometric detection using an Agilent(3D)CE system coupled to a Bruker Esquire 3000+ quadrupole IT mass detector. Using electrokinetic injection, the method detection limit for perchlorate in nonaqueous media was 10 microg/L. The isotope patterns due to the presence of (35)Cl and (37)Cl in complex mass spectra allowed for unambiguous identification of perchlorate, chlorate (ClO(3) (+)), chlorite (ClO(2) (+)), and chloride (Cl(+)) in photoreaction samples.

  10. Fault detection and isolation for complex system

    NASA Astrophysics Data System (ADS)

    Jing, Chan Shi; Bayuaji, Luhur; Samad, R.; Mustafa, M.; Abdullah, N. R. H.; Zain, Z. M.; Pebrianti, Dwi

    2017-07-01

    Fault Detection and Isolation (FDI) is a method to monitor, identify, and pinpoint the type and location of system fault in a complex multiple input multiple output (MIMO) non-linear system. A two wheel robot is used as a complex system in this study. The aim of the research is to construct and design a Fault Detection and Isolation algorithm. The proposed method for the fault identification is using hybrid technique that combines Kalman filter and Artificial Neural Network (ANN). The Kalman filter is able to recognize the data from the sensors of the system and indicate the fault of the system in the sensor reading. Error prediction is based on the fault magnitude and the time occurrence of fault. Additionally, Artificial Neural Network (ANN) is another algorithm used to determine the type of fault and isolate the fault in the system.

  11. Exploiting Complexity Information for Brain Activation Detection

    PubMed Central

    Zhang, Yan; Liang, Jiali; Lin, Qiang; Hu, Zhenghui

    2016-01-01

    We present a complexity-based approach for the analysis of fMRI time series, in which sample entropy (SampEn) is introduced as a quantification of the voxel complexity. Under this hypothesis the voxel complexity could be modulated in pertinent cognitive tasks, and it changes through experimental paradigms. We calculate the complexity of sequential fMRI data for each voxel in two distinct experimental paradigms and use a nonparametric statistical strategy, the Wilcoxon signed rank test, to evaluate the difference in complexity between them. The results are compared with the well known general linear model based Statistical Parametric Mapping package (SPM12), where a decided difference has been observed. This is because SampEn method detects brain complexity changes in two experiments of different conditions and the data-driven method SampEn evaluates just the complexity of specific sequential fMRI data. Also, the larger and smaller SampEn values correspond to different meanings, and the neutral-blank design produces higher predictability than threat-neutral. Complexity information can be considered as a complementary method to the existing fMRI analysis strategies, and it may help improving the understanding of human brain functions from a different perspective. PMID:27045838

  12. Ethnic differences in the association of QRS duration with ejection fraction and outcome in heart failure

    PubMed Central

    Gijsberts, Crystel M; Benson, Lina; Dahlström, Ulf; Sim, David; Yeo, Daniel P S; Ong, Hean Yee; Jaufeerally, Fazlur; Leong, Gerard K T; Ling, Lieng H; Richards, A Mark; de Kleijn, Dominique P V; Lund, Lars H; Lam, Carolyn S P

    2016-01-01

    Background QRS duration (QRSd) criteria for device therapy in heart failure (HF) were derived from predominantly white populations and ethnic differences are poorly understood. Methods We compared the association of QRSd with ejection fraction (EF) and outcomes between 839 Singaporean Asian and 11 221 Swedish white patients with HF having preserved EF (HFPEF)and HF having reduced EF (HFREF) were followed in prospective population-based HF studies. Results Compared with whites, Asian patients with HF were younger (62 vs 74 years, p<0.001), had smaller body size (height 163 vs 171 cm, weight 70 vs 80 kg, both p<0.001) and had more severely impaired EF (EF was <30% in 47% of Asians vs 28% of whites). Overall, unadjusted QRSd was shorter in Asians than whites (101 vs 104 ms, p<0.001). Lower EF was associated with longer QRSd (p<0.001), with a steeper association among Asians than whites (pinteraction<0.001), independent of age, sex and clinical covariates (including body size). Excluding patients with left bundle branch block (LBBB) and adjusting for clinical covariates, QRSd was similar in Asians and whites with HFPEF, but longer in Asians compared with whites with HFREF (p=0.001). Longer QRSd was associated with increased risk of HF hospitalisation or death (absolute 2-year event rate for ≤120 ms was 40% and for >120 ms it was 52%; HR for 10 ms increase of QRSd was 1.04 (1.03 to 1.06), p<0.001), with no interaction by ethnicity. Conclusion We found ethnic differences in the association between EF and QRSd among patients with HF. QRS prolongation was similarly associated with increased risk, but the implications for ethnicity-specific QRSd cut-offs in clinical decision-making require further study. PMID:27402805

  13. Noninvasive Diagnosis of Coronary Artery Disease Using 12-Lead High-Frequency Electrocardiograms

    NASA Technical Reports Server (NTRS)

    Schlegel, Todd T.; Arenare, Brian

    2006-01-01

    A noninvasive, sensitive method of diagnosing certain pathological conditions of the human heart involves computational processing of digitized electrocardiographic (ECG) signals acquired from a patient at all 12 conventional ECG electrode positions. In the processing, attention is focused on low-amplitude, high-frequency components of those portions of the ECG signals known in the art as QRS complexes. The unique contribution of this method lies in the utilization of signal features and combinations of signal features from various combinations of electrode positions, not reported previously, that have been found to be helpful in diagnosing coronary artery disease and such related pathological conditions as myocardial ischemia, myocardial infarction, and congestive heart failure. The electronic hardware and software used to acquire the QRS complexes and perform some preliminary analyses of their high-frequency components were summarized in Real-Time, High-Frequency QRS Electrocardiograph (MSC- 23154), NASA Tech Briefs, Vol. 27, No. 7 (July 2003), pp. 26-28. To recapitulate, signals from standard electrocardiograph electrodes are preamplified, then digitized at a sampling rate of 1,000 Hz, then analyzed by the software that detects R waves and QRS complexes and analyzes them from several perspectives. The software includes provisions for averaging signals over multiple beats and for special-purpose nonrecursive digital filters with specific low- and high-frequency cutoffs. These filters, applied to the averaged signal, effect a band-pass operation in the frequency range from 150 to 250 Hz. The output of the bandpass filter is the desired high-frequency QRS signal. Further processing is then performed in real time to obtain the beat-to-beat root mean square (RMS) voltage amplitude of the filtered signal, certain variations of the RMS voltage, and such standard measures as the heart rate and R-R interval at any given time. A key signal feature analyzed in the present

  14. GPU based cloud system for high-performance arrhythmia detection with parallel k-NN algorithm.

    PubMed

    Tae Joon Jun; Hyun Ji Park; Hyuk Yoo; Young-Hak Kim; Daeyoung Kim

    2016-08-01

    In this paper, we propose an GPU based Cloud system for high-performance arrhythmia detection. Pan-Tompkins algorithm is used for QRS detection and we optimized beat classification algorithm with K-Nearest Neighbor (K-NN). To support high performance beat classification on the system, we parallelized beat classification algorithm with CUDA to execute the algorithm on virtualized GPU devices on the Cloud system. MIT-BIH Arrhythmia database is used for validation of the algorithm. The system achieved about 93.5% of detection rate which is comparable to previous researches while our algorithm shows 2.5 times faster execution time compared to CPU only detection algorithm.

  15. Automated J wave detection from digital 12-lead electrocardiogram.

    PubMed

    Wang, Yi Grace; Wu, Hau-Tieng; Daubechies, Ingrid; Li, Yabing; Estes, E Harvey; Soliman, Elsayed Z

    2015-01-01

    In this report we provide a method for automated detection of J wave, defined as a notch or slur in the descending slope of the terminal positive wave of the QRS complex, using signal processing and functional data analysis techniques. Two different sets of ECG tracings were selected from the EPICARE ECG core laboratory, Wake Forest School of Medicine, Winston Salem, NC. The first set was a training set comprised of 100 ECGs of which 50 ECGs had J-wave and the other 50 did not. The second set was a test set (n=116 ECGs) in which the J-wave status (present/absent) was only known by the ECG Center staff. All ECGs were recorded using GE MAC 1200 (GE Marquette, Milwaukee, Wisconsin) at 10mm/mV calibration, speed of 25mm/s and 500HZ sampling rate. All ECGs were initially inspected visually for technical errors and inadequate quality, and then automatically processed with the GE Marquette 12-SL program 2001 version (GE Marquette, Milwaukee, WI). We excluded ECG tracings with major abnormalities or rhythm disorder. Confirmation of the presence or absence of a J wave was done visually by the ECG Center staff and verified once again by three of the coauthors. There was no disagreement in the identification of the J wave state. The signal processing and functional data analysis techniques applied to the ECGs were conducted at Duke University and the University of Toronto. In the training set, the automated detection had sensitivity of 100% and specificity of 94%. For the test set, sensitivity was 89% and specificity was 86%. In conclusion, test results of the automated method we developed show a good J wave detection accuracy, suggesting possible utility of this approach for defining and detection of other complex ECG waveforms. Copyright © 2015 Elsevier Inc. All rights reserved.

  16. Detection of expression quantitative trait Loci in complex mouse crosses: impact and alleviation of data quality and complex population substructure.

    PubMed

    Iancu, Ovidiu D; Darakjian, Priscila; Kawane, Sunita; Bottomly, Daniel; Hitzemann, Robert; McWeeney, Shannon

    2012-01-01

    Complex Mus musculus crosses, e.g., heterogeneous stock (HS), provide increased resolution for quantitative trait loci detection. However, increased genetic complexity challenges detection methods, with discordant results due to low data quality or complex genetic architecture. We quantified the impact of theses factors across three mouse crosses and two different detection methods, identifying procedures that greatly improve detection quality. Importantly, HS populations have complex genetic architectures not fully captured by the whole genome kinship matrix, calling for incorporating chromosome specific relatedness information. We analyze three increasingly complex crosses, using gene expression levels as quantitative traits. The three crosses were an F(2) intercross, a HS formed by crossing four inbred strains (HS4), and a HS (HS-CC) derived from the eight lines found in the collaborative cross. Brain (striatum) gene expression and genotype data were obtained using the Illumina platform. We found large disparities between methods, with concordance varying as genetic complexity increased; this problem was more acute for probes with distant regulatory elements (trans). A suite of data filtering steps resulted in substantial increases in reproducibility. Genetic relatedness between samples generated overabundance of detected eQTLs; an adjustment procedure that includes the kinship matrix attenuates this problem. However, we find that relatedness between individuals is not evenly distributed across the genome; information from distinct chromosomes results in relatedness structure different from the whole genome kinship matrix. Shared polymorphisms from distinct chromosomes collectively affect expression levels, confounding eQTL detection. We suggest that considering chromosome specific relatedness can result in improved eQTL detection.

  17. Adaptive EMG noise reduction in ECG signals using noise level approximation

    NASA Astrophysics Data System (ADS)

    Marouf, Mohamed; Saranovac, Lazar

    2017-12-01

    In this paper the usage of noise level approximation for adaptive Electromyogram (EMG) noise reduction in the Electrocardiogram (ECG) signals is introduced. To achieve the adequate adaptiveness, a translation-invariant noise level approximation is employed. The approximation is done in the form of a guiding signal extracted as an estimation of the signal quality vs. EMG noise. The noise reduction framework is based on a bank of low pass filters. So, the adaptive noise reduction is achieved by selecting the appropriate filter with respect to the guiding signal aiming to obtain the best trade-off between the signal distortion caused by filtering and the signal readability. For the evaluation purposes; both real EMG and artificial noises are used. The tested ECG signals are from the MIT-BIH Arrhythmia Database Directory, while both real and artificial records of EMG noise are added and used in the evaluation process. Firstly, comparison with state of the art methods is conducted to verify the performance of the proposed approach in terms of noise cancellation while preserving the QRS complex waves. Additionally, the signal to noise ratio improvement after the adaptive noise reduction is computed and presented for the proposed method. Finally, the impact of adaptive noise reduction method on QRS complexes detection was studied. The tested signals are delineated using a state of the art method, and the QRS detection improvement for different SNR is presented.

  18. Detecting changes in dynamic and complex acoustic environments

    PubMed Central

    Boubenec, Yves; Lawlor, Jennifer; Górska, Urszula; Shamma, Shihab; Englitz, Bernhard

    2017-01-01

    Natural sounds such as wind or rain, are characterized by the statistical occurrence of their constituents. Despite their complexity, listeners readily detect changes in these contexts. We here address the neural basis of statistical decision-making using a combination of psychophysics, EEG and modelling. In a texture-based, change-detection paradigm, human performance and reaction times improved with longer pre-change exposure, consistent with improved estimation of baseline statistics. Change-locked and decision-related EEG responses were found in a centro-parietal scalp location, whose slope depended on change size, consistent with sensory evidence accumulation. The potential's amplitude scaled with the duration of pre-change exposure, suggesting a time-dependent decision threshold. Auditory cortex-related potentials showed no response to the change. A dual timescale, statistical estimation model accounted for subjects' performance. Furthermore, a decision-augmented auditory cortex model accounted for performance and reaction times, suggesting that the primary cortical representation requires little post-processing to enable change-detection in complex acoustic environments. DOI: http://dx.doi.org/10.7554/eLife.24910.001 PMID:28262095

  19. A density-based clustering model for community detection in complex networks

    NASA Astrophysics Data System (ADS)

    Zhao, Xiang; Li, Yantao; Qu, Zehui

    2018-04-01

    Network clustering (or graph partitioning) is an important technique for uncovering the underlying community structures in complex networks, which has been widely applied in various fields including astronomy, bioinformatics, sociology, and bibliometric. In this paper, we propose a density-based clustering model for community detection in complex networks (DCCN). The key idea is to find group centers with a higher density than their neighbors and a relatively large integrated-distance from nodes with higher density. The experimental results indicate that our approach is efficient and effective for community detection of complex networks.

  20. Linear Phase Sharp Transition BPF to Detect Noninvasive Maternal and Fetal Heart Rate.

    PubMed

    Marchon, Niyan; Naik, Gourish; Pai, K R

    2018-01-01

    Fetal heart rate (FHR) detection can be monitored using either direct fetal scalp electrode recording (invasive) or by indirect noninvasive technique. Weeks before delivery, the invasive method poses a risk factor to the fetus, while the latter provides accurate fetal ECG (FECG) information which can help diagnose fetal's well-being. Our technique employs variable order linear phase sharp transition (LPST) FIR band-pass filter which shows improved stopband attenuation at higher filter orders. The fetal frequency fiduciary edges form the band edges of the filter characterized by varying amounts of overlap of maternal ECG (MECG) spectrum. The one with the minimum maternal spectrum overlap was found to be optimum with no power line interference and maximum fetal heart beats being detected. The improved filtering is reflected in the enhancement of the performance of the fetal QRS detector (FQRS). The improvement has also occurred in fetal heart rate obtained using our algorithm which is in close agreement with the true reference (i.e., invasive fetal scalp ECG). The performance parameters of the FQRS detector such as sensitivity (Se), positive predictive value (PPV), and accuracy (F 1 ) were found to improve even for lower filter order. The same technique was extended to evaluate maternal QRS detector (MQRS) and found to yield satisfactory maternal heart rate (MHR) results.

  1. Research and development of the device for diagnostics of arrhythmia

    NASA Astrophysics Data System (ADS)

    Lezhnina, I. A.; Boyakhchyan, A. A.; Overchuk, K. V.; Uvarov, A. A.

    2017-08-01

    The article describes the results of the research for sensors optimal arrangement during one limb ECG detection. The found placement provides the registration of the enough quality signal sufficient for the diagnosis of arrhythmia, the QRS complex is clearly recognized. Authors also show the test results of the device developed for the diagnosis of arrhythmia and sudden cardiac death.

  2. Online Community Detection for Large Complex Networks

    PubMed Central

    Pan, Gang; Zhang, Wangsheng; Wu, Zhaohui; Li, Shijian

    2014-01-01

    Complex networks describe a wide range of systems in nature and society. To understand complex networks, it is crucial to investigate their community structure. In this paper, we develop an online community detection algorithm with linear time complexity for large complex networks. Our algorithm processes a network edge by edge in the order that the network is fed to the algorithm. If a new edge is added, it just updates the existing community structure in constant time, and does not need to re-compute the whole network. Therefore, it can efficiently process large networks in real time. Our algorithm optimizes expected modularity instead of modularity at each step to avoid poor performance. The experiments are carried out using 11 public data sets, and are measured by two criteria, modularity and NMI (Normalized Mutual Information). The results show that our algorithm's running time is less than the commonly used Louvain algorithm while it gives competitive performance. PMID:25061683

  3. Community detection in complex networks by using membrane algorithm

    NASA Astrophysics Data System (ADS)

    Liu, Chuang; Fan, Linan; Liu, Zhou; Dai, Xiang; Xu, Jiamei; Chang, Baoren

    Community detection in complex networks is a key problem of network analysis. In this paper, a new membrane algorithm is proposed to solve the community detection in complex networks. The proposed algorithm is based on membrane systems, which consists of objects, reaction rules, and a membrane structure. Each object represents a candidate partition of a complex network, and the quality of objects is evaluated according to network modularity. The reaction rules include evolutionary rules and communication rules. Evolutionary rules are responsible for improving the quality of objects, which employ the differential evolutionary algorithm to evolve objects. Communication rules implement the information exchanged among membranes. Finally, the proposed algorithm is evaluated on synthetic, real-world networks with real partitions known and the large-scaled networks with real partitions unknown. The experimental results indicate the superior performance of the proposed algorithm in comparison with other experimental algorithms.

  4. Paper SERS chromatography for detection of trace analytes in complex samples

    NASA Astrophysics Data System (ADS)

    Yu, Wei W.; White, Ian M.

    2013-05-01

    We report the application of paper SERS substrates for the detection of trace quantities of multiple analytes in a complex sample in the form of paper chromatography. Paper chromatography facilitates the separation of different analytes from a complex sample into distinct sections in the chromatogram, which can then be uniquely identified using SERS. As an example, the separation and quantitative detection of heroin in a highly fluorescent mixture is demonstrated. Paper SERS chromatography has obvious applications, including law enforcement, food safety, and border protection, and facilitates the rapid detection of chemical and biological threats at the point of sample.

  5. An analysis of relational complexity in an air traffic control conflict detection task.

    PubMed

    Boag, Christine; Neal, Andrew; Loft, Shayne; Halford, Graeme S

    2006-11-15

    Theoretical analyses of air traffic complexity were carried out using the Method for the Analysis of Relational Complexity. Twenty-two air traffic controllers examined static air traffic displays and were required to detect and resolve conflicts. Objective measures of performance included conflict detection time and accuracy. Subjective perceptions of mental workload were assessed by a complexity-sorting task and subjective ratings of the difficulty of different aspects of the task. A metric quantifying the complexity of pair-wise relations among aircraft was able to account for a substantial portion of the variance in the perceived complexity and difficulty of conflict detection problems, as well as reaction time. Other variables that influenced performance included the mean minimum separation between aircraft pairs and the amount of time that aircraft spent in conflict.

  6. Ethnic differences in the association of QRS duration with ejection fraction and outcome in heart failure.

    PubMed

    Gijsberts, Crystel M; Benson, Lina; Dahlström, Ulf; Sim, David; Yeo, Daniel P S; Ong, Hean Yee; Jaufeerally, Fazlur; Leong, Gerard K T; Ling, Lieng H; Richards, A Mark; de Kleijn, Dominique P V; Lund, Lars H; Lam, Carolyn S P

    2016-09-15

    QRS duration (QRSd) criteria for device therapy in heart failure (HF) were derived from predominantly white populations and ethnic differences are poorly understood. We compared the association of QRSd with ejection fraction (EF) and outcomes between 839 Singaporean Asian and 11 221 Swedish white patients with HF having preserved EF (HFPEF)and HF having reduced EF (HFREF) were followed in prospective population-based HF studies. Compared with whites, Asian patients with HF were younger (62 vs 74 years, p<0.001), had smaller body size (height 163 vs 171 cm, weight 70 vs 80 kg, both p<0.001) and had more severely impaired EF (EF was <30% in 47% of Asians vs 28% of whites). Overall, unadjusted QRSd was shorter in Asians than whites (101 vs 104 ms, p<0.001). Lower EF was associated with longer QRSd (p<0.001), with a steeper association among Asians than whites (pinteraction<0.001), independent of age, sex and clinical covariates (including body size). Excluding patients with left bundle branch block (LBBB) and adjusting for clinical covariates, QRSd was similar in Asians and whites with HFPEF, but longer in Asians compared with whites with HFREF (p=0.001). Longer QRSd was associated with increased risk of HF hospitalisation or death (absolute 2-year event rate for ≤120 ms was 40% and for >120 ms it was 52%; HR for 10 ms increase of QRSd was 1.04 (1.03 to 1.06), p<0.001), with no interaction by ethnicity. We found ethnic differences in the association between EF and QRSd among patients with HF. QRS prolongation was similarly associated with increased risk, but the implications for ethnicity-specific QRSd cut-offs in clinical decision-making require further study. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://www.bmj.com/company/products-services/rights-and-licensing/

  7. An advanced algorithm for fetal heart rate estimation from non-invasive low electrode density recordings.

    PubMed

    Dessì, Alessia; Pani, Danilo; Raffo, Luigi

    2014-08-01

    Non-invasive fetal electrocardiography is still an open research issue. The recent publication of an annotated dataset on Physionet providing four-channel non-invasive abdominal ECG traces promoted an international challenge on the topic. Starting from that dataset, an algorithm for the identification of the fetal QRS complexes from a reduced number of electrodes and without any a priori information about the electrode positioning has been developed, entering into the top ten best-performing open-source algorithms presented at the challenge.In this paper, an improved version of that algorithm is presented and evaluated exploiting the same challenge metrics. It is mainly based on the subtraction of the maternal QRS complexes in every lead, obtained by synchronized averaging of morphologically similar complexes, the filtering of the maternal P and T waves and the enhancement of the fetal QRS through independent component analysis (ICA) applied on the processed signals before a final fetal QRS detection stage. The RR time series of both the mother and the fetus are analyzed to enhance pseudoperiodicity with the aim of correcting wrong annotations. The algorithm has been designed and extensively evaluated on the open dataset A (N = 75), and finally evaluated on datasets B (N = 100) and C (N = 272) to have the mean scores over data not used during the algorithm development. Compared to the results achieved by the previous version of the algorithm, the current version would mark the 5th and 4th position in the final ranking related to the events 1 and 2, reserved to the open-source challenge entries, taking into account both official and unofficial entrants. On dataset A, the algorithm achieves 0.982 median sensitivity and 0.976 median positive predictivity.

  8. Electromagnetic Detection and Identification of Complex Structures

    DTIC Science & Technology

    2008-12-01

    1 ELECTROMAGNETIC DETECTION AND IDENTIFICATION OF COMPLEX STRUCTURES I. Kohlberg Kohlberg Associates Reston, Virginia, 20190-4440 S.A...TASK NUMBER 5f. WORK UNIT NUMBER 7. PERFORMING ORGANIZATION NAME(S) AND ADDRESS(ES) Kohlberg Associates Reston, Virginia, 20190-4440 8...Electromagnetic Theory, 2 nd ed. IEEE Press, New York. von Laven, S.A., Albritton, N.G., Baginski, T.A., Hodel, A.S., McMillan, R.W., Kohlberg

  9. Distributed learning automata-based algorithm for community detection in complex networks

    NASA Astrophysics Data System (ADS)

    Khomami, Mohammad Mehdi Daliri; Rezvanian, Alireza; Meybodi, Mohammad Reza

    2016-03-01

    Community structure is an important and universal topological property of many complex networks such as social and information networks. The detection of communities of a network is a significant technique for understanding the structure and function of networks. In this paper, we propose an algorithm based on distributed learning automata for community detection (DLACD) in complex networks. In the proposed algorithm, each vertex of network is equipped with a learning automation. According to the cooperation among network of learning automata and updating action probabilities of each automaton, the algorithm interactively tries to identify high-density local communities. The performance of the proposed algorithm is investigated through a number of simulations on popular synthetic and real networks. Experimental results in comparison with popular community detection algorithms such as walk trap, Danon greedy optimization, Fuzzy community detection, Multi-resolution community detection and label propagation demonstrated the superiority of DLACD in terms of modularity, NMI, performance, min-max-cut and coverage.

  10. Temporal Structure and Complexity Affect Audio-Visual Correspondence Detection

    PubMed Central

    Denison, Rachel N.; Driver, Jon; Ruff, Christian C.

    2013-01-01

    Synchrony between events in different senses has long been considered the critical temporal cue for multisensory integration. Here, using rapid streams of auditory and visual events, we demonstrate how humans can use temporal structure (rather than mere temporal coincidence) to detect multisensory relatedness. We find psychophysically that participants can detect matching auditory and visual streams via shared temporal structure for crossmodal lags of up to 200 ms. Performance on this task reproduced features of past findings based on explicit timing judgments but did not show any special advantage for perfectly synchronous streams. Importantly, the complexity of temporal patterns influences sensitivity to correspondence. Stochastic, irregular streams – with richer temporal pattern information – led to higher audio-visual matching sensitivity than predictable, rhythmic streams. Our results reveal that temporal structure and its complexity are key determinants for human detection of audio-visual correspondence. The distinctive emphasis of our new paradigms on temporal patterning could be useful for studying special populations with suspected abnormalities in audio-visual temporal perception and multisensory integration. PMID:23346067

  11. High efficiency processing for reduced amplitude zones detection in the HRECG signal

    NASA Astrophysics Data System (ADS)

    Dugarte, N.; Álvarez, A.; Balacco, J.; Mercado, G.; Gonzalez, A.; Dugarte, E.; Olivares, A.

    2016-04-01

    Summary - This article presents part of a more detailed research proposed in the medium to long term, with the intention of establishing a new philosophy of electrocardiogram surface analysis. This research aims to find indicators of cardiovascular disease in its early stage that may go unnoticed with conventional electrocardiography. This paper reports the development of a software processing which collect some existing techniques and incorporates novel methods for detection of reduced amplitude zones (RAZ) in high resolution electrocardiographic signal (HRECG).The algorithm consists of three stages, an efficient processing for QRS detection, averaging filter using correlation techniques and a step for RAZ detecting. Preliminary results show the efficiency of system and point to incorporation of techniques new using signal analysis with involving 12 leads.

  12. Solid-state nanopore detection of protein complexes: applications in healthcare and protein kinetics.

    PubMed

    Freedman, Kevin J; Bastian, Arangassery R; Chaiken, Irwin; Kim, Min Jun

    2013-03-11

    Protein conjugation provides a unique look into many biological phenomena and has been used for decades for molecular recognition purposes. In this study, the use of solid-state nanopores for the detection of gp120-associated complexes are investigated. They exhibit monovalent and multivalent binding to anti-gp120 antibody monomer and dimers. In order to investigate the feasibility of many practical applications related to nanopores, detection of specific protein complexes is attempted within a heterogeneous protein sample, and the role of voltage on complexed proteins is researched. It is found that the electric field within the pore can result in unbinding of a freely translocating protein complex within the transient event durations measured experimentally. The strong dependence of the unbinding time with voltage can be used to improve the detection capability of the nanopore system by adding an additional level of specificity that can be probed. These data provide a strong framework for future protein-specific detection schemes, which are shown to be feasible in the realm of a 'real-world' sample and an automated multidimensional method of detecting events. Copyright © 2013 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  13. Nanomolar pyrophosphate detection and nucleus staining in living cells with simple terpyridine-Zn(II) complexes.

    PubMed

    Chao, Duobin; Ni, Shitan

    2016-05-20

    Great efforts have been made to develop fluorescent probes for pyrophosphate (PPi) detection. Nucleus staining with fluorescence microscopy has been also widely investigated. But fluorescent probes for PPi detection with high sensitivity in water medium and nucleus staining with low-cost non-precious metal complexes in living cells are still challenging. Herein, we report simple terpyridine-Zn(II) complexes for selective nanomolar PPi detection over ATP and ADP in water based on aggregation induced emission (AIE) and intramolecular charge transfer (ICT). In addition, these terpyridine-Zn(II) complexes were successfully employed for nucleus staining in living cells. These results demonstrated simply obtained terpyridine-Zn(II) complexes are powerful tool for PPi detection and the development of PPi-related studies.

  14. Wireless Sensor-Based Smart-Clothing Platform for ECG Monitoring

    PubMed Central

    Lin, Chung-Chih; Yu, Yan-Shuo

    2015-01-01

    The goal of this study is to use wireless sensor technologies to develop a smart clothes service platform for health monitoring. Our platform consists of smart clothes, a sensor node, a gateway server, and a health cloud. The smart clothes have fabric electrodes to detect electrocardiography (ECG) signals. The sensor node improves the accuracy of QRS complexes detection by morphology analysis and reduces power consumption by the power-saving transmission functionality. The gateway server provides a reconfigurable finite state machine (RFSM) software architecture for abnormal ECG detection to support online updating. Most normal ECG can be filtered out, and the abnormal ECG is further analyzed in the health cloud. Three experiments are conducted to evaluate the platform's performance. The results demonstrate that the signal-to-noise ratio (SNR) of the smart clothes exceeds 37 dB, which is within the “very good signal” interval. The average of the QRS sensitivity and positive prediction is above 99.5%. Power-saving transmission is reduced by nearly 1980 times the power consumption in the best-case analysis. PMID:26640512

  15. Wireless Sensor-Based Smart-Clothing Platform for ECG Monitoring.

    PubMed

    Wang, Jie; Lin, Chung-Chih; Yu, Yan-Shuo; Yu, Tsang-Chu

    2015-01-01

    The goal of this study is to use wireless sensor technologies to develop a smart clothes service platform for health monitoring. Our platform consists of smart clothes, a sensor node, a gateway server, and a health cloud. The smart clothes have fabric electrodes to detect electrocardiography (ECG) signals. The sensor node improves the accuracy of QRS complexes detection by morphology analysis and reduces power consumption by the power-saving transmission functionality. The gateway server provides a reconfigurable finite state machine (RFSM) software architecture for abnormal ECG detection to support online updating. Most normal ECG can be filtered out, and the abnormal ECG is further analyzed in the health cloud. Three experiments are conducted to evaluate the platform's performance. The results demonstrate that the signal-to-noise ratio (SNR) of the smart clothes exceeds 37 dB, which is within the "very good signal" interval. The average of the QRS sensitivity and positive prediction is above 99.5%. Power-saving transmission is reduced by nearly 1980 times the power consumption in the best-case analysis.

  16. A Modular Low-Complexity ECG Delineation Algorithm for Real-Time Embedded Systems.

    PubMed

    Bote, Jose Manuel; Recas, Joaquin; Rincon, Francisco; Atienza, David; Hermida, Roman

    2018-03-01

    This work presents a new modular and low-complexity algorithm for the delineation of the different ECG waves (QRS, P and T peaks, onsets, and end). Involving a reduced number of operations per second and having a small memory footprint, this algorithm is intended to perform real-time delineation on resource-constrained embedded systems. The modular design allows the algorithm to automatically adjust the delineation quality in runtime to a wide range of modes and sampling rates, from a ultralow-power mode when no arrhythmia is detected, in which the ECG is sampled at low frequency, to a complete high-accuracy delineation mode, in which the ECG is sampled at high frequency and all the ECG fiducial points are detected, in the case of arrhythmia. The delineation algorithm has been adjusted using the QT database, providing very high sensitivity and positive predictivity, and validated with the MIT database. The errors in the delineation of all the fiducial points are below the tolerances given by the Common Standards for Electrocardiography Committee in the high-accuracy mode, except for the P wave onset, for which the algorithm is above the agreed tolerances by only a fraction of the sample duration. The computational load for the ultralow-power 8-MHz TI MSP430 series microcontroller ranges from 0.2% to 8.5% according to the mode used.

  17. Spectral analysis of 87-lead body surface signal-averaged ECGs in patients with previous anterior myocardial infarction as a marker of ventricular tachycardia.

    PubMed

    Hosoya, Y; Kubota, I; Shibata, T; Yamaki, M; Ikeda, K; Tomoike, H

    1992-06-01

    There were few studies on the relation between the body surface distribution of high- and low-frequency components within the QRS complex and ventricular tachycardia (VT). Eighty-seven signal-averaged ECGs were obtained from 30 normal subjects (N group) and 30 patients with previous anterior myocardial infarction (MI) with VT (MI-VT[+] group, n = 10) or without VT (MI-VT[-] group, n = 20). The onset and offset of the QRS complex were determined from 87-lead root mean square values computed from the averaged (but not filtered) ECG waveforms. Fast Fourier transform analysis was performed on signal-averaged ECG. The resulting Fourier coefficients were attenuated by use of the transfer function, and then inverse transform was done with five frequency ranges (0-25, 25-40, 40-80, 80-150, and 150-250 Hz). From the QRS onset to the QRS offset, the time integration of the absolute value of reconstructed waveforms was calculated for each of the five frequency ranges. The body surface distributions of these areas were expressed as QRS area maps. The maximal values of QRS area maps were compared among the three groups. In the frequency ranges of 0-25 and 150-250 Hz, there were no significant differences in the maximal values among these three groups. Both MI groups had significantly smaller maximal values of QRS area maps in the frequency ranges of 25-40 and 40-80 Hz compared with the N group. The MI-VT(+) group had significantly smaller maximal values in the frequency ranges of 40-80 and 80-150 Hz than the MI-VT(-) group. These three groups were clearly differentiated by the maximal values of the 40-80-Hz QRS area map. It was suggested that the maximal value of the 40-80-Hz QRS area map was a new marker for VT after anterior MI.

  18. Low-complexity R-peak detection in ECG signals: a preliminary step towards ambulatory fetal monitoring.

    PubMed

    Rooijakkers, Michiel; Rabotti, Chiara; Bennebroek, Martijn; van Meerbergen, Jef; Mischi, Massimo

    2011-01-01

    Non-invasive fetal health monitoring during pregnancy has become increasingly important. Recent advances in signal processing technology have enabled fetal monitoring during pregnancy, using abdominal ECG recordings. Ubiquitous ambulatory monitoring for continuous fetal health measurement is however still unfeasible due to the computational complexity of noise robust solutions. In this paper an ECG R-peak detection algorithm for ambulatory R-peak detection is proposed, as part of a fetal ECG detection algorithm. The proposed algorithm is optimized to reduce computational complexity, while increasing the R-peak detection quality compared to existing R-peak detection schemes. Validation of the algorithm is performed on two manually annotated datasets, the MIT/BIH Arrhythmia database and an in-house abdominal database. Both R-peak detection quality and computational complexity are compared to state-of-the-art algorithms as described in the literature. With a detection error rate of 0.22% and 0.12% on the MIT/BIH Arrhythmia and in-house databases, respectively, the quality of the proposed algorithm is comparable to the best state-of-the-art algorithms, at a reduced computational complexity.

  19. Value of the Electrocardiographic (P Wave, T Wave, QRS) Axis as a Predictor of Mortality in 14 Years in a Population With a High Prevalence of Chagas Disease from the Bambuí Cohort Study of Aging.

    PubMed

    Moraes, Diego N; Nascimento, Bruno R; Beaton, Andrea Z; Soliman, Elsayed Z; Lima-Costa, Maria Fernanda; Dos Reis, Rodrigo C P; Ribeiro, Antonio Luiz P

    2018-02-01

    We sought to investigate the prognostic value of the electrocardiogram (ECG) electrical axes (P wave, T wave and QRS) as predictors of mortality in the 14-year follow-up of the prospective cohort of all residents ≥60 years living in the southeastern Brazilian city of Bambuí, a population with high prevalence of Chagas disease (ChD). Baseline ECG axes were automatically measured with normal values defined as follows: P-wave axis 0° to 75°, QRS axis -30° to 90°, and T axis 15° to 75°. Participants underwent annual follow-up visits and death was verified using death certificates. Cox proportional hazards regression was used to assess the prognostic value of ECG axes for all-cause mortality, after adjustment for potential confounders. From 1,742 qualifying residents, 1,462 were enrolled, of whom 557 (38.1%) had ChD. Mortality rate was 51.9%. In multivariable adjusted models, abnormal P-wave axis was associated with a 48% (hazard ratio [HR] = 1.48 [95% confidence interval (CI) 1.16-1.88]) increased mortality risk in patients with ChD and 43% (HR = 1.43 [CI 1.13-1.81]) in patients without ChD. Abnormal QRS axis was associated with a 34% (HR = 1.34 [CI 1.04-1.73]) increased mortality risk in patients with ChD, but not in individuals without ChD. Similarly, in the ChD group, abnormal T-wave axis was associated with a 35% (HR = 1.35 [CI 1.07-1.71]) increased mortality, but not in patients without ChD. In conclusion, abnormal P-wave, QRS, and T-wave axes were associated with increased all-cause mortality in patients with ChD. Abnormal P-wave axis was associated with mortality also among those without ChD, being the strongest predictor among ECG variables. Copyright © 2017 Elsevier Inc. All rights reserved.

  20. Detection and discrimination of Mycobacterium tuberculosis complex.

    PubMed

    Issa, Rahizan; Mohd Hassan, Nurul Akma; Abdul, Hatijah; Hashim, Siti Hasmah; Seradja, Valentinus H; Abdul Sani, Athirah

    2012-01-01

    A real-time quantitative polymerase chain reaction (qPCR) was developed for detection and discrimination of Mycobacterium tuberculosis (H37Rv and H37Ra) and M. bovis bacillus Calmette-Guérin (BCG) of the Mycobacterium tuberculosis complex (MTBC) from mycobacterial other than tuberculosis (MOTT). It was based on the melting curve (Tm) analysis of the gyrB gene using SYBR(®) Green I detection dye and the LightCycler 1.5 system. The optimal conditions for the assay were 0.25 μmol/L of primers with 3.1 mmol/L of MgCl(2) and 45 cycles of amplification. For M. tuberculosis (H37Rv and H37Ra) and M. bovis BCG of the MTBC, we detected the crossing points (Cp) at cycles of 16.96 ± 0.07, 18.02 ± 0.14, and 18.62 ± 0.09, respectively, while the Tm values were 90.19 ± 0.06 °C, 90.27 ± 0.09 °C, and 89.81 ± 0.04 °C, respectively. The assay was sensitive and rapid with a detection limit of 10 pg of the DNA template within 35 min. In this study, the Tm analysis of the qPCR assay was applied for the detection and discrimination of MTBC from MOTT. Copyright © 2012 Elsevier Inc. All rights reserved.

  1. New approach for T-wave peak detection and T-wave end location in 12-lead paced ECG signals based on a mathematical model.

    PubMed

    Madeiro, João P V; Nicolson, William B; Cortez, Paulo C; Marques, João A L; Vázquez-Seisdedos, Carlos R; Elangovan, Narmadha; Ng, G Andre; Schlindwein, Fernando S

    2013-08-01

    This paper presents an innovative approach for T-wave peak detection and subsequent T-wave end location in 12-lead paced ECG signals based on a mathematical model of a skewed Gaussian function. Following the stage of QRS segmentation, we establish search windows using a number of the earliest intervals between each QRS offset and subsequent QRS onset. Then, we compute a template based on a Gaussian-function, modified by a mathematical procedure to insert asymmetry, which models the T-wave. Cross-correlation and an approach based on the computation of Trapezium's area are used to locate, respectively, the peak and end point of each T-wave throughout the whole raw ECG signal. For evaluating purposes, we used a database of high resolution 12-lead paced ECG signals, recorded from patients with ischaemic cardiomyopathy (ICM) in the University Hospitals of Leicester NHS Trust, UK, and the well-known QT database. The average T-wave detection rates, sensitivity and positive predictivity, were both equal to 99.12%, for the first database, and, respectively, equal to 99.32% and 99.47%, for QT database. The average time errors computed for T-wave peak and T-wave end locations were, respectively, -0.38±7.12 ms and -3.70±15.46 ms, for the first database, and 1.40±8.99 ms and 2.83±15.27 ms, for QT database. The results demonstrate the accuracy, consistency and robustness of the proposed method for a wide variety of T-wave morphologies studied. Copyright © 2012 IPEM. Published by Elsevier Ltd. All rights reserved.

  2. Game theory and extremal optimization for community detection in complex dynamic networks.

    PubMed

    Lung, Rodica Ioana; Chira, Camelia; Andreica, Anca

    2014-01-01

    The detection of evolving communities in dynamic complex networks is a challenging problem that recently received attention from the research community. Dynamics clearly add another complexity dimension to the difficult task of community detection. Methods should be able to detect changes in the network structure and produce a set of community structures corresponding to different timestamps and reflecting the evolution in time of network data. We propose a novel approach based on game theory elements and extremal optimization to address dynamic communities detection. Thus, the problem is formulated as a mathematical game in which nodes take the role of players that seek to choose a community that maximizes their profit viewed as a fitness function. Numerical results obtained for both synthetic and real-world networks illustrate the competitive performance of this game theoretical approach.

  3. Automated Ground Penetrating Radar hyperbola detection in complex environment

    NASA Astrophysics Data System (ADS)

    Mertens, Laurence; Lambot, Sébastien

    2015-04-01

    Ground Penetrating Radar (GPR) systems are commonly used in many applications to detect, amongst others, buried targets (various types of pipes, landmines, tree roots ...), which, in a cross-section, present theoretically a particular hyperbolic-shaped signature resulting from the antenna radiation pattern. Considering the large quantity of information we can acquire during a field campaign, a manual detection of these hyperbolas is barely possible, therefore we have a real need to have at our disposal a quick and automated detection of these hyperbolas. However, this task may reveal itself laborious in real field data because these hyperbolas are often ill-shaped due to the heterogeneity of the medium and to instrumentation clutter. We propose a new detection algorithm for well- and ill-shaped GPR reflection hyperbolas especially developed for complex field data. This algorithm is based on human recognition pattern to emulate human expertise to identify the hyperbolas apexes. The main principle relies in a fitting process of the GPR image edge dots detected with Canny filter to analytical hyperbolas, considering the object as a punctual disturbance with a physical constraint of the parameters. A long phase of observation of a large number of ill-shaped hyperbolas in various complex media led to the definition of smart criteria characterizing the hyperbolic shape and to the choice of accepted value ranges acceptable for an edge dot to correspond to the apex of a specific hyperbola. These values were defined to fit the ambiguity zone for the human brain and present the particularity of being functional in most heterogeneous media. Furthermore, the irregularity is particularly taken into account by defining a buffer zone around the theoretical hyperbola in which the edge dots need to be encountered to belong to this specific hyperbola. First, the method was tested in laboratory conditions over tree roots and over PVC pipes with both time- and frequency-domain radars

  4. A wavelet-based ECG delineation algorithm for 32-bit integer online processing.

    PubMed

    Di Marco, Luigi Y; Chiari, Lorenzo

    2011-04-03

    Since the first well-known electrocardiogram (ECG) delineator based on Wavelet Transform (WT) presented by Li et al. in 1995, a significant research effort has been devoted to the exploitation of this promising method. Its ability to reliably delineate the major waveform components (mono- or bi-phasic P wave, QRS, and mono- or bi-phasic T wave) would make it a suitable candidate for efficient online processing of ambulatory ECG signals. Unfortunately, previous implementations of this method adopt non-linear operators such as root mean square (RMS) or floating point algebra, which are computationally demanding. This paper presents a 32-bit integer, linear algebra advanced approach to online QRS detection and P-QRS-T waves delineation of a single lead ECG signal, based on WT. The QRS detector performance was validated on the MIT-BIH Arrhythmia Database (sensitivity Se = 99.77%, positive predictive value P+ = 99.86%, on 109010 annotated beats) and on the European ST-T Database (Se = 99.81%, P+ = 99.56%, on 788050 annotated beats). The ECG delineator was validated on the QT Database, showing a mean error between manual and automatic annotation below 1.5 samples for all fiducial points: P-onset, P-peak, P-offset, QRS-onset, QRS-offset, T-peak, T-offset, and a mean standard deviation comparable to other established methods. The proposed algorithm exhibits reliable QRS detection as well as accurate ECG delineation, in spite of a simple structure built on integer linear algebra.

  5. The spatial QRS-T angle in the Frank vectorcardiogram: accuracy of estimates derived from the 12-lead electrocardiogram.

    PubMed

    Schreurs, Charlotte A; Algra, Annemijn M; Man, Sum-Che; Cannegieter, Suzanne C; van der Wall, Ernst E; Schalij, Martin J; Kors, Jan A; Swenne, Cees A

    2010-01-01

    The spatial QRS-T angle (SA), a predictor of sudden cardiac death, is a vectorcardiographic variable. Gold standard vertorcardiograms (VCGs) are recorded by using the Frank electrode positions. However, with the commonly available 12-lead ECG, VCGs must be synthesized by matrix multiplication (inverse Dower matrix/Kors matrix). Alternatively, Rautaharju proposed a method to calculate SA directly from the 12-lead ECG. Neither spatial angles computed by using the inverse Dower matrix (SA-D) nor by using the Kors matrix (SA-K) or by using Rautaharju's method (SA-R) have been validated with regard to the spatial angles as directly measured in the Frank VCG (SA-F). Our present study aimed to perform this essential validation. We analyzed SAs in 1220 simultaneously recorded 12-lead ECGs and VCGs, in all data, in SA-F-based tertiles, and after stratification according to pathology or sex. Linear regression of SA-K, SA-D, and SA-R on SA-F yielded offsets of 0.01 degree, 20.3 degrees, and 28.3 degrees and slopes of 0.96, 0.86, and 0.79, respectively. The bias of SA-K with respect to SA-F (mean +/- SD, -3.2 degrees +/- 13.9 degrees) was significantly (P < .001) smaller than the bias of both SA-D and SA-R with respect to SA-F (8.0 degrees +/- 18.6 degrees and 9.8 degrees +/- 24.6 degrees, respectively); tertile analysis showed a much more homogeneous behavior of the bias in SA-K than of both the bias in SA-D and in SA-R. In pathologic ECGs, there was no significant bias in SA-K; bias in men and women did not differ. SA-K resembled SA-F best. In general, when there is no specific reason either to synthesize VCGs with the inverse Dower matrix or to calculate the spatial QRS-T angle with Rautaharju's method, it seems prudent to use the Kors matrix. Copyright 2010 Elsevier Inc. All rights reserved.

  6. Magnetocardiography and magnetoencephalography measurements at room temperature using tunnel magneto-resistance sensors

    NASA Astrophysics Data System (ADS)

    Fujiwara, Kosuke; Oogane, Mikihiko; Kanno, Akitake; Imada, Masahiro; Jono, Junichi; Terauchi, Takashi; Okuno, Tetsuo; Aritomi, Yuuji; Morikawa, Masahiro; Tsuchida, Masaaki; Nakasato, Nobukazu; Ando, Yasuo

    2018-02-01

    Magnetocardiography (MCG) and magnetoencephalography (MEG) signals were detected at room temperature using tunnel magneto-resistance (TMR) sensors. TMR sensors developed with low-noise amplifier circuits detected the MCG R wave without averaging, and the QRS complex was clearly observed with averaging at a high signal-to-noise ratio. Spatial mapping of the MCG was also achieved. Averaging of MEG signals triggered by electroencephalography (EEG) clearly observed the phase inversion of the alpha rhythm with a correlation coefficient as high as 0.7 between EEG and MEG.

  7. detectIR: a novel program for detecting perfect and imperfect inverted repeats using complex numbers and vector calculation.

    PubMed

    Ye, Congting; Ji, Guoli; Li, Lei; Liang, Chun

    2014-01-01

    Inverted repeats are present in abundance in both prokaryotic and eukaryotic genomes and can form DNA secondary structures--hairpins and cruciforms that are involved in many important biological processes. Bioinformatics tools for efficient and accurate detection of inverted repeats are desirable, because existing tools are often less accurate and time consuming, sometimes incapable of dealing with genome-scale input data. Here, we present a MATLAB-based program called detectIR for the perfect and imperfect inverted repeat detection that utilizes complex numbers and vector calculation and allows genome-scale data inputs. A novel algorithm is adopted in detectIR to convert the conventional sequence string comparison in inverted repeat detection into vector calculation of complex numbers, allowing non-complementary pairs (mismatches) in the pairing stem and a non-palindromic spacer (loop or gaps) in the middle of inverted repeats. Compared with existing popular tools, our program performs with significantly higher accuracy and efficiency. Using genome sequence data from HIV-1, Arabidopsis thaliana, Homo sapiens and Zea mays for comparison, detectIR can find lots of inverted repeats missed by existing tools whose outputs often contain many invalid cases. detectIR is open source and its source code is freely available at: https://sourceforge.net/projects/detectir.

  8. Detection of macroalgae blooms by complex SAR imagery.

    PubMed

    Shen, Hui; Perrie, William; Liu, Qingrong; He, Yijun

    2014-01-15

    Increased frequency and enhanced damage to the marine environment and to human society caused by green macroalgae blooms demand improved high-resolution early detection methods. Conventional satellite remote sensing methods via spectra radiometers do not work in cloud-covered areas, and therefore cannot meet these demands for operational applications. We present a methodology for green macroalgae bloom detection based on RADARSAT-2 synthetic aperture radar (SAR) images. Green macroalgae patches exhibit different polarimetric characteristics compared to the open ocean surface, in both the amplitude and phase domains of SAR-measured complex radar backscatter returns. In this study, new index factors are defined which have opposite signs in green macroalgae-covered areas, compared to the open water surface. These index factors enable unsupervised detection from SAR images, providing a high-resolution new tool for detection of green macroalgae blooms, which can potentially contribute to a better understanding of the mechanisms related to outbreaks of green macroalgae blooms in coastal areas throughout the world ocean. Crown Copyright © 2013. Published by Elsevier Ltd. All rights reserved.

  9. Colorimetric detection of catalytic reactivity of nanoparticles in complex matrices.

    PubMed

    Corredor, Charlie; Borysiak, Mark D; Wolfer, Jay; Westerhoff, Paul; Posner, Jonathan D

    2015-03-17

    There is a need for new methodologies to quickly assess the presence and reactivity of nanoparticles (NPs) in commercial, environmental, and biological samples since current detection techniques require expensive and complex analytical instrumentation. Here, we investigate a simple and portable colorimetric detection assay that assesses the surface reactivity of NPs, which can be used to detect the presence of NPs, in complex matrices (e.g., environmental waters, serum, urine, and in dissolved organic matter) at as low as part per billion (ppb) or ng/mL concentration levels. Surface redox reactivity is a key emerging property related to potential toxicity of NPs with living cells, and is used in our assays as a key surrogate for the presence of NPs and a first tier analytical strategy toward assessing NP exposures. We detect a wide range of metal (e.g., Ag and Au) and oxide (e.g., CeO2, SiO2, VO2) NPs with a diameter range of 5 to 400 nm and multiple capping agents (tannic acid (TA), polyvinylpyrrolidone (PVP), branched polyethylenimine (BPEI), polyethylene glycol (PEG)). This method is sufficiently sensitive (ppb levels) to measure concentrations typically used in toxicological studies, and uses inexpensive, commercially available reagents.

  10. Receiver bandwidth effects on complex modulation and detection using directly modulated lasers.

    PubMed

    Yuan, Feng; Che, Di; Shieh, William

    2016-05-01

    Directly modulated lasers (DMLs) have long been employed for short- and medium-reach optical communications due to their low cost. Recently, a new modulation scheme called complex modulated DMLs has been demonstrated showing a significant optical signal to noise ratio sensitivity enhancement compared with the traditional intensity-only detection scheme. However, chirp-induced optical spectrum broadening is inevitable in complex modulated systems, which may imply a need for high-bandwidth receivers. In this Letter, we study the impact of receiver bandwidth effects on the performance of complex modulation and coherent detection systems based on DMLs. We experimentally demonstrate that such systems exhibit a reasonable tolerance for the reduced receiver bandwidth. For 10 Gbaud 4-level pulse amplitude modulation signals, the required electrical bandwidth is as low as 8.5 and 7.5 GHz for 7% and 20% forward error correction, respectively. Therefore, it is feasible to realize DML-based complex modulated systems using cost-effective receivers with narrow bandwidth.

  11. A wavelet-based ECG delineation algorithm for 32-bit integer online processing

    PubMed Central

    2011-01-01

    Background Since the first well-known electrocardiogram (ECG) delineator based on Wavelet Transform (WT) presented by Li et al. in 1995, a significant research effort has been devoted to the exploitation of this promising method. Its ability to reliably delineate the major waveform components (mono- or bi-phasic P wave, QRS, and mono- or bi-phasic T wave) would make it a suitable candidate for efficient online processing of ambulatory ECG signals. Unfortunately, previous implementations of this method adopt non-linear operators such as root mean square (RMS) or floating point algebra, which are computationally demanding. Methods This paper presents a 32-bit integer, linear algebra advanced approach to online QRS detection and P-QRS-T waves delineation of a single lead ECG signal, based on WT. Results The QRS detector performance was validated on the MIT-BIH Arrhythmia Database (sensitivity Se = 99.77%, positive predictive value P+ = 99.86%, on 109010 annotated beats) and on the European ST-T Database (Se = 99.81%, P+ = 99.56%, on 788050 annotated beats). The ECG delineator was validated on the QT Database, showing a mean error between manual and automatic annotation below 1.5 samples for all fiducial points: P-onset, P-peak, P-offset, QRS-onset, QRS-offset, T-peak, T-offset, and a mean standard deviation comparable to other established methods. Conclusions The proposed algorithm exhibits reliable QRS detection as well as accurate ECG delineation, in spite of a simple structure built on integer linear algebra. PMID:21457580

  12. Boosting-Based Optimization as a Generic Framework for Novelty and Fraud Detection in Complex Strategies

    NASA Astrophysics Data System (ADS)

    Gavrishchaka, Valeriy V.; Kovbasinskaya, Maria; Monina, Maria

    2008-11-01

    Novelty detection is a very desirable additional feature of any practical classification or forecasting system. Novelty and rare patterns detection is the main objective in such applications as fault/abnormality discovery in complex technical and biological systems, fraud detection and risk management in financial and insurance industry. Although many interdisciplinary approaches for rare event modeling and novelty detection have been proposed, significant data incompleteness due to the nature of the problem makes it difficult to find a universal solution. Even more challenging and much less formalized problem is novelty detection in complex strategies and models where practical performance criteria are usually multi-objective and the best state-of-the-art solution is often not known due to the complexity of the task and/or proprietary nature of the application area. For example, it is much more difficult to detect a series of small insider trading or other illegal transactions mixed with valid operations and distributed over long time period according to a well-designed strategy than a single, large fraudulent transaction. Recently proposed boosting-based optimization was shown to be an effective generic tool for the discovery of stable multi-component strategies/models from the existing parsimonious base strategies/models in financial and other applications. Here we outline how the same framework can be used for novelty and fraud detection in complex strategies and models.

  13. Latest Progress of Fault Detection and Localization in Complex Electrical Engineering

    NASA Astrophysics Data System (ADS)

    Zhao, Zheng; Wang, Can; Zhang, Yagang; Sun, Yi

    2014-01-01

    In the researches of complex electrical engineering, efficient fault detection and localization schemes are essential to quickly detect and locate faults so that appropriate and timely corrective mitigating and maintenance actions can be taken. In this paper, under the current measurement precision of PMU, we will put forward a new type of fault detection and localization technology based on fault factor feature extraction. Lots of simulating experiments indicate that, although there are disturbances of white Gaussian stochastic noise, based on fault factor feature extraction principal, the fault detection and localization results are still accurate and reliable, which also identifies that the fault detection and localization technology has strong anti-interference ability and great redundancy.

  14. Detecting the Elusive P-Wave: A New ECG Lead to Improve the Recording of Atrial Activity.

    PubMed

    Kennedy, Alan; Finlay, Dewar D; Guldenring, Daniel; Bond, Raymond R; McLaughlin, James

    2016-02-01

    In this study, we report on a lead selection method that was developed to detect the optimal bipolar electrode placement for recording of the P-wave. The study population consisted of 117 lead body surface potential maps recorded from 229 healthy subjects. The optimal bipolar lead was developed using the training set (172 subjects) then extracted from the testing dataset (57 subjects) and compared to other lead systems previously reported for improved recording of atrial activity. All leads were assessed in terms of P-wave, QRS, and STT root mean square (RMS). The P/QRST RMS ratio was also investigated to determine the atrioventricular RMS ratio. Finally, the effect of minor electrode misplacements on the P-lead was investigated. The P-lead discovered in this study outperformed all other investigated leads in terms of P-wave RMS. The P-lead showed a significant improvement in median P-wave RMS (93 versus 72 μV, p < 0.001) over the next best lead, Lead II. An improvement in QRS and STT RMS was also observed from the P-lead in comparison to lead II (668 versus 573 μV, p < 0.001) and (327 versus 196 μV, p < 0.001). Although P-wave RMS was reduced by incorrect electrode placement, significant improvement over Lead II was still evident. The P-lead improves P-wave RMS signal strength over all other investigated leads. Also the P-lead does not reduce QRS and STT RMS making it an appropriate choice for atrial arrhythmia monitoring. Given the improvement in signal-to-noise ratio, an improvement in algorithms that rely on P-wave analysis may be achieved.

  15. SA-SOM algorithm for detecting communities in complex networks

    NASA Astrophysics Data System (ADS)

    Chen, Luogeng; Wang, Yanran; Huang, Xiaoming; Hu, Mengyu; Hu, Fang

    2017-10-01

    Currently, community detection is a hot topic. This paper, based on the self-organizing map (SOM) algorithm, introduced the idea of self-adaptation (SA) that the number of communities can be identified automatically, a novel algorithm SA-SOM of detecting communities in complex networks is proposed. Several representative real-world networks and a set of computer-generated networks by LFR-benchmark are utilized to verify the accuracy and the efficiency of this algorithm. The experimental findings demonstrate that this algorithm can identify the communities automatically, accurately and efficiently. Furthermore, this algorithm can also acquire higher values of modularity, NMI and density than the SOM algorithm does.

  16. High-frequency ECG

    NASA Technical Reports Server (NTRS)

    Tragardh, Elin; Schlegel, Todd T.

    2006-01-01

    The standard ECG is by convention limited to 0.05-150 Hz, but higher frequencies are also present in the ECG signal. With high-resolution technology, it is possible to record and analyze these higher frequencies. The highest amplitudes of the high-frequency components are found within the QRS complex. In past years, the term "high frequency", "high fidelity", and "wideband electrocardiography" have been used by several investigators to refer to the process of recording ECGs with an extended bandwidth of up to 1000 Hz. Several investigators have tried to analyze HF-QRS with the hope that additional features seen in the QRS complex would provide information enhancing the diagnostic value of the ECG. The development of computerized ECG-recording devices that made it possible to record ECG signals with high resolution in both time and amplitude, as well as better possibilities to store and process the signals digitally, offered new methods for analysis. Different techniques to extract the HF-QRS have been described. Several bandwidths and filter types have been applied for the extraction as well as different signal-averaging techniques for noise reduction. There is no standard method for acquiring and quantifying HF-QRS. The physiological mechanisms underlying HF-QRS are still not fully understood. One theory is that HF-QRS are related to the conduction velocity and the fragmentation of the depolarization wave in the myocardium. In a three-dimensional model of the ventricles with a fractal conduction system it was shown that high numbers of splitting branches are associated with HF-QRS. In this experiment, it was also shown that the changes seen in HF-QRS in patients with myocardial ischemia might be due to the slowing of the conduction velocity in the region of ischemia. This mechanism has been tested by Watanabe et al by infusing sodium channel blockers into the left anterior descending artery in dogs. In their study, 60 unipolar ECGs were recorded from the entire

  17. Community detection in complex networks using proximate support vector clustering

    NASA Astrophysics Data System (ADS)

    Wang, Feifan; Zhang, Baihai; Chai, Senchun; Xia, Yuanqing

    2018-03-01

    Community structure, one of the most attention attracting properties in complex networks, has been a cornerstone in advances of various scientific branches. A number of tools have been involved in recent studies concentrating on the community detection algorithms. In this paper, we propose a support vector clustering method based on a proximity graph, owing to which the introduced algorithm surpasses the traditional support vector approach both in accuracy and complexity. Results of extensive experiments undertaken on computer generated networks and real world data sets illustrate competent performances in comparison with the other counterparts.

  18. Quantitative assessment of 12-lead ECG synthesis using CAVIAR.

    PubMed

    Scherer, J A; Rubel, P; Fayn, J; Willems, J L

    1992-01-01

    The objective of this study is to assess the performance of patient-specific segment-specific (PSSS) synthesis in QRST complexes using CAVIAR, a new method of the serial comparison for electrocardiograms and vectorcardiograms. A collection of 250 multi-lead recordings from the Common Standards for Quantitative Electrocardiography (CSE) diagnostic pilot study is employed. QRS and ST-T segments are independently synthesized using the PSSS algorithm so that the mean-squared error between the original and estimated waveforms is minimized. CAVIAR compares the recorded and synthesized QRS and ST-T segments and calculates the mean-quadratic deviation as a measure of error. The results of this study indicate that estimated QRS complexes are good representatives of their recorded counterparts, and the integrity of the spatial information is maintained by the PSSS synthesis process. Analysis of the ST-T segments suggests that the deviations between recorded and synthesized waveforms are considerably greater than those associated with the QRS complexes. The poorer performance of the ST-T segments is attributed to magnitude normalization of the spatial loops, low-voltage passages, and noise interference. Using the mean-quadratic deviation and CAVIAR as methods of performance assessment, this study indicates that the PSSS-synthesis algorithm accurately maintains the signal information within the 12-lead electrocardiogram.

  19. Advanced Electrocardiography Can Identify Occult Cardiomyopathy in Doberman Pinschers

    NASA Technical Reports Server (NTRS)

    Spiljak, M.; Petric, A. Domanjko; Wilberg, M.; Olsen, L. H.; Stepancic, A.; Schlegel, T. T.; Starc, V.

    2011-01-01

    Recently, multiple advanced resting electrocardiographic (A-ECG) techniques have improved the diagnostic value of short-duration ECG in detection of dilated cardiomyopathy (DCM) in humans. This study investigated whether 12-lead A-ECG recordings could accurately identify the occult phase of DCM in dogs. Short-duration (3-5 min) high-fidelity 12-lead ECG recordings were obtained from 31 privately-owned, clinically healthy Doberman Pinschers (5.4 +/- 1.7 years, 11/20 males/females). Dogs were divided into 2 groups: 1) 19 healthy dogs with normal echocardiographic M-mode measurements: left ventricular internal diameter in diastole (LVIDd . 47mm) and in systole (LVIDs . 38mm) and normal 24-hour ECG recordings (<50 ventricular premature complexes, VPCs); and 2) 12 dogs with occult DCM: 11/12 dogs had increased M-mode measurements (LVIDd . 49mm and/or LVIDs . 40mm) and 5/11 dogs had also >100 VPCs/24h; 1/12 dogs had only abnormal 24-hour ECG recordings (>100 VPCs/24h). ECG recordings were evaluated via custom software programs to calculate multiple parameters of high-frequency (HF) QRS ECG, heart rate variability, QT variability, waveform complexity and 3-D ECG. Student's t-tests determined 19 ECG parameters that were significantly different (P < 0.05) between groups. Principal component factor analysis identified a 5-factor model with 81.4% explained variance. QRS dipolar and non-dipolar voltages, Cornell voltage criteria and QRS waveform residuum were increased significantly (P < 0.05), whereas mean HF QRS amplitude was decreased significantly (P < 0.05) in dogs with occult DCM. For the 5 selected parameters the prediction of occult DCM was performed using a binary logistic regression model with Chi-square tested significance (P < 0.01). ROC analyses showed that the five selected ECG parameters could identify occult ECG with sensitivity 89% and specificity 83%. Results suggest that 12-lead A-ECG might improve diagnostic value of short-duration ECG in earlier detection

  20. The Detection Method of Fire Abnormal Based on Directional Drilling in Complex Conditions of Mine

    NASA Astrophysics Data System (ADS)

    Huijun, Duan; Shijun, Hao; Jie, Feng

    2018-06-01

    In the light of more and more urgent hidden fire abnormal detection problem in complex conditions of mine, a method which is used directional drilling technology is put forward. The method can avoid the obstacles in mine, and complete the fire abnormal detection. This paper based on analyzing the trajectory control of directional drilling, measurement while drilling and the characteristic of open branch process, the project of the directional drilling is formulated combination with a complex condition mine, and the detection of fire abnormal is implemented. This method can provide technical support for fire prevention, which also can provide a new way for fire anomaly detection in the similar mine.

  1. Generalized Optical Theorem Detection in Random and Complex Media

    NASA Astrophysics Data System (ADS)

    Tu, Jing

    The problem of detecting changes of a medium or environment based on active, transmit-plus-receive wave sensor data is at the heart of many important applications including radar, surveillance, remote sensing, nondestructive testing, and cancer detection. This is a challenging problem because both the change or target and the surrounding background medium are in general unknown and can be quite complex. This Ph.D. dissertation presents a new wave physics-based approach for the detection of targets or changes in rather arbitrary backgrounds. The proposed methodology is rooted on a fundamental result of wave theory called the optical theorem, which gives real physical energy meaning to the statistics used for detection. This dissertation is composed of two main parts. The first part significantly expands the theory and understanding of the optical theorem for arbitrary probing fields and arbitrary media including nonreciprocal media, active media, as well as time-varying and nonlinear scatterers. The proposed formalism addresses both scalar and full vector electromagnetic fields. The second contribution of this dissertation is the application of the optical theorem to change detection with particular emphasis on random, complex, and active media, including single frequency probing fields and broadband probing fields. The first part of this work focuses on the generalization of the existing theoretical repertoire and interpretation of the scalar and electromagnetic optical theorem. Several fundamental generalizations of the optical theorem are developed. A new theory is developed for the optical theorem for scalar fields in nonhomogeneous media which can be bounded or unbounded. The bounded media context is essential for applications such as intrusion detection and surveillance in enclosed environments such as indoor facilities, caves, tunnels, as well as for nondestructive testing and communication systems based on wave-guiding structures. The developed scalar

  2. Detection of sialomucin complex (MUC4) in human ocular surface epithelium and tear fluid.

    PubMed

    Pflugfelder, S C; Liu, Z; Monroy, D; Li, D Q; Carvajal, M E; Price-Schiavi, S A; Idris, N; Solomon, A; Perez, A; Carraway, K L

    2000-05-01

    To evaluate human ocular surface epithelium and tear fluid for the presence of sialomucin complex (MUC4), a high-molecular-weight heterodimeric glycoprotein composed of mucin (ASGP-1) and transmembrane (ASGP-2) subunits. Reverse transcription-polymerase chain reaction (RT-PCR) and Northern blot analysis assays were used to identify sialomucin complex RNA in ocular surface epithelia. Immunoprecipitation and immunoblot analysis were used to identify immunoreactive species in human tears and in the corneal and conjunctival epithelia using antibodies specific for carbohydrate and peptide epitopes on the sialomucin complex subunits. Immunofluorescence staining was used to detect sialomucin complex in frozen sections and impression cytology specimens of human cornea and conjunctival epithelia. ASGP-1- and ASGP-2-specific sequences were amplified from RNA extracted from both conjunctival and corneal epithelial biopsies by RT-PCR. Sialomucin complex transcripts were also detected in these tissues by Northern blot analysis, with a greater level of RNA detected in the peripheral than the central corneal epithelium. Sialomucin complex was immunoprecipitated from tear fluid samples and both corneal and conjunctival epithelia and detected by immunoblot analysis with specific anti-ASGP-1 and anti-ASGP-2 antibodies. The ASGP-1 peptide antibody HA-1 stained the full thickness of the corneal and conjunctival epithelia. In contrast, antibody 15H10, which reacts against a carbohydrate epitope on ASGP-1, stained only the superficial epithelial layers of these tissues. No staining was observed in the conjunctival goblet cells. Sialomucin complex was originally identified in rat mammary adenocarcinoma cells and has recently been shown to be produced by the ocular surface epithelia of rats. Furthermore, it has been identified as the rat homologue of human MUC4 mucin. The present studies show that it is expressed in the stratified epithelium covering the surface of the human eye and is

  3. MYBPC3 hypertrophic cardiomyopathy can be detected by using advanced ECG in children and young adults.

    PubMed

    Fernlund, E; Liuba, P; Carlson, J; Platonov, P G; Schlegel, T T

    2016-01-01

    The conventional ECG is commonly used to screen for hypertrophic cardiomyopathy (HCM), but up to 25% of adults and possibly larger percentages of children with HCM have no distinctive abnormalities on the conventional ECG, whereas 5 to 15% of healthy young athletes do. Recently, a 5-min resting advanced 12-lead ECG test ("A-ECG score") showed superiority to pooled criteria from the strictly conventional ECG in correctly identifying adult HCM. The purpose of this study was to evaluate whether in children and young adults, A-ECG scoring could detect echocardiographic HCM associated with the MYBPC3 genetic mutation with greater sensitivity than conventional ECG criteria and distinguish healthy young controls and athletes from persons with MYBPC3 HCM with greater specificity. Five-minute 12-lead ECGs were obtained from 15 young patients (mean age 13.2years, range 0-30years) with MYBPC3 mutation and phenotypic HCM. The conventional and A-ECG results of these patients were compared to those of 198 healthy children and young adults (mean age 13.2, range 1month-30years) with unremarkable echocardiograms, and to those of 36 young endurance-trained athletes, 20 of whom had athletic (physiologic) left ventricular hypertrophy. Compared with commonly used, age-specific pooled criteria from the conventional ECG, a retrospectively generated A-ECG score incorporating results from just 2 derived vectorcardiographic parameters (spatial QRS-T angle and the change in the vectorcardiographic QRS azimuth angle from the second to the third eighth of the QRS interval) increased the sensitivity of ECG for identifying MYBPC3 HCM from 46% to 87% (p<0.05). Use of the same score also demonstrated superior specificity in a set of 198 healthy controls (94% vs. 87% for conventional ECG criteria; p<0.01) including in a subset of 36 healthy, young endurance-trained athletes (100% vs. 69% for conventional ECG criteria, p<0.001). In children and young adults, a 2-parameter 12-lead A-ECG score is

  4. Impact Detection for Characterization of Complex Multiphase Flows

    NASA Astrophysics Data System (ADS)

    Chan, Wai Hong Ronald; Urzay, Javier; Mani, Ali; Moin, Parviz

    2016-11-01

    Multiphase flows often involve a wide range of impact events, such as liquid droplets impinging on a liquid pool or gas bubbles coalescing in a liquid medium. These events contribute to a myriad of large-scale phenomena, including breaking waves on ocean surfaces. As impacts between surfaces necessarily occur at isolated points, numerical simulations of impact events will require the resolution of molecular scales near the impact points for accurate modeling. This can be prohibitively expensive unless subgrid impact and breakup models are formulated to capture the effects of the interactions. The first step in a large-eddy simulation (LES) based computational methodology for complex multiphase flows like air-sea interactions requires effective detection of these impact events. The starting point of this work is a collision detection algorithm for structured grids on a coupled level set / volume of fluid (CLSVOF) solver adapted from an earlier algorithm for cloth animations that triangulates the interface with the marching cubes method. We explore the extension of collision detection to a geometric VOF solver and to unstructured grids. Supported by ONR/A*STAR. Agency of Science, Technology and Research, Singapore; Office of Naval Research, USA.

  5. Rapid visual and spectrophotometric nitrite detection by cyclometalated ruthenium complex.

    PubMed

    Lo, Hoi-Shing; Lo, Ka-Wai; Yeung, Chi-Fung; Wong, Chun-Yuen

    2017-10-16

    Quantitative determination of nitrite ion (NO 2 - ) is of great importance in environmental and clinical investigations. A rapid visual and spectrophotometric assay for NO 2 - detection was developed based on a newly designed ruthenium complex, [Ru(npy)([9]aneS3)(CO)](ClO 4 ) (denoted as RuNPY; npy = 2-(1-naphthyl)pyridine, [9]aneS3 = 1,4,7-trithiacyclononane). This complex traps NO + produced in acidified NO 2 - solution, and yields observable color change within 1 min at room temperature. The assay features excellent dynamic range (1-840 μmol L -1 ) and high selectivity, and its limit of detection (0.39 μmol L -1 ) is also well below the guideline values for drinking water recommended by WHO and U.S. EPA. Practical use of this assay in tap water and human urine was successfully demonstrated. Overall, the rapidity and selectivity of this assay overcome the problems suffered by the commonly used modified Griess assays for nitrite determination. Copyright © 2017 Elsevier B.V. All rights reserved.

  6. DNA barcoding and real-time PCR detection of Bactrocera xanthodes (Tephritidae: Diptera) complex.

    PubMed

    Li, D; Waite, D W; Gunawardana, D N; McCarthy, B; Anderson, D; Flynn, A; George, S

    2018-05-06

    Immature fruit fly stages of the family Tephritidae are commonly intercepted on breadfruit from Pacific countries at the New Zealand border but are unable to be identified to the species level using morphological characters. Subsequent molecular identification showed that they belong to Bactrocera xanthodes, which is part of a species complex that includes Bactrocera paraxanthodes, Bactrocera neoxanthodes and an undescribed species. To establish a more reliable molecular identification system for B. xanthodes, a reference database of DNA barcode sequences for the 5'-fragment of COI gene region was constructed for B. xanthodes from Fiji, Samoa and Tonga. To better understand the species complex, B. neoxanthodes from Vanuatu and B. paraxanthodes from New Caledonia were also barcoded. Using the results of this analysis, real-time TaqMan polymerase chain reaction (PCR) assays for the detection of B. xanthodes complex and for the three individual species of the complex were developed and validated. The assay showed high specificity for the target species, with no cross-reaction observed for closely related organisms. Each of the real-time PCR assays is sensitive, detecting the target sequences at concentrations as low as ten copies µl-1 and can be used as either singleplex or multiplex formats. This real-time PCR assay for B. xanthodes has been successfully applied at the borders in New Zealand, leading to the rapid identification of intercepted Tephritidae eggs and larvae. The developed assays will be useful biosecurity tools for rapid detection of species in the B. xanthodes complex worldwide.

  7. Fault detection techniques for complex cable shield topologies

    NASA Astrophysics Data System (ADS)

    Coonrod, Kurt H.; Davis, Stuart L.; McLemore, Donald P.

    1994-09-01

    This document presents the results of a basic principles study which investigated technical approaches for developing fault detection techniques for use on cables with complex shielding topologies. The study was limited to those approaches which could realistically be implemented on a fielded cable, i.e., approaches which would require partial disassembly of a cable were not pursued. The general approach used was to start with present transfer impedance measurement techniques and modify their use to achieve the best possible measurement range. An alternative test approach, similar to a sniffer type test, was also investigated.

  8. Dynamical complexity detection in geomagnetic activity indices using wavelet transforms and Tsallis entropy

    NASA Astrophysics Data System (ADS)

    Balasis, G.; Daglis, I. A.; Papadimitriou, C.; Kalimeri, M.; Anastasiadis, A.; Eftaxias, K.

    2008-12-01

    Dynamical complexity detection for output time series of complex systems is one of the foremost problems in physics, biology, engineering, and economic sciences. Especially in magnetospheric physics, accurate detection of the dissimilarity between normal and abnormal states (e.g. pre-storm activity and magnetic storms) can vastly improve space weather diagnosis and, consequently, the mitigation of space weather hazards. Herein, we examine the fractal spectral properties of the Dst data using a wavelet analysis technique. We show that distinct changes in associated scaling parameters occur (i.e., transition from anti- persistent to persistent behavior) as an intense magnetic storm approaches. We then analyze Dst time series by introducing the non-extensive Tsallis entropy, Sq, as an appropriate complexity measure. The Tsallis entropy sensitively shows the complexity dissimilarity among different "physiological" (normal) and "pathological" states (intense magnetic storms). The Tsallis entropy implies the emergence of two distinct patterns: (i) a pattern associated with the intense magnetic storms, which is characterized by a higher degree of organization, and (ii) a pattern associated with normal periods, which is characterized by a lower degree of organization.

  9. Low complexity pixel-based halftone detection

    NASA Astrophysics Data System (ADS)

    Ok, Jiheon; Han, Seong Wook; Jarno, Mielikainen; Lee, Chulhee

    2011-10-01

    With the rapid advances of the internet and other multimedia technologies, the digital document market has been growing steadily. Since most digital images use halftone technologies, quality degradation occurs when one tries to scan and reprint them. Therefore, it is necessary to extract the halftone areas to produce high quality printing. In this paper, we propose a low complexity pixel-based halftone detection algorithm. For each pixel, we considered a surrounding block. If the block contained any flat background regions, text, thin lines, or continuous or non-homogeneous regions, the pixel was classified as a non-halftone pixel. After excluding those non-halftone pixels, the remaining pixels were considered to be halftone pixels. Finally, documents were classified as pictures or photo documents by calculating the halftone pixel ratio. The proposed algorithm proved to be memory-efficient and required low computation costs. The proposed algorithm was easily implemented using GPU.

  10. Evaluation of heart rate variability indices using a real-time handheld remote ECG monitor.

    PubMed

    Singh, Swaroop S; Carlson, Barbara W; Hsiao, Henry S

    2007-12-01

    Studies on retrospective electrocardiogram (ECG) recordings of patients during cardiac arrest have shown significant changes in heart rate variability (HRV) indices prior to the onset of cardiac arrhythmia. The early detection of these changes in HRV indices increases the chances for a successful medical intervention by increasing the response time window. A portable, handheld remote ECG monitor designed in this research detects the QRS complex and calculates short-term HRV indices in real-time. The QRS detection of the ECG recordings of subjects from the MIT-Arrhythmia database yielded a mean sensitivity of 99.34% and a specificity of 99.31%. ECG recordings from normal subjects and subjects with congestive heart failure were used to identify the differences in HRV indices. An increase in heart rate, high-frequency spectral power (HFP), total spectral power, the ratio of HFP to low-frequency spectral power (LFP), and a decrease in root mean square sum of RR differences were observed. No difference was found on comparison of the standard deviation of normal to normal interval between adjacent R-waves, LFP, and very-low-frequency spectral power. Based on these, additional analytical calculations could be made to provide early warnings of impending cardiac conditions.

  11. Tetracoordinate Imidazole-Based Boron Complexes for the Selective Detection of Picric Acid.

    PubMed

    Dhanunjayarao, Kunchala; Mukundam, Vanga; Venkatasubbaiah, Krishnan

    2016-11-07

    N,N-Dimethylamine and N,N-diphenylamine-decorated highly fluorescent imidazole borates have been synthesized and investigated as new fluorophores for the selective detection of trinitrophenol/picric acid (PA). Structural studies of a probe 1 and PA (1·PA) complex revealed that the adduct formed by the deprotonation of PA by the -NMe 2 group along with weak interactions is responsible for the selective detection of PA over other polynitrated organic compounds.

  12. Value of the Electrocardiogram as a Predictor of Right Ventricular Dysfunction in Patients With Chronic Right Ventricular Volume Overload.

    PubMed

    Alonso, Pau; Andrés, Ana; Rueda, Joaquín; Buendía, Francisco; Igual, Begoña; Rodríguez, María; Osa, Ana; Arnau, Miguel A; Salvador, Antonio

    2015-05-01

    Pulmonary regurgitation is a common complication in patients with repaired tetralogy of Fallot or congenital pulmonary stenosis. Electrocardiographic variables have been correlated with parameters used to evaluate right ventricular function. We aimed to analyze the diagnostic value of the width and fragmentation of the electrocardiogram in the identification of patients with right ventricular dysfunction and/or dilation. We selected 107 consecutive patients diagnosed with severe pulmonary insufficiency after repair of pulmonary stenosis or tetralogy of Fallot. The tests included electrocardiography, echocardiography, and magnetic resonance. Each electrocardiogram was analyzed manually to measure QRS duration. We defined QRS fragmentation as the presence of low-voltage waves in the terminal portion of the QRS complex in at least 2 contiguous leads. We found a significant negative correlation between QRS width and right ventricular function, as well as a positive correlation with right ventricular volume. The receiver operating characteristic curve indicated a cut-off point for QRS width of 140ms, which showed good sensitivity for a diagnosis of right ventricular dilation (> 80%) and dysfunction (> 95%). In logistic regression models, a QRS duration > 140ms was found to be the only independent predictor of right ventricular dilation and dysfunction. Electrocardiography is a rapid, widely available, and reproducible tool. QRS width constitutes an independent predictor of the presence of right ventricular dilation and dysfunction. This study is the first to provide a cutoff value for QRS width to screen for right ventricle involvement. Copyright © 2014 Sociedad Española de Cardiología. Published by Elsevier España, S.L.U. All rights reserved.

  13. Sleep spindle and K-complex detection using tunable Q-factor wavelet transform and morphological component analysis

    PubMed Central

    Lajnef, Tarek; Chaibi, Sahbi; Eichenlaub, Jean-Baptiste; Ruby, Perrine M.; Aguera, Pierre-Emmanuel; Samet, Mounir; Kachouri, Abdennaceur; Jerbi, Karim

    2015-01-01

    A novel framework for joint detection of sleep spindles and K-complex events, two hallmarks of sleep stage S2, is proposed. Sleep electroencephalography (EEG) signals are split into oscillatory (spindles) and transient (K-complex) components. This decomposition is conveniently achieved by applying morphological component analysis (MCA) to a sparse representation of EEG segments obtained by the recently introduced discrete tunable Q-factor wavelet transform (TQWT). Tuning the Q-factor provides a convenient and elegant tool to naturally decompose the signal into an oscillatory and a transient component. The actual detection step relies on thresholding (i) the transient component to reveal K-complexes and (ii) the time-frequency representation of the oscillatory component to identify sleep spindles. Optimal thresholds are derived from ROC-like curves (sensitivity vs. FDR) on training sets and the performance of the method is assessed on test data sets. We assessed the performance of our method using full-night sleep EEG data we collected from 14 participants. In comparison to visual scoring (Expert 1), the proposed method detected spindles with a sensitivity of 83.18% and false discovery rate (FDR) of 39%, while K-complexes were detected with a sensitivity of 81.57% and an FDR of 29.54%. Similar performances were obtained when using a second expert as benchmark. In addition, when the TQWT and MCA steps were excluded from the pipeline the detection sensitivities dropped down to 70% for spindles and to 76.97% for K-complexes, while the FDR rose up to 43.62 and 49.09%, respectively. Finally, we also evaluated the performance of the proposed method on a set of publicly available sleep EEG recordings. Overall, the results we obtained suggest that the TQWT-MCA method may be a valuable alternative to existing spindle and K-complex detection methods. Paths for improvements and further validations with large-scale standard open-access benchmarking data sets are discussed. PMID

  14. Bicarbonate refractory QRS prolongation and left bundle-branch block following escitalopram and lamotrigine overdose: A case report and literature review of toxic left bundle-branch block.

    PubMed

    Farkas, A N; Marcott, M; Yanta, J H; Pizon, A F

    2018-05-02

    Toxic prolongation of the QRS interval most often results from blockade of cardiac voltage-gated sodium channels and manifests on electrocardiogram with a right bundle-branch block-like morphology. Rarely, a left bundle-branch block (LBBB) morphology has been reported. We report a case of transient LBBB resultant from ingestion of lamotrigine and citalopram which was refractory to sodium bicarbonate therapy and eventually resolved spontaneously. Cases of toxic LBBB are less likely to respond to bicarbonate therapy, suggesting that this finding is due to a mechanism other than sodium channel blockade. © 2018 John Wiley & Sons Ltd.

  15. A Novel Algorithm for Detecting Protein Complexes with the Breadth First Search

    PubMed Central

    Tang, Xiwei; Wang, Jianxin; Li, Min; He, Yiming; Pan, Yi

    2014-01-01

    Most biological processes are carried out by protein complexes. A substantial number of false positives of the protein-protein interaction (PPI) data can compromise the utility of the datasets for complexes reconstruction. In order to reduce the impact of such discrepancies, a number of data integration and affinity scoring schemes have been devised. The methods encode the reliabilities (confidence) of physical interactions between pairs of proteins. The challenge now is to identify novel and meaningful protein complexes from the weighted PPI network. To address this problem, a novel protein complex mining algorithm ClusterBFS (Cluster with Breadth-First Search) is proposed. Based on the weighted density, ClusterBFS detects protein complexes of the weighted network by the breadth first search algorithm, which originates from a given seed protein used as starting-point. The experimental results show that ClusterBFS performs significantly better than the other computational approaches in terms of the identification of protein complexes. PMID:24818139

  16. Defining and Detecting Complex Peak Relationships in Mass Spectral Data: The Mz.unity Algorithm.

    PubMed

    Mahieu, Nathaniel G; Spalding, Jonathan L; Gelman, Susan J; Patti, Gary J

    2016-09-20

    Analysis of a single analyte by mass spectrometry can result in the detection of more than 100 degenerate peaks. These degenerate peaks complicate spectral interpretation and are challenging to annotate. In mass spectrometry-based metabolomics, this degeneracy leads to inflated false discovery rates, data sets containing an order of magnitude more features than analytes, and an inefficient use of resources during data analysis. Although software has been introduced to annotate spectral degeneracy, current approaches are unable to represent several important classes of peak relationships. These include heterodimers and higher complex adducts, distal fragments, relationships between peaks in different polarities, and complex adducts between features and background peaks. Here we outline sources of peak degeneracy in mass spectra that are not annotated by current approaches and introduce a software package called mz.unity to detect these relationships in accurate mass data. Using mz.unity, we find that data sets contain many more complex relationships than we anticipated. Examples include the adduct of glutamate and nicotinamide adenine dinucleotide (NAD), fragments of NAD detected in the same or opposite polarities, and the adduct of glutamate and a background peak. Further, the complex relationships we identify show that several assumptions commonly made when interpreting mass spectral degeneracy do not hold in general. These contributions provide new tools and insight to aid in the annotation of complex spectral relationships and provide a foundation for improved data set identification. Mz.unity is an R package and is freely available at https://github.com/nathaniel-mahieu/mz.unity as well as our laboratory Web site http://pattilab.wustl.edu/software/ .

  17. Development of luminescent sensors based on transition metal complexes for the detection of nitroexplosives.

    PubMed

    Sathish, Veerasamy; Ramdass, Arumugam; Velayudham, Murugesan; Lu, Kuang-Lieh; Thanasekaran, Pounraj; Rajagopal, Seenivasan

    2017-12-12

    The detection of chemical explosives is a major area of research interest and is essential for the military as well as homeland security to counter the catastrophic effects of global terrorism. In recent years, tremendous effort has been devoted to the development of luminescent materials for the detection of explosives in the vapor, solution, and solid states with a high degree of selectivity and sensitivity and a rapid response time. Apart from the wide range of organic fluorescent chemosensors, transition metal complexes play a prominent role in the sensing of nitroaromatic explosives owing to their rich photophysical characteristics. This review briefly summarizes the salient features of the design and preparation of transition metal (Zn(ii), Ir(iii), Pd(ii), Pt(ii), Re(i) and Ru(ii)) complexes/metallacycles/metallosupramolecules with emphasis on their photophysical properties, sensing behavior, mechanism of action, and the driving forces for detecting explosives and future prospects and challenges. Most of the probes that have been reported to date act as "turn-off" luminescent sensors because their emission (intensity, lifetime, and quantum yield) is eventually quenched upon sensing with nitroaromatic compounds (NACs) through photo-induced electron or energy transfer. These unique properties of transition metal complexes in response to explosives open up new vistas for the development of real world applications such as on-site detection, in-field security, forensic research, etc.

  18. Real-Time Cytotoxicity Assay for Rapid and Sensitive Detection of Ricin from Complex Matrices

    PubMed Central

    Pauly, Diana; Worbs, Sylvia; Kirchner, Sebastian; Shatohina, Olena; Dorner, Martin B.; Dorner, Brigitte G.

    2012-01-01

    Background In the context of a potential bioterrorist attack sensitive and fast detection of functionally active toxins such as ricin from complex matrices is necessary to be able to start timely countermeasures. One of the functional detection methods currently available for ricin is the endpoint cytotoxicity assay, which suffers from a number of technical deficits. Methodology/Findings This work describes a novel online cytotoxicity assay for the detection of active ricin and Ricinus communis agglutinin, that is based on a real-time cell electronic sensing system and impedance measurement. Characteristic growth parameters of Vero cells were monitored online and used as standardized viability control. Upon incubation with toxin the cell status and the cytotoxic effect were visualized using a characteristic cell index–time profile. For ricin, tested in concentrations of 0.06 ng/mL or above, a concentration-dependent decrease of cell index correlating with cytotoxicity was recorded between 3.5 h and 60 h. For ricin, sensitive detection was determined after 24 h, with an IC50 of 0.4 ng/mL (for agglutinin, an IC50 of 30 ng/mL was observed). Using functionally blocking antibodies, the specificity for ricin and agglutinin was shown. For detection from complex matrices, ricin was spiked into several food matrices, and an IC50 ranging from 5.6 to 200 ng/mL was observed. Additionally, the assay proved to be useful in detecting active ricin in environmental sample materials, as shown for organic fertilizer containing R. communis material. Conclusions/Significance The cell-electrode impedance measurement provides a sensitive online detection method for biologically active cytotoxins such as ricin. As the cell status is monitored online, the assay can be standardized more efficiently than previous approaches based on endpoint measurement. More importantly, the real-time cytotoxicity assay provides a fast and easy tool to detect active ricin in complex sample matrices. PMID

  19. Ant colony clustering with fitness perception and pheromone diffusion for community detection in complex networks

    NASA Astrophysics Data System (ADS)

    Ji, Junzhong; Song, Xiangjing; Liu, Chunnian; Zhang, Xiuzhen

    2013-08-01

    Community structure detection in complex networks has been intensively investigated in recent years. In this paper, we propose an adaptive approach based on ant colony clustering to discover communities in a complex network. The focus of the method is the clustering process of an ant colony in a virtual grid, where each ant represents a node in the complex network. During the ant colony search, the method uses a new fitness function to percept local environment and employs a pheromone diffusion model as a global information feedback mechanism to realize information exchange among ants. A significant advantage of our method is that the locations in the grid environment and the connections of the complex network structure are simultaneously taken into account in ants moving. Experimental results on computer-generated and real-world networks show the capability of our method to successfully detect community structures.

  20. Signal averaging technique for noninvasive recording of late potentials in patients with coronary artery disease

    NASA Technical Reports Server (NTRS)

    Abboud, S.; Blatt, C. M.; Lown, B.; Graboys, T. B.; Sadeh, D.; Cohen, R. J.

    1987-01-01

    An advanced non invasive signal averaging technique was used to detect late potentials in two groups of patients: Group A (24 patients) with coronary artery disease (CAD) and without sustained ventricular tachycardia (VT) and Group B (8 patients) with CAD and sustained VT. Recorded analog data were digitized and aligned using a cross correlation function with fast Fourier transform schema, averaged and band pass filtered between 60 and 200 Hz with a non-recursive digital filter. Averaged filtered waveforms were analyzed by computer program for 3 parameters: (1) filtered QRS (fQRS) duration (2) interval between the peak of the R wave peak and the end of fQRS (R-LP) (3) RMS value of last 40 msec of fQRS (RMS). Significant change was found between Groups A and B in fQRS (101 -/+ 13 msec vs 123 -/+ 15 msec; p < .0005) and in R-LP vs 52 -/+ 11 msec vs 71-/+18 msec, p <.002). We conclude that (1) the use of a cross correlation triggering method and non-recursive digital filter enables a reliable recording of late potentials from the body surface; (2) fQRS and R-LP durations are sensitive indicators of CAD patients susceptible to VT.

  1. Rapid recovery from congestive heart failure following successful radiofrequency catheter ablation in a patient with late onset of Wolff-Parkinson-White syndrome.

    PubMed

    Yodogawa, Kenji; Ono, Norihiko; Seino, Yoshihiko

    2012-01-01

    A 56-year-old man was admitted because of palpitations and dyspnea. A 12-lead electrocardiogram showed irregular wide QRS complex tachycardia with a slur at the initial portion of the QRS complex. He had preexisting long-standing persistent atrial fibrillation, but early excitation syndrome had never been noted. Chest X-ray showed heart enlargement and pulmonary congestion. He was diagnosed with late onset of Wolff-Parkinson-White syndrome, and congestive heart failure was probably caused by rapid ventricular response of atrial fibrillation through the accessory pathway. Emergency catheter ablation for the accessory pathway was undertaken, and heart failure was dramatically improved.

  2. Neural Correlates of Temporal Complexity and Synchrony during Audiovisual Correspondence Detection.

    PubMed

    Baumann, Oliver; Vromen, Joyce M G; Cheung, Allen; McFadyen, Jessica; Ren, Yudan; Guo, Christine C

    2018-01-01

    We often perceive real-life objects as multisensory cues through space and time. A key challenge for audiovisual integration is to match neural signals that not only originate from different sensory modalities but also that typically reach the observer at slightly different times. In humans, complex, unpredictable audiovisual streams lead to higher levels of perceptual coherence than predictable, rhythmic streams. In addition, perceptual coherence for complex signals seems less affected by increased asynchrony between visual and auditory modalities than for simple signals. Here, we used functional magnetic resonance imaging to determine the human neural correlates of audiovisual signals with different levels of temporal complexity and synchrony. Our study demonstrated that greater perceptual asynchrony and lower signal complexity impaired performance in an audiovisual coherence-matching task. Differences in asynchrony and complexity were also underpinned by a partially different set of brain regions. In particular, our results suggest that, while regions in the dorsolateral prefrontal cortex (DLPFC) were modulated by differences in memory load due to stimulus asynchrony, areas traditionally thought to be involved in speech production and recognition, such as the inferior frontal and superior temporal cortex, were modulated by the temporal complexity of the audiovisual signals. Our results, therefore, indicate specific processing roles for different subregions of the fronto-temporal cortex during audiovisual coherence detection.

  3. Community detection in complex networks using deep auto-encoded extreme learning machine

    NASA Astrophysics Data System (ADS)

    Wang, Feifan; Zhang, Baihai; Chai, Senchun; Xia, Yuanqing

    2018-06-01

    Community detection has long been a fascinating topic in complex networks since the community structure usually unveils valuable information of interest. The prevalence and evolution of deep learning and neural networks have been pushing forward the advancement in various research fields and also provide us numerous useful and off the shelf techniques. In this paper, we put the cascaded stacked autoencoders and the unsupervised extreme learning machine (ELM) together in a two-level embedding process and propose a novel community detection algorithm. Extensive comparison experiments in circumstances of both synthetic and real-world networks manifest the advantages of the proposed algorithm. On one hand, it outperforms the k-means clustering in terms of the accuracy and stability thus benefiting from the determinate dimensions of the ELM block and the integration of sparsity restrictions. On the other hand, it endures smaller complexity than the spectral clustering method on account of the shrinkage in time spent on the eigenvalue decomposition procedure.

  4. A Type-2 fuzzy data fusion approach for building reliable weighted protein interaction networks with application in protein complex detection.

    PubMed

    Mehranfar, Adele; Ghadiri, Nasser; Kouhsar, Morteza; Golshani, Ashkan

    2017-09-01

    Detecting the protein complexes is an important task in analyzing the protein interaction networks. Although many algorithms predict protein complexes in different ways, surveys on the interaction networks indicate that about 50% of detected interactions are false positives. Consequently, the accuracy of existing methods needs to be improved. In this paper we propose a novel algorithm to detect the protein complexes in 'noisy' protein interaction data. First, we integrate several biological data sources to determine the reliability of each interaction and determine more accurate weights for the interactions. A data fusion component is used for this step, based on the interval type-2 fuzzy voter that provides an efficient combination of the information sources. This fusion component detects the errors and diminishes their effect on the detection protein complexes. So in the first step, the reliability scores have been assigned for every interaction in the network. In the second step, we have proposed a general protein complex detection algorithm by exploiting and adopting the strong points of other algorithms and existing hypotheses regarding real complexes. Finally, the proposed method has been applied for the yeast interaction datasets for predicting the interactions. The results show that our framework has a better performance regarding precision and F-measure than the existing approaches. Copyright © 2017 Elsevier Ltd. All rights reserved.

  5. Electrochemical DNA biosensor for detection of porcine oligonucleotides using ruthenium(II) complex as intercalator label redox

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Halid, Nurul Izni Abdullah; Hasbullah, Siti Aishah; Heng, Lee Yook

    2014-09-03

    A DNA biosensor detection of oligonucleotides via the interactions of porcine DNA with redox active complex based on the electrochemical transduction is described. A ruthenium(II) complex, [Ru(bpy){sub 2}(PIP)]{sup 2+}, (bpy = 2,2′bipyridine, PIP = 2-phenylimidazo[4,5-f[[1,10-phenanthroline]) as DNA label has been synthesized and characterized by 1H NMR and mass spectra. The study was carried out by covalent bonding immobilization of porcine aminated DNA probes sequences on screen printed electrode (SPE) modified with succinimide-acrylic microspheres and [Ru(bpy){sub 2}(PIP)]{sup 2+} was used as electrochemical redox intercalator label to detect DNA hybridization event. Electrochemical detection was performed by cyclic voltammetry (CV) and differential pulsemore » voltammetry (DPV) over the potential range where the ruthenium (II) complex was active. The results indicate that the interaction of [Ru(bpy){sub 2}(PIP)]{sup 2+} with hybridization complementary DNA has higher response compared to single-stranded and mismatch complementary DNA.« less

  6. ALGORITHM OF CARDIO COMPLEX DETECTION AND SORTING FOR PROCESSING THE DATA OF CONTINUOUS CARDIO SIGNAL MONITORING.

    PubMed

    Krasichkov, A S; Grigoriev, E B; Nifontov, E M; Shapovalov, V V

    The paper presents an algorithm of cardio complex classification as part of processing the data of continuous cardiac monitoring. R-wave detection concurrently with cardio complex sorting is discussed. The core of this approach is the use of prior information about. cardio complex forms, segmental structure, and degree of kindness. Results of the sorting algorithm testing are provided.

  7. Studies on deflection area vectors of QRS and T and ventricular gradient in right ventricular hypertrophy.

    PubMed

    Kawaguchi, Y

    1985-04-01

    QRS deflection area vector (Aqrs), T deflection area vector (At) and ventricular gradient (G) in right ventricular hypertrophy were studied in 53 subjects divided on the basis of cardiac catheterization data into four subgroups; normal controls, mild MS group, right ventricular pressure overload group and right ventricular volume overload group. Aqrs, At and G of the four subgroups were calculated using a microcomputer and compared. Aqrs in right ventricular pressure overload group and volume overload group was shifted to the right and slightly anteriorly from that in normal control group. At in right ventricular pressure overload group and volume overload group was shifted slightly upwards and significantly posteriorly from that in the normal control and mild MS groups. G in right ventricular pressure overload group and volume overload group was shifted to the right and significantly posteriorly from that in normal control and mild MS groups. Using multivariative analysis, we developed criteria for diagnosing right ventricular hypertrophy with At: 0.059At(Z) - 0.0145 [At] - 0.2608 less than or equal to 0. Application of this criteria achieved 82.4% (28 of 34) sensitivity in the patients with right ventricular hypertrophy and 90.9% (10 of 11) specificity in the normal control subjects.

  8. Neural Correlates of Temporal Complexity and Synchrony during Audiovisual Correspondence Detection

    PubMed Central

    Ren, Yudan

    2018-01-01

    Abstract We often perceive real-life objects as multisensory cues through space and time. A key challenge for audiovisual integration is to match neural signals that not only originate from different sensory modalities but also that typically reach the observer at slightly different times. In humans, complex, unpredictable audiovisual streams lead to higher levels of perceptual coherence than predictable, rhythmic streams. In addition, perceptual coherence for complex signals seems less affected by increased asynchrony between visual and auditory modalities than for simple signals. Here, we used functional magnetic resonance imaging to determine the human neural correlates of audiovisual signals with different levels of temporal complexity and synchrony. Our study demonstrated that greater perceptual asynchrony and lower signal complexity impaired performance in an audiovisual coherence-matching task. Differences in asynchrony and complexity were also underpinned by a partially different set of brain regions. In particular, our results suggest that, while regions in the dorsolateral prefrontal cortex (DLPFC) were modulated by differences in memory load due to stimulus asynchrony, areas traditionally thought to be involved in speech production and recognition, such as the inferior frontal and superior temporal cortex, were modulated by the temporal complexity of the audiovisual signals. Our results, therefore, indicate specific processing roles for different subregions of the fronto-temporal cortex during audiovisual coherence detection. PMID:29354682

  9. Using Metal Complex Ion-Molecule Reactions in a Miniature Rectilinear Ion Trap Mass Spectrometer to Detect Chemical Warfare Agents

    NASA Astrophysics Data System (ADS)

    Graichen, Adam M.; Vachet, Richard W.

    2013-06-01

    The gas-phase reactions of a series of coordinatively unsaturated [Ni(L)n]y+ complexes, where L is a nitrogen-containing ligand, with chemical warfare agent (CWA) simulants in a miniature rectilinear ion trap mass spectrometer were investigated as part of a new approach to detect CWAs. Results show that upon entering the vacuum system via a poly(dimethylsiloxane) (PDMS) membrane introduction, low concentrations of several CWA simulants, including dipropyl sulfide (simulant for mustard gas), acetonitrile (simulant for the nerve agent tabun), and diethyl phosphite (simulant for nerve agents sarin, soman, tabun, and VX), can react with metal complex ions generated by electrospray ionization (ESI), thereby providing a sensitive means of detecting these compounds. The [Ni(L)n]2+ complexes are found to be particularly reactive with the simulants of mustard gas and tabun, allowing their detection at low parts-per-billion (ppb) levels. These detection limits are well below reported exposure limits for these CWAs, which indicates the applicability of this new approach, and are about two orders of magnitude lower than electron ionization detection limits on the same mass spectrometer. The use of coordinatively unsaturated metal complexes as reagent ions offers the possibility of further tuning the ion-molecule chemistry so that desired compounds can be detected selectively or at even lower concentrations.

  10. Selective and Sensitive Fluorescent Detection of Picric Acid by New Pyrene and Anthracene Based Copper Complexes.

    PubMed

    Reddy, Kumbam Lingeshwar; Kumar, Anabathula Manoj; Dhir, Abhimanew; Krishnan, Venkata

    2016-11-01

    New pyrene and anthracene based copper complexes 4 and 7 respectively were designed, synthesized and characterized. The fluorescence behaviour of both 4 and 7 were evaluated towards nitro aromatics and anions. Both 4 and 7 possess high selectivity for the detection of well-known explosive picric acid (PA) by showing maximum fluorescence affinity. Furthermore, complex 4 showed similar sensing efficiency towards PA at different pH ranges. It was also used for real world applications, as illustrated by the very fast detection of PA from soil samples observed directly by naked eye.

  11. High-frequency Electrocardiogram Analysis in the Ability to Predict Reversible Perfusion Defects during Adenosine Myocardial Perfusion Imaging

    NASA Technical Reports Server (NTRS)

    Tragardh, Elin; Schlegel, Todd T.; Carlsson, Marcus; Pettersson, Jonas; Nilsson, Klas; Pahlm, Olle

    2007-01-01

    Background: A previous study has shown that analysis of high-frequency QRS components (HF-QRS) is highly sensitive and reasonably specific for detecting reversible perfusion defects on myocardial perfusion imaging (MPI) scans during adenosine. The purpose of the present study was to try to reproduce those findings. Methods: 12-lead high-resolution electrocardiogram recordings were obtained from 100 patients before (baseline) and during adenosine Tc-99m-tetrofosmin MPI tests. HF-QRS were analyzed regarding morphology and changes in root mean square (RMS) voltages from before the adenosine infusion to peak infusion. Results: The best area under the curve (AUC) was found in supine patients (AUC=0.736) in a combination of morphology and RMS changes. None of the measurements, however, were statistically better than tossing a coin (AUC=0.5). Conclusion: Analysis of HF-QRS was not significantly better than tossing a coin for determining reversible perfusion defects on MPI scans.

  12. Cardiac resynchronization therapy with His bundle pacing as a method of treatment of chronic heart failure in patients with permanent atrial fibrillation and left bundle branch block.

    PubMed

    Boczar, Krzysztof; Sławuta, Agnieszka; Ząbek, Andrzej; Dębski, Maciej; Gajek, Jacek; Lelakowski, Jacek; Małecka, Barbara

    CRT is a therapeutic option for patients with heart failure, sinus rhythm, prolonged QRS complex duration and reduced ejection fraction. We present a case of 71-year-old woman with dilated cardiomyopathy, NYHA functional class III and AF. We implanted CRT combined with direct His-bundle pacing. The indication for such a therapy was a left bundle branch block with a QRS complex of 178ms and a left ventricular EF of 15%, left ventricular end-diastolic diameter (LVEDD) of 75mm. After 8months of follow-up the LVEDD was 60mm with EF 35-40%. Copyright © 2017. Published by Elsevier Inc.

  13. Nonexplicit change detection in complex dynamic settings: what eye movements reveal.

    PubMed

    Vachon, François; Vallières, Benoît R; Jones, Dylan M; Tremblay, Sébastien

    2012-12-01

    We employed a computer-controlled command-and-control (C2) simulation and recorded eye movements to examine the extent and nature of the inability to detect critical changes in dynamic displays when change detection is implicit (i.e., requires no explicit report) to the operator's task. Change blindness-the failure to notice significant changes to a visual scene-may have dire consequences on performance in C2 and surveillance operations. Participants performed a radar-based risk-assessment task involving multiple subtasks. Although participants were not required to explicitly report critical changes to the operational display, change detection was critical in informing decision making. Participants' eye movements were used as an index of visual attention across the display. Nonfixated (i.e., unattended) changes were more likely to be missed than were fixated (i.e., attended) changes, supporting the idea that focused attention is necessary for conscious change detection. The finding of significant pupil dilation for changes undetected but fixated suggests that attended changes can nonetheless be missed because of a failure of attentional processes. Change blindness in complex dynamic displays takes the form of failures in establishing task-appropriate patterns of attentional allocation. These findings have implications in the design of change-detection support tools for dynamic displays and work procedure in C2 and surveillance.

  14. Global Binary Continuity for Color Face Detection With Complex Background

    NASA Astrophysics Data System (ADS)

    Belavadi, Bhaskar; Mahendra Prashanth, K. V.; Joshi, Sujay S.; Suprathik, N.

    2017-08-01

    In this paper, we propose a method to detect human faces in color images, with complex background. The proposed algorithm makes use of basically two color space models, specifically HSV and YCgCr. The color segmented image is filled uniformly with a single color (binary) and then all unwanted discontinuous lines are removed to get the final image. Experimental results on Caltech database manifests that the purported model is able to accomplish far better segmentation for faces of varying orientations, skin color and background environment.

  15. The Perception of Concurrent Sound Objects in Harmonic Complexes Impairs Gap Detection

    ERIC Educational Resources Information Center

    Leung, Ada W. S.; Jolicoeur, Pierre; Vachon, Francois; Alain, Claude

    2011-01-01

    Since the introduction of the concept of auditory scene analysis, there has been a paucity of work focusing on the theoretical explanation of how attention is allocated within a complex auditory scene. Here we examined signal detection in situations that promote either the fusion of tonal elements into a single sound object or the segregation of a…

  16. Space moving target detection and tracking method in complex background

    NASA Astrophysics Data System (ADS)

    Lv, Ping-Yue; Sun, Sheng-Li; Lin, Chang-Qing; Liu, Gao-Rui

    2018-06-01

    The background of the space-borne detectors in real space-based environment is extremely complex and the signal-to-clutter ratio is very low (SCR ≈ 1), which increases the difficulty for detecting space moving targets. In order to solve this problem, an algorithm combining background suppression processing based on two-dimensional least mean square filter (TDLMS) and target enhancement based on neighborhood gray-scale difference (GSD) is proposed in this paper. The latter can filter out most of the residual background clutter processed by the former such as cloud edge. Through this procedure, both global and local SCR have obtained substantial improvement, indicating that the target has been greatly enhanced. After removing the detector's inherent clutter region through connected domain processing, the image only contains the target point and the isolated noise, in which the isolated noise could be filtered out effectively through multi-frame association. The proposed algorithm in this paper has been compared with some state-of-the-art algorithms for moving target detection and tracking tasks. The experimental results show that the performance of this algorithm is the best in terms of SCR gain, background suppression factor (BSF) and detection results.

  17. Modular probes for enriching and detecting complex nucleic acid sequences

    NASA Astrophysics Data System (ADS)

    Wang, Juexiao Sherry; Yan, Yan Helen; Zhang, David Yu

    2017-12-01

    Complex DNA sequences are difficult to detect and profile, but are important contributors to human health and disease. Existing hybridization probes lack the capability to selectively bind and enrich hypervariable, long or repetitive sequences. Here, we present a generalized strategy for constructing modular hybridization probes (M-Probes) that overcomes these challenges. We demonstrate that M-Probes can tolerate sequence variations of up to 7 nt at prescribed positions while maintaining single nucleotide sensitivity at other positions. M-Probes are also shown to be capable of sequence-selectively binding a continuous DNA sequence of more than 500 nt. Furthermore, we show that M-Probes can detect genes with triplet repeats exceeding a programmed threshold. As a demonstration of this technology, we have developed a hybrid capture method to determine the exact triplet repeat expansion number in the Huntington's gene of genomic DNA using quantitative PCR.

  18. QRS/T-wave and calcium alternans in a type I diabetic mouse model for spontaneous postmyocardial infarction ventricular tachycardia: A mechanism for the antiarrhythmic effect of statins.

    PubMed

    Jin, Hongwei; Welzig, Charles M; Aronovitz, Mark; Noubary, Farzad; Blanton, Robert; Wang, Bo; Rajab, Mohammad; Albano, Alfred; Link, Mark S; Noujaim, Sami F; Park, Ho-Jin; Galper, Jonas B

    2017-09-01

    The incidence of sudden arrhythmic death is markedly increased in diabetics. The purpose of this study was to develop a mouse model for postmyocardial infarction (post-MI) ventricular tachycardia (VT) in the diabetic heart and determine the mechanism of an antiarrhythmic effect of statins. ECG transmitters were implanted in wild-type (WT), placebo, and pravastatin-treated type I diabetic Akita mice. MIs were induced by coronary ligation, and Ca 2+ transients were studied by optical mapping, and Ca 2+ transients and sparks in left ventricular myocytes (VM) by the Ionoptix system and confocal microscopy. Burst pacing of Akita mouse hearts resulted in rate-related QRS/T-wave alternans, which was attenuated in pravastatin-treated mice. Post-MI Akita mice developed QRS/T-wave alternans and VT at 2820 ± 879 beats per mouse, which decreased to 343 ± 115 in pravastatin-treated mice (n = 13, P <.05). Optical mapping demonstrated pacing-induced VT originating in the peri-infarction zone and Ca 2+ alternans, both attenuated in hearts of statin-treated mice. Akita VM displayed Ca 2+ alternans, and triggered activity as well as increased Ca 2+ transient decay time (Tau), Ca 2+ sparks, and cytosolic Ca 2+ and decreased SR Ca 2+ stores all of which were in part reversed in cells from statin treated mice. Homogenates of Akita ventricles demonstrated decreased SERCA2a/PLB ratio and increased ratio of protein phosphatase (PP-1) to the PP-1 inhibitor PPI-1 which were reversed in homogenates of pravastatin-treated Akita mice. Pravastatin decreased the incidence of post-MI VT and Ca 2+ alternans in Akita mouse hearts in part by revering abnormalities of Ca 2+ handling via the PP-1/PPI-1 pathway. Copyright © 2017 Heart Rhythm Society. Published by Elsevier Inc. All rights reserved.

  19. Electrochemical, photoelectrochemical, and surface plasmon resonance detection of cocaine using supramolecular aptamer complexes and metallic or semiconductor nanoparticles.

    PubMed

    Golub, Eyal; Pelossof, Gilad; Freeman, Ronit; Zhang, Hong; Willner, Itamar

    2009-11-15

    Metallic or semiconductor nanoparticles (NPs) are used as labels for the electrochemical, photoelectrochemical, or surface plasmon resonance (SPR) detection of cocaine using a common aptasensor configuration. The aptasensors are based on the use of two anticocaine aptamer subunits, where one subunit is assembled on a Au support, acting as an electrode or a SPR-active surface, and the second aptamer subunit is labeled with Pt-NPs, CdS-NPs, or Au-NPs. In the different aptasensor configurations, the addition of cocaine results in the formation of supramolecular complexes between the NPs-labeled aptamer subunits and cocaine on the metallic surface, allowing the quantitative analysis of cocaine. The supramolecular Pt-NPs-aptamer subunits-cocaine complex allows the detection of cocaine by the electrocatalyzed reduction of H(2)O(2). The photocurrents generated by the CdS-NPs-labeled aptamer subunits-cocaine complex, in the presence of triethanol amine as a hole scavenger, allows the photoelectrochemical detection of cocaine. The supramolecular Au-NPs-aptamer subunits-cocaine complex generated on the Au support allows the SPR detection of cocaine through the reflectance changes stimulated by the electronic coupling between the localized plasmon of the Au-NPs and the surface plasmon wave. All aptasensor configurations enable the analysis of cocaine with a detection limit in the range of 10(-6) to 10(-5) M. The major advantage of the sensing platform is the lack of background interfering signals.

  20. A novel DNA/histone H4 peptide complex detects autoantibodies in systemic lupus erythematosus sera.

    PubMed

    Panza, Filomena; Alcaro, Maria Claudia; Petrelli, Fiorella; Angelotti, Francesca; Pratesi, Federico; Rovero, Paolo; Migliorini, Paola

    2016-10-04

    The detection of anti-dsDNA antibodies is critical for the diagnosis and follow-up of systemic lupus erythematosus (SLE) patients. The presently available assays are characterized by a non-optimal specificity (solid phase assays) or sensitivity (Crithidia Luciliae immunofluorescence test (CLIFT)). To overcome the limits of CLIFT and solid phase chromatin assays, we explored the diagnostic potential of an assay based on plasmid DNA containing a highly bent fragment of 211 bp from Crithidia Luciliae minicircles, complexed with histone peptides. Electrically neutral complexes of PK201/CAT plasmid (PK) DNA and histone 4 (H4) peptides were evaluated by electromobility shift assay. Complexes of H4 peptides and PK were absorbed to the solid phase to detect specific immunoglobulin G (IgG) in sera. Sera from 109 SLE patients, 100 normal healthy subjects, and 169 disease controls were tested. H4(14-34) containing the consensus sequence for DNA binding interacts with PK, retarding its migration. H4(14-34)/PK complexes were used to test sera by ELISA. Anti-H4-PK antibodies were detected in 56 % of SLE sera (more frequently in patients with skin or joint involvement) versus 5.9 % in disease controls; inhibition assays show that sera react with epitopes present on DNA or on the complex, not on the peptide. Antibody titer is correlated with European Consensus Lupus Activity Measurement (ECLAM) score and anti-complement component 1q (C1q) antibodies, negatively with C3 levels. Anti-H4-PK antibodies compared with CLIFT and solid phase dsDNA assays display moderate concordance. The H4/PK assay is a simple and reliable test which is useful for the differential diagnosis and evaluation of disease activity in SLE patients.

  1. A chemiluminescence method to detect hydroquinone with water-soluble sulphonato-(salen)manganese(III) complex as catalyst.

    PubMed

    Zhang, Guangbin; Tang, Yuhai; Sun, Yang; Yu, Hua; Du, Wei; Fu, Qiang

    2016-02-01

    A water-soluble sulphonato-(salen)manganese(III) complex with excellent catalytic properties was synthesized and demonstrated to greatly enhance the chemiluminescence signal of the hydrogen peroxide - luminol reaction. Coupled with flow-injection technique, a simple and sensitive chemiluminescence method was first developed to detect hydroquinone based on the chemiluminescence system of the hydrogen peroxide-luminol-sulphonato-(salen)manganese(III) complex. Under optimal conditions, the assay exhibited a wide linear range from 0.1 to 10 ng mL(-1) with a detection limit of 0.05 ng mL(-1) for hydroquinone. The method was applied successfully to detect hydroquinone in tap-water and mineral-water, with a sampling frequency of 120 times per hour. The relative standard deviation for determination of hydroquinone was less than 5.6%, and the recoveries ranged from 96.8 to 103.0%. The ultraviolet spectra, chemiluminescence spectra, and the reaction kinetics for the peroxide-luminol-sulphonato-(salen)manganese(III) complex system were employed to study the possible chemiluminescence mechanism. The proposed chemiluminescence analysis technique is rapid and sensitive, with low cost, and could be easily extended and applied to other compounds. Copyright © 2015 John Wiley & Sons, Ltd.

  2. Direct detection of Mycobacterium tuberculosis complex in bovine and bubaline tissues through nested-PCR.

    PubMed

    Araújo, Cristina P; Osório, Ana Luiza A R; Jorge, Klaudia S G; Ramos, Carlos A N; Souza Filho, Antonio F; Vidal, Carlos E S; Vargas, Agueda P C; Roxo, Eliana; Rocha, Adalgiza S; Suffys, Philip N; Fonseca, Antônio A; Silva, Marcio R; Barbosa Neto, José D; Cerqueira, Valíria D; Araújo, Flábio R

    2014-01-01

    Post-mortem bacterial culture and specific biochemical tests are currently performed to characterize the etiologic agent of bovine tuberculosis. Cultures take up to 90 days to develop. A diagnosis by molecular tests such as PCR can provide fast and reliable results while significantly decreasing the time of confirmation. In the present study, a nested-PCR system, targeting rv2807, with conventional PCR followed by real-time PCR, was developed to detect Mycobacterium tuberculosis complex (MTC) organisms directly from bovine and bubaline tissue homogenates. The sensitivity and specificity of the reactions were assessed with DNA samples extracted from tuberculous and non-tuberculous mycobacteria, as well as other Actinomycetales species and DNA samples extracted directly from bovine and bubaline tissue homogenates. Regarding the analytical sensitivity, DNA of the M. bovis AN5 strain was detected up to 1.5 pg by nested-PCR, whereas DNA of M. tuberculosis H37Rv strain was detected up to 6.1 pg. The nested-PCR system showed 100% analytical specificity for MTC when tested with DNA of reference strains of non-tuberculous mycobacteria and closely-related Actinomycetales. A clinical sensitivity level of 76.7% was detected with tissues samples positive for MTC by means of the culture and conventional PCR. A clinical specificity of 100% was detected with DNA from tissue samples of cattle with negative results in the comparative intradermal tuberculin test. These cattle exhibited no visible lesions and were negative in the culture for MTC. The use of the nested-PCR assay to detect M. tuberculosis complex in tissue homogenates provided a rapid diagnosis of bovine and bubaline tuberculosis.

  3. Direct detection of Mycobacterium tuberculosis complex in bovine and bubaline tissues through nested-PCR

    PubMed Central

    Araújo, Cristina P.; Osório, Ana Luiza A.R.; Jorge, Klaudia S.G.; Ramos, Carlos A.N.; Souza Filho, Antonio F.; Vidal, Carlos E.S.; Vargas, Agueda P.C.; Roxo, Eliana; Rocha, Adalgiza S.; Suffys, Philip N.; Fonseca, Antônio A.; Silva, Marcio R.; Barbosa Neto, José D.; Cerqueira, Valíria D.; Araújo, Flábio R.

    2014-01-01

    Post-mortem bacterial culture and specific biochemical tests are currently performed to characterize the etiologic agent of bovine tuberculosis. Cultures take up to 90 days to develop. A diagnosis by molecular tests such as PCR can provide fast and reliable results while significantly decreasing the time of confirmation. In the present study, a nested-PCR system, targeting rv2807, with conventional PCR followed by real-time PCR, was developed to detect Mycobacterium tuberculosis complex (MTC) organisms directly from bovine and bubaline tissue homogenates. The sensitivity and specificity of the reactions were assessed with DNA samples extracted from tuberculous and non-tuberculous mycobacteria, as well as other Actinomycetales species and DNA samples extracted directly from bovine and bubaline tissue homogenates. Regarding the analytical sensitivity, DNA of the M. bovis AN5 strain was detected up to 1.5 pg by nested-PCR, whereas DNA of M. tuberculosis H37Rv strain was detected up to 6.1 pg. The nested-PCR system showed 100% analytical specificity for MTC when tested with DNA of reference strains of non-tuberculous mycobacteria and closely-related Actinomycetales. A clinical sensitivity level of 76.7% was detected with tissues samples positive for MTC by means of the culture and conventional PCR. A clinical specificity of 100% was detected with DNA from tissue samples of cattle with negative results in the comparative intradermal tuberculin test. These cattle exhibited no visible lesions and were negative in the culture for MTC. The use of the nested-PCR assay to detect M. tuberculosis complex in tissue homogenates provided a rapid diagnosis of bovine and bubaline tuberculosis. PMID:25242951

  4. Highly Stable Lyophilized Homogeneous Bead-Based Immunoassays for On-Site Detection of Bio Warfare Agents from Complex Matrices.

    PubMed

    Mechaly, Adva; Marx, Sharon; Levy, Orly; Yitzhaki, Shmuel; Fisher, Morly

    2016-06-21

    This study shows the development of dry, highly stable immunoassays for the detection of bio warfare agents in complex matrices. Thermal stability was achieved by the lyophilization of the complete, homogeneous, bead-based immunoassay in a special stabilizing buffer, resulting in a ready-to-use, simple assay, which exhibited long shelf and high-temperature endurance (up to 1 week at 100 °C). The developed methodology was successfully implemented for the preservation of time-resolved fluorescence, Alexa-fluorophores, and horse radish peroxidase-based bead assays, enabling multiplexed detection. The multiplexed assay was successfully implemented for the detection of Bacillus anthracis, botulinum B, and tularemia in complex matrices.

  5. Detection of biomolecules in complex media using surface plasmon resonance sensors

    NASA Astrophysics Data System (ADS)

    Malone, Michael R.; Masson, Jean-Francois; Barhnart, Margaret; Beaudoin, Stephen; Booksh, Karl S.

    2005-11-01

    Detection of multiple biologically relevant molecules was accomplished at sub-ng/mL levels in highly fouling media using fiber- optic based surface plasmon resonance sensors. Myocardial infarction markers, myoglobin and cTnI, were quantified in full serum with limits of detection below 1 ng/mL. Biologically relevant levels are between 15-30 ng/mL and 1-5 ng/mL for myoglobin and cTnI respectively. Cytokines involved in chronic wound healing, Interleukin 1, Interleukin 6, and tumor necrosis factor α, were detected at around 1 ng/mL in cell culture media. Preliminary results in monitoring these cytokines in cell cultures expressing the cytokines were obtained. The protein diagnostic of spinal muscular atrophy, survival motor neuron protein, was quantified from cell lysate. To obtain such results in complex media, the sensor's stability to non-specific protein adsorption had to be optimized. A layer of the N-hydroxysuccinimide ester of 16-mercaptohexadecanoic acid is attached to the sensor. This layer optimizes the antibody attachment to the sensor while minimizing the non-specific signal from serum proteins.

  6. Selective detection of pyrophosphate anion by a simple Cd(II) based terpyridine complex

    NASA Astrophysics Data System (ADS)

    Purohit, Aditya Kumar; Ghosh, Biswa Nath; Kar, Pravin Kumar

    2018-01-01

    A simple ratiometric terpyridine-Cd(ll) complex was synthesized by the treatment of CdCl2 with terpyridine ligand 4‧-(4-N,N‧-dimethylaminophenyl)-2,2‧:6‧,2″-terpyridine. The synthesized complex was found to act as a selective fluorescent chemosensor for pyrophosphate P2O74 - (PPi) over other anions like F-, Cl-, Br-, CO32 -, SO32 -, AcO-, NO2-, and H2PO4-. Furthermore, the receptor probe was also successfully employed in HeLa cell for PPi detection, which indicates this can be used as a chemosensor for cells.

  7. Novel CE-MS technique for detection of high explosives using perfluorooctanoic acid as a MEKC and mass spectrometric complexation reagent.

    PubMed

    Brensinger, Karen; Rollman, Christopher; Copper, Christine; Genzman, Ashton; Rine, Jacqueline; Lurie, Ira; Moini, Mehdi

    2016-01-01

    To address the need for the forensic analysis of high explosives, a novel capillary electrophoresis mass spectrometry (CE-MS) technique has been developed for high resolution, sensitivity, and mass accuracy detection of these compounds. The technique uses perfluorooctanoic acid (PFOA) as both a micellar electrokinetic chromatography (MEKC) reagent for separation of neutral explosives and as the complexation reagent for mass spectrometric detection of PFOA-explosive complexes in the negative ion mode. High explosives that formed complexes with PFOA included RDX, HMX, tetryl, and PETN. Some nitroaromatics were detected as molecular ions. Detection limits in the high parts per billion range and linear calibration responses over two orders of magnitude were obtained. For proof of concept, the technique was applied to the quantitative analysis of high explosives in sand samples. Copyright © 2015 Elsevier Ireland Ltd. All rights reserved.

  8. Detection of susceptibility genes as modifiers due to subgroup differences in complex disease.

    PubMed

    Bergen, Sarah E; Maher, Brion S; Fanous, Ayman H; Kendler, Kenneth S

    2010-08-01

    Complex diseases invariably involve multiple genes and often exhibit variable symptom profiles. The extent to which disease symptoms, course, and severity differ between affected individuals may result from underlying genetic heterogeneity. Genes with modifier effects may or may not also influence disease susceptibility. In this study, we have simulated data in which a subset of cases differ by some effect size (ES) on a quantitative trait and are also enriched for a risk allele. Power to detect this 'pseudo-modifier' gene in case-only and case-control designs was explored blind to case substructure. Simulations involved 1000 iterations and calculations for 80% power at P<0.01 while varying the risk allele frequency (RAF), sample size (SS), ES, odds ratio (OR), and proportions of the case subgroups. With realistic values for the RAF (0.20), SS (3000) and ES (1), an OR of 1.7 is necessary to detect a pseudo-modifier gene. Unequal numbers of subjects in the case groups result in little decrement in power until the group enriched for the risk allele is <30% or >70% of the total case population. In practice, greater numbers of subjects and selection of a quantitative trait with a large range will provide researchers with greater power to detect a pseudo-modifier gene. However, even under ideal conditions, studies involving alleles with low frequencies or low ORs are usually underpowered for detection of a modifier or susceptibility gene. This may explain some of the inconsistent association results for many candidate gene studies of complex diseases.

  9. Optimizing the Readout of Lanthanide-DOTA Complexes for the Detection of Ligand-Bound Copper(I).

    PubMed

    Hanna, Jill R; Allan, Christopher; Lawrence, Charlotte; Meyer, Odile; Wilson, Neil D; Hulme, Alison N

    2017-05-14

    The CuAAC 'click' reaction was used to couple alkyne-functionalized lanthanide-DOTA complexes to a range of fluorescent antennae. Screening of the antenna components was aided by comparison of the luminescent output of the resultant sensors using data normalized to account for reaction conversion as assessed by IR. A maximum 82-fold enhanced signal:background luminescence output was achieved using a Eu(III)-DOTA complex coupled to a coumarin-azide, in a reaction which is specific to the presence of copper(I). This optimized complex provides a new lead design for lanthanide-DOTA complexes which can act as irreversible 'turn-on' catalytic sensors for the detection of ligand-bound copper(I).

  10. Development of a complex of instrumental nuclear-physical methods to detect PGE, Re, Au, and Ag in hard-to-analyze rocks and complex ores

    NASA Astrophysics Data System (ADS)

    Kolmogorov, Yu. P.; Mezentsev, N. A.; Mironov, A. G.; Parkhomenko, V. S.; Spiridonov, A. M.; Shaporenko, A. D.; Yusupov, T. S.; Zhmodik, S. M.; Zolotarev, K. V.; Anoshin, G. N.

    2009-05-01

    A system of methods to detect platinum group elements (PGE): Re, Au, and Ag in hard-to-analyze rocks and complex ores has been developed. It applies the SRXRF for Ru, Rh, Pd, and Ag and the INAA method for Os, Ir, Pt and Ag and implies mechanoactivation of probes to study. The results of measurement of standard samples of carbonaceous rocks and ores in order to PGE, gold, and silver confirm the possibility of detecting some of the above-listed elements with a detection limit of 10 ppb.

  11. Improved Peak Detection and Deconvolution of Native Electrospray Mass Spectra from Large Protein Complexes.

    PubMed

    Lu, Jonathan; Trnka, Michael J; Roh, Soung-Hun; Robinson, Philip J J; Shiau, Carrie; Fujimori, Danica Galonic; Chiu, Wah; Burlingame, Alma L; Guan, Shenheng

    2015-12-01

    Native electrospray-ionization mass spectrometry (native MS) measures biomolecules under conditions that preserve most aspects of protein tertiary and quaternary structure, enabling direct characterization of large intact protein assemblies. However, native spectra derived from these assemblies are often partially obscured by low signal-to-noise as well as broad peak shapes because of residual solvation and adduction after the electrospray process. The wide peak widths together with the fact that sequential charge state series from highly charged ions are closely spaced means that native spectra containing multiple species often suffer from high degrees of peak overlap or else contain highly interleaved charge envelopes. This situation presents a challenge for peak detection, correct charge state and charge envelope assignment, and ultimately extraction of the relevant underlying mass values of the noncovalent assemblages being investigated. In this report, we describe a comprehensive algorithm developed for addressing peak detection, peak overlap, and charge state assignment in native mass spectra, called PeakSeeker. Overlapped peaks are detected by examination of the second derivative of the raw mass spectrum. Charge state distributions of the molecular species are determined by fitting linear combinations of charge envelopes to the overall experimental mass spectrum. This software is capable of deconvoluting heterogeneous, complex, and noisy native mass spectra of large protein assemblies as demonstrated by analysis of (1) synthetic mononucleosomes containing severely overlapping peaks, (2) an RNA polymerase II/α-amanitin complex with many closely interleaved ion signals, and (3) human TriC complex containing high levels of background noise. Graphical Abstract ᅟ.

  12. Detection of Protein Complexes Based on Penalized Matrix Decomposition in a Sparse Protein⁻Protein Interaction Network.

    PubMed

    Cao, Buwen; Deng, Shuguang; Qin, Hua; Ding, Pingjian; Chen, Shaopeng; Li, Guanghui

    2018-06-15

    High-throughput technology has generated large-scale protein interaction data, which is crucial in our understanding of biological organisms. Many complex identification algorithms have been developed to determine protein complexes. However, these methods are only suitable for dense protein interaction networks, because their capabilities decrease rapidly when applied to sparse protein⁻protein interaction (PPI) networks. In this study, based on penalized matrix decomposition ( PMD ), a novel method of penalized matrix decomposition for the identification of protein complexes (i.e., PMD pc ) was developed to detect protein complexes in the human protein interaction network. This method mainly consists of three steps. First, the adjacent matrix of the protein interaction network is normalized. Second, the normalized matrix is decomposed into three factor matrices. The PMD pc method can detect protein complexes in sparse PPI networks by imposing appropriate constraints on factor matrices. Finally, the results of our method are compared with those of other methods in human PPI network. Experimental results show that our method can not only outperform classical algorithms, such as CFinder, ClusterONE, RRW, HC-PIN, and PCE-FR, but can also achieve an ideal overall performance in terms of a composite score consisting of F-measure, accuracy (ACC), and the maximum matching ratio (MMR).

  13. Electrochemiluminescence detection of TNT by resonance energy transfer through the formation of a TNT-amine complex.

    PubMed

    Qi, Wenjing; Xu, Min; Pang, Lei; Liu, Zhongyuan; Zhang, Wei; Majeed, Saadat; Xu, Guobao

    2014-04-14

    2,4,6-Trinitrotoluene (TNT) is a widely used nitroaromatic explosive with significant detrimental effects on the environment and human health. Its detection is of great importance. In this study, both electrochemiluminescence (ECL)-based detection of TNT through the formation of a TNT-amine complex and the detection of TNT through electrochemiluminescence resonance energy transfer (ECRET) are developed for the first time. 3-Aminopropyltriethoxysilane (APTES)-modified [Ru(phen)3](2+) (phen=1,10-phenanthroline)-doped silica nanoparticles (RuSiNPs) with uniform sizes of (73±3) nm were synthesized. TNT can interact with APTES-modified RuSiNPs through charge transfer from electron-rich amines in the RuSiNPs to the electron-deficient aromatic ring of TNT to form a red TNT-amine complex. The absorption spectrum of this complex overlaps with the ECL spectrum of the APTES-modified RuSiNPs/triethylamine system. As a result, ECL signals of the APTES-modified RuSiNPs/triethylamine system are turned off in the presence of TNT owing to resonance energy transfer from electrochemically excited RuSiNPs to the TNT-amine complex. This ECRET method has been successfully applied for the sensitive determination of TNT with a linear range from 1×10(-9) to 1×10(-6) M with a fast response time within 1 min. The limit of detection is 0.3 nM. The method exhibits good selectivity towards 2,4-dinitrotoluene, p-nitrotoluene, nitrobenzene, phenol, p-quinone, 8-hydroxyquinoline, p-phenylenediamine, K3[Fe(CN)6], Fe(3+), NO3(-), NO2(-), Cr(3+), Fe(2+), Pb(2+), SO3(2-), formaldehyde, oxalate, proline, and glycine. © 2014 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  14. [Application of PLA Method for Detection of p53/p63/p73 Complexes in Situ in Tumour Cells and Tumour Tissue].

    PubMed

    Hrabal, V; Nekulová, M; Nenutil, R; Holčaková, J; Coates, P J; Vojtěšek, B

    2017-01-01

    PLA (proximity ligation assay) can be used for detection of protein-protein interactions in situ directly in cells and tissues. Due to its high sensitivity and specificity it is useful for detection, localization and quantification of protein complexes with single molecule resolution. One of the mechanisms of mutated p53 gain of function is formation of proten-protein complexes with other members of p53 family - p63 and p73. These interactions influences chemosensitivity and invasivity of cancer cells and this is why these complexes are potential targets of anti-cancer therapy. The aim of this work is to detect p53/p63/p73 interactions in situ in tumour cells and tumour tissue using PLA method. Unique in-house antibodies for specific detection of p63 and p73 isoforms were developed and characterized. Potein complexes were detected using PLA in established cell lines SVK14, HCC1806 and FaDu and in paraffin sections of colorectal carcinoma tissue. Cell lines were also processed to paraffin blocks. p53/T-antigen and ΔNp63/T-antigen protein complexes were detected in SVK14 cells using PLA. Interactions of ΔNp63 and TAp73 isoforms were found in HCC1806 cell line with endogenous expression of these proteins. In FaDu cell line mut-p53/TAp73 complex was localized but not mut-p53/ΔNp63 complex. p53 tetramer was detected directly in colorectal cancer tissue. During development of PLA method for detection of protein complexes between p53 family members we detected interactions of p53 and p63 with T-antigen and mut-p53 and ΔNp63 with TAp73 tumour suppressor in tumour cell lines and p53 tetramers in paraffin sections of colorectal cancer tissue. PLA will be further used for detection of p53/p63, p53/p73 and p63/p73 interactions in tumour tissues and it could be also used for screening of compounds that can block formation of p53/p63/p73 protein complexes.Key words: p53 protein family - protein interaction mapping - immunofluorescence This work was supported by MEYS - NPS I

  15. Detecting community structure via the maximal sub-graphs and belonging degrees in complex networks

    NASA Astrophysics Data System (ADS)

    Cui, Yaozu; Wang, Xingyuan; Eustace, Justine

    2014-12-01

    Community structure is a common phenomenon in complex networks, and it has been shown that some communities in complex networks often overlap each other. So in this paper we propose a new algorithm to detect overlapping community structure in complex networks. To identify the overlapping community structure, our algorithm firstly extracts fully connected sub-graphs which are maximal sub-graphs from original networks. Then two maximal sub-graphs having the key pair-vertices can be merged into a new larger sub-graph using some belonging degree functions. Furthermore we extend the modularity function to evaluate the proposed algorithm. In addition, overlapping nodes between communities are founded successfully. Finally we report the comparison between the modularity and the computational complexity of the proposed algorithm with some other existing algorithms. The experimental results show that the proposed algorithm gives satisfactory results.

  16. Low-complexity image processing for real-time detection of neonatal clonic seizures.

    PubMed

    Ntonfo, Guy Mathurin Kouamou; Ferrari, Gianluigi; Raheli, Riccardo; Pisani, Francesco

    2012-05-01

    In this paper, we consider a novel low-complexity real-time image-processing-based approach to the detection of neonatal clonic seizures. Our approach is based on the extraction, from a video of a newborn, of an average luminance signal representative of the body movements. Since clonic seizures are characterized by periodic movements of parts of the body (e.g., the limbs), by evaluating the periodicity of the extracted average luminance signal it is possible to detect the presence of a clonic seizure. The periodicity is investigated, through a hybrid autocorrelation-Yin estimation technique, on a per-window basis, where a time window is defined as a sequence of consecutive video frames. While processing is first carried out on a single window basis, we extend our approach to interlaced windows. The performance of the proposed detection algorithm is investigated, in terms of sensitivity and specificity, through receiver operating characteristic curves, considering video recordings of newborns affected by neonatal seizures.

  17. Detection of Bacillus anthracis DNA in Complex Soil and Air Samples Using Next-Generation Sequencing

    PubMed Central

    Be, Nicholas A.; Thissen, James B.; Gardner, Shea N.; McLoughlin, Kevin S.; Fofanov, Viacheslav Y.; Koshinsky, Heather; Ellingson, Sally R.; Brettin, Thomas S.; Jackson, Paul J.; Jaing, Crystal J.

    2013-01-01

    Bacillus anthracis is the potentially lethal etiologic agent of anthrax disease, and is a significant concern in the realm of biodefense. One of the cornerstones of an effective biodefense strategy is the ability to detect infectious agents with a high degree of sensitivity and specificity in the context of a complex sample background. The nature of the B. anthracis genome, however, renders specific detection difficult, due to close homology with B. cereus and B. thuringiensis. We therefore elected to determine the efficacy of next-generation sequencing analysis and microarrays for detection of B. anthracis in an environmental background. We applied next-generation sequencing to titrated genome copy numbers of B. anthracis in the presence of background nucleic acid extracted from aerosol and soil samples. We found next-generation sequencing to be capable of detecting as few as 10 genomic equivalents of B. anthracis DNA per nanogram of background nucleic acid. Detection was accomplished by mapping reads to either a defined subset of reference genomes or to the full GenBank database. Moreover, sequence data obtained from B. anthracis could be reliably distinguished from sequence data mapping to either B. cereus or B. thuringiensis. We also demonstrated the efficacy of a microbial census microarray in detecting B. anthracis in the same samples, representing a cost-effective and high-throughput approach, complementary to next-generation sequencing. Our results, in combination with the capacity of sequencing for providing insights into the genomic characteristics of complex and novel organisms, suggest that these platforms should be considered important components of a biosurveillance strategy. PMID:24039948

  18. A universal label-free fluorescent aptasensor based on Ru complex and quantum dots for adenosine, dopamine and 17β-estradiol detection.

    PubMed

    Huang, Hailiang; Shi, Shuo; Gao, Xing; Gao, Ruru; Zhu, Ying; Wu, Xuewen; Zang, Ruimin; Yao, Tianming

    2016-05-15

    Based on specific aptamer binding properties, a strategy for adenosine, dopamine and 17β-estradiol detection was realised by employing Ru complex and quantum dots (QDs) as fluorescence probes. Ru complex, which could quench the fluorescence of QDs, preferred to bind with aptamer DNA and resulted in the fluorescence rise of QDs. When the aptamer DNA was incubated with the target first, it could not bind with Ru complex and the fluorescence of QDs was quenched. Under the optimal condition, the fluorescence intensity was linearly proportional to the concentration of adenosine, dopamine and 17β-estradiol with a limit of detection (LOD) of 101 nM, 19 nM and 37 nM, respectively. The experiments in fetal bovine serum were also carried out with good results. This universal method was rapid, label-free, low-cost, easy-operating and highly repeatable for the detection of adenosine, dopamine and 17β-estradiol. Qualitative detection by naked eyes was also available without complex instruments. It could also be extended to detect various analytes, such as metal ions, proteins and small molecules by using appropriate aptamers. Copyright © 2015 Elsevier B.V. All rights reserved.

  19. Characterizing Protein Complexes with UV absorption, Light Scattering, and Refractive Index Detection.

    NASA Astrophysics Data System (ADS)

    Trainoff, Steven

    2009-03-01

    Many modern pharmaceuticals and naturally occurring biomolecules consist of complexes of proteins and polyethylene glycol or carbohydrates. In the case of vaccine development, these complexes are often used to induce or amplify immune responses. For protein therapeutics they are used to modify solubility and function, or to control the rate of degradation and elimination of a drug from the body. Characterizing the stoichiometry of these complexes is an important industrial problem that presents a formidable challenge to analytical instrument designers. Traditional analytical methods, such as using florescent tagging, chemical assays, and mass spectrometry perturb the system so dramatically that the complexes are often destroyed or uncontrollably modified by the measurement. A solution to this problem consists of fractionating the samples and then measuring the fractions using sequential non-invasive detectors that are sensitive to different components of the complex. We present results using UV absorption, which is primarily sensitive to the protein fraction, Light Scattering, which measures the total weight average molar mass, and Refractive Index detection, which measures the net concentration. We also present a solution of the problem inter-detector band-broadening problem that has heretofore made this approach impractical. Presented will be instrumentation and an analysis method that overcome these obstacles and make this technique a reliable and robust way of non-invasively characterizing these industrially important compounds.

  20. Design of a Biorthogonal Wavelet Transform Based R-Peak Detection and Data Compression Scheme for Implantable Cardiac Pacemaker Systems.

    PubMed

    Kumar, Ashish; Kumar, Manjeet; Komaragiri, Rama

    2018-04-19

    Bradycardia can be modulated using the cardiac pacemaker, an implantable medical device which sets and balances the patient's cardiac health. The device has been widely used to detect and monitor the patient's heart rate. The data collected hence has the highest authenticity assurance and is convenient for further electric stimulation. In the pacemaker, ECG detector is one of the most important element. The device is available in its new digital form, which is more efficient and accurate in performance with the added advantage of economical power consumption platform. In this work, a joint algorithm based on biorthogonal wavelet transform and run-length encoding (RLE) is proposed for QRS complex detection of the ECG signal and compressing the detected ECG data. Biorthogonal wavelet transform of the input ECG signal is first calculated using a modified demand based filter bank architecture which consists of a series combination of three lowpass filters with a highpass filter. Lowpass and highpass filters are realized using a linear phase structure which reduces the hardware cost of the proposed design approximately by 50%. Then, the location of the R-peak is found by comparing the denoised ECG signal with the threshold value. The proposed R-peak detector achieves the highest sensitivity and positive predictivity of 99.75 and 99.98 respectively with the MIT-BIH arrhythmia database. Also, the proposed R-peak detector achieves a comparatively low data error rate (DER) of 0.002. The use of RLE for the compression of detected ECG data achieves a higher compression ratio (CR) of 17.1. To justify the effectiveness of the proposed algorithm, the results have been compared with the existing methods, like Huffman coding/simple predictor, Huffman coding/adaptive, and slope predictor/fixed length packaging.

  1. Application of the solid phase C1q and Raji cell radioimmune assays for the detection of circulating immune complexes in glomerulonephritis.

    PubMed Central

    Tung, K S; Woodroffe, A J; Ahlin, T D; Williams, R C; Wilson, C B

    1978-01-01

    The C1q solid phase and Raji cell radioimmune assays were used to determine the frequency of detectable circulating immune complexes in patients with glomerulonephritis. In this study, 46% of 56 patients with glomerulonephritis had evidence of circulating immune complexes. More important, circulating immune complexes were associated with some, but not other, types of glomerulonephritis. Thus, immune complexes were detected in lupus glomerulonephritis (9/9 patients), rapidly progressive glomerulonephritis (5/6 patients), and acute nephritis (5/6 patients), but not in IgA-IgG glomerulonephritis (0/7 patients), or membranous glomerulonephritis (0/8 patients). The Raji cell radioimmune assay and the C1q solid phase radioimmune assay showed concordance of 79% in the detection of circulating immune complexes. Serial determinations, in general, showed either persistence of a negative or positive result of conversion of positive to negative. PMID:659639

  2. Characterization of Combustion Dynamics, Detection, and Prevention of an Unstable Combustion State Based on a Complex-Network Theory

    NASA Astrophysics Data System (ADS)

    Gotoda, Hiroshi; Kinugawa, Hikaru; Tsujimoto, Ryosuke; Domen, Shohei; Okuno, Yuta

    2017-04-01

    Complex-network theory has attracted considerable attention for nearly a decade, and it enables us to encompass our understanding of nonlinear dynamics in complex systems in a wide range of fields, including applied physics and mechanical, chemical, and electrical engineering. We conduct an experimental study using a pragmatic online detection methodology based on complex-network theory to prevent a limiting unstable state such as blowout in a confined turbulent combustion system. This study introduces a modified version of the natural visibility algorithm based on the idea of a visibility limit to serve as a pragmatic online detector. The average degree of the modified version of the natural visibility graph allows us to detect the onset of blowout, resulting in online prevention.

  3. The alternative complement pathway control protein H binds to immune complexes and serves their detection

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Nydegger, U.E.; Corvetta, A.; Spaeth, P.J.

    1983-01-01

    During solubilization of immune complexes C3b becomes fixed to the immunoglobulin part and serves as a receptor for the alternative complement pathway control protein H. The H-C3b immune complex interaction can be made detectable using 4% polyethyleneglycol to separate free from bound /sup 125/I-H. Tetanus toxoid (Te)/anti-Te complexes kept soluble with fresh serum and containing 125 IU of specific antibody bound 18% of /sup 125/I-H; when fresh serum was chelated with 10 mM EDTA, /sup 125/I-H binding was only 5%. On sucrose density gradients, the H-binding material sedimented in the range of 12 to 30 S. In 36 serum samplesmore » from rheumatoid arthritis (RA) patients and in 12 serum samples from patients with systemic lupus erythematosus (SLE), /sup 125/I-H binding was significantly elevated to 9.5 +/- 4.7% (mean +/- 1 SD) and 13.3 +/- 5.6%, respectively, while /sup 125/I-H binding by 36 normal human sera was 4 +/- 2%. RA samples (17/36, 47%) and SLE samples (9/12, 75%) had H-binding values increased by more than 2 SD above the normal mean. The serum samples were also assessed for conglutinin- and C1q-binding activities; a significant correlation between H and C1q binding was observed (P less than 0.001); there was no correlation between H and conglutinin binding. Although binding to immune complexes through its interaction with C3b, H clearly detects a population of complexes other than conglutinin, thus expanding the possibilities of further characterizing pathological complexes.« less

  4. Graft Immunocomplex Capture Fluorescence Analysis to Detect Donor-Specific Antibodies and HLA Antigen Complexes in the Allograft.

    PubMed

    Nakamura, Tsukasa; Ushigome, Hidetaka; Watabe, Kiyoko; Imanishi, Yui; Masuda, Koji; Matsuyama, Takehisa; Harada, Shumpei; Koshino, Katsuhiro; Iida, Taku; Nobori, Shuji; Yoshimura, Norio

    2017-04-01

    Immunocomplex capture fluorescence analysis (ICFA) is an attractive method to detect donor-specific anti-HLA antibodies (DSA) and HLA antigen complexes. Currently, antibody-mediated rejection (AMR) due to DSA is usually diagnosed by C4d deposition and serological DSA detection. Conversely, there is a discrepancy between these findings frequently. Thereupon, our graft ICFA technique may contribute to establish the diagnosis of AMR. Graft samples were obtained by a percutaneous needle biopsy. Then, the specimen was dissolved in PBS by the lysis buffer. Subsequently, HLA antigens were captured by anti-HLA beads. Then, DSA-HLA complexes were detected by PE-conjugated anti-human IgG antibodies, where DSA had already reacted with the allograft in vivo, analyzed by a Luminex system. A ratio (sample MFI/blank beads MFI) was calculated: ≥ 1.0 was determined as positive. We found that DSA-HLA complexes in the graft were successfully detected from only slight positive 1.03 to 79.27 in a chronic active AMR patient by graft ICFA. Next, positive graft ICFA had predicted the early phase of AMR (MFI ratio: 1.38) even in patients with no serum DSA. Finally, appropriate therapies for AMR deleted DSA deposition (MFI ratio from 0.3 to 0.7) from allografts. This novel application would detect early phase or incomplete pathological cases of AMR, which could lead to a correct diagnosis and initiation of appropriate therapies. Moreover, graft ICFA might address a variety of long-standing questions in terms of DSA. AMR: Antibody-mediated rejection; DSA: Donor-specific antibodies; ICFA: Immunocomplex capture fluorescence analysis.

  5. Fire detection system using random forest classification for image sequences of complex background

    NASA Astrophysics Data System (ADS)

    Kim, Onecue; Kang, Dong-Joong

    2013-06-01

    We present a fire alarm system based on image processing that detects fire accidents in various environments. To reduce false alarms that frequently appeared in earlier systems, we combined image features including color, motion, and blinking information. We specifically define the color conditions of fires in hue, saturation and value, and RGB color space. Fire features are represented as intensity variation, color mean and variance, motion, and image differences. Moreover, blinking fire features are modeled by using crossing patches. We propose an algorithm that classifies patches into fire or nonfire areas by using random forest supervised learning. We design an embedded surveillance device made with acrylonitrile butadiene styrene housing for stable fire detection in outdoor environments. The experimental results show that our algorithm works robustly in complex environments and is able to detect fires in real time.

  6. Site-selective detection of vibrational modes of an iron atom in a trinuclear complex

    NASA Astrophysics Data System (ADS)

    Faus, Isabelle; Rackwitz, Sergej; Wolny, Juliusz A.; Banerjee, Atanu; Kelm, Harald; Krüger, Hans-Jörg; Schlage, Kai; Wille, Hans-Christian; Schünemann, Volker

    2016-12-01

    Nuclear inelastic scattering (NIS) experiments on the trinuclear complex [57Fe{L-N4(CH2Fc)2} (CH3CN)2](ClO4)2 have been performed. The octahedral iron ion in the complex was labelled with 57Fe and thereby exclusively the vibrational modes of this iron ion have been detected with NIS. The analysis of nuclear forward scattering (NFS) data yields a ferrous low-spin state for the 57Fe labelled iron ion. The simulation of the partial density of states (pDOS) for the octahedral low-spin iron(II) ion of the complex by density functional theory (DFT) calculations is in excellent agreement with the experimental pDOS of the complex determined from the NIS data obtained at 80 K. Thereby it was possible to assign almost each of the experimentally observed NIS bands to the corresponding molecular vibrational modes.

  7. Detection of complex cyber attacks

    NASA Astrophysics Data System (ADS)

    Gregorio-de Souza, Ian; Berk, Vincent H.; Giani, Annarita; Bakos, George; Bates, Marion; Cybenko, George; Madory, Doug

    2006-05-01

    One significant drawback to currently available security products is their inabilty to correlate diverse sensor input. For instance, by only using network intrusion detection data, a root kit installed through a weak username-password combination may go unnoticed. Similarly, an administrator may never make the link between deteriorating response times from the database server and an attacker exfiltrating trusted data, if these facts aren't presented together. Current Security Information Management Systems (SIMS) can collect and represent diverse data but lack sufficient correlation algorithms. By using a Process Query System, we were able to quickly bring together data flowing from many sources, including NIDS, HIDS, server logs, CPU load and memory usage, etc. We constructed PQS models that describe dynamic behavior of complicated attacks and failures, allowing us to detect and differentiate simultaneous sophisticated attacks on a target network. In this paper, we discuss the benefits of implementing such a multistage cyber attack detection system using PQS. We focus on how data from multiple sources can be combined and used to detect and track comprehensive network security events that go unnoticed using conventional tools.

  8. Research on infrared dim-point target detection and tracking under sea-sky-line complex background

    NASA Astrophysics Data System (ADS)

    Dong, Yu-xing; Li, Yan; Zhang, Hai-bo

    2011-08-01

    Target detection and tracking technology in infrared image is an important part of modern military defense system. Infrared dim-point targets detection and recognition under complex background is a difficulty and important strategic value and challenging research topic. The main objects that carrier-borne infrared vigilance system detected are sea-skimming aircrafts and missiles. Due to the characteristics of wide field of view of vigilance system, the target is usually under the sea clutter. Detection and recognition of the target will be taken great difficulties .There are some traditional point target detection algorithms, such as adaptive background prediction detecting method. When background has dispersion-decreasing structure, the traditional target detection algorithms would be more useful. But when the background has large gray gradient, such as sea-sky-line, sea waves etc .The bigger false-alarm rate will be taken in these local area .It could not obtain satisfactory results. Because dim-point target itself does not have obvious geometry or texture feature ,in our opinion , from the perspective of mathematics, the detection of dim-point targets in image is about singular function analysis .And from the perspective image processing analysis , the judgment of isolated singularity in the image is key problem. The foregoing points for dim-point targets detection, its essence is a separation of target and background of different singularity characteristics .The image from infrared sensor usually accompanied by different kinds of noise. These external noises could be caused by the complicated background or from the sensor itself. The noise might affect target detection and tracking. Therefore, the purpose of the image preprocessing is to reduce the effects from noise, also to raise the SNR of image, and to increase the contrast of target and background. According to the low sea-skimming infrared flying small target characteristics , the median filter is used to

  9. Complex-formation-enhanced fluorescence quenching effect for efficient detection of picric acid.

    PubMed

    Ding, Aixiang; Yang, Longmei; Zhang, Yuyang; Zhang, Gaobin; Kong, Lin; Zhang, Xuanjun; Tian, Yupeng; Tao, Xutang; Yang, Jiaxiang

    2014-09-15

    Amine-functionalized α-cyanostilbene derivatives (Z)-2-(4-aminophenyl)-3-(4-butoxyphenyl)acrylonitrile (ABA) and (Z)-3-(4-butoxyphenyl)-2-[4-(butylamino)phenyl]acrylonitrile (BBA) were designed for specific recognition of picric acid (PA), an environmental and biological pollutant. The 1:1 host-guest complexes formed between the chemosensors and PA enhanced fluorescence quenching, thus leading to sensitive and selective detection in aqueous media and the solid phase. © 2014 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  10. Simultaneous membrane interaction of amphipathic peptide monomers, self-aggregates and cargo complexes detected by fluorescence correlation spectroscopy.

    PubMed

    Vasconcelos, Luís; Lehto, Tõnis; Madani, Fatemeh; Radoi, Vlad; Hällbrink, Mattias; Vukojević, Vladana; Langel, Ülo

    2018-02-01

    Peptides able to translocate cell membranes while carrying macromolecular cargo, as cell-penetrating peptides (CPPs), can contribute to the field of drug delivery by enabling the transport of otherwise membrane impermeable molecules. Formation of non-covalent complexes between amphipathic peptides and oligonucleotides is driven by electrostatic and hydrophobic interactions. Here we investigate and quantify the coexistence of distinct molecular species in multiple equilibria, namely peptide monomer, peptide self-aggregates and peptide/oligonucleotide complexes. As a model for the complexes, we used a stearylated peptide from the PepFect family, PF14 and siRNA. PF14 has a cationic part and a lipid part, resembling some characteristics of cationic lipids. Fluorescence correlation spectroscopy (FCS) and fluorescence cross-correlation spectroscopy (FCCS) were used to detect distinct molecular entities in solution and at the plasma membrane of live cells. For that, we labeled the peptide with carboxyrhodamine 6G and the siRNA with Cyanine 5. We were able to detect fluorescent entities with diffusional properties characteristic of the peptide monomer as well as of peptide aggregates and peptide/oligonucleotide complexes. Strategies to avoid peptide adsorption to solid surfaces and self-aggregation were developed and allowed successful FCS measurements in solution and at the plasma membrane. The ratio between the detected molecular species was found to vary with pH, peptide concentration and the proximity to the plasma membrane. The present results suggest that the diverse cellular uptake mechanisms, often reported for amphipathic CPPs, might result from the synergistic effect of peptide monomers, self-aggregates and cargo complexes, distributed unevenly at the plasma membrane. Copyright © 2017 Elsevier B.V. All rights reserved.

  11. Detection of in situ protein-protein complexes at the Drosophila larval neuromuscular junction using proximity ligation assay.

    PubMed

    Wang, Simon; Yoo, SooHyun; Kim, Hae-Yoon; Wang, Mannan; Zheng, Clare; Parkhouse, Wade; Krieger, Charles; Harden, Nicholas

    2015-01-20

    Discs large (Dlg) is a conserved member of the membrane-associated guanylate kinase family, and serves as a major scaffolding protein at the larval neuromuscular junction (NMJ) in Drosophila. Previous studies have shown that the postsynaptic distribution of Dlg at the larval NMJ overlaps with that of Hu-li tai shao (Hts), a homologue to the mammalian adducins. In addition, Dlg and Hts are observed to form a complex with each other based on co-immunoprecipitation experiments involving whole adult fly lysates. Due to the nature of these experiments, however, it was unknown whether this complex exists specifically at the NMJ during larval development. Proximity Ligation Assay (PLA) is a recently developed technique used mostly in cell and tissue culture that can detect protein-protein interactions in situ. In this assay, samples are incubated with primary antibodies against the two proteins of interest using standard immunohistochemical procedures. The primary antibodies are then detected with a specially designed pair of oligonucleotide-conjugated secondary antibodies, termed PLA probes, which can be used to generate a signal only when the two probes have bound in close proximity to each other. Thus, proteins that are in a complex can be visualized. Here, it is demonstrated how PLA can be used to detect in situ protein-protein interactions at the Drosophila larval NMJ. The technique is performed on larval body wall muscle preparations to show that a complex between Dlg and Hts does indeed exist at the postsynaptic region of NMJs.

  12. Detection of Ludic Patterns in Two Triadic Motor Games and Differences in Decision Complexity

    PubMed Central

    Aguilar, Miguel Pic; Navarro-Adelantado, Vicente; Jonsson, Gudberg K.

    2018-01-01

    The triad is a particular structure in which an ambivalent social relationship takes place. This work is focused on the search of behavioral regularities in the practice of motor games in triad, which is a little known field. For the detection of behavioral patterns not visible to the naked eye, we use Theme. A chasing games model was followed, with rules, and in two different structures (A↔B↔C↔A and A → B → C → A) on four class groups (two for each structure), for a total of 84, 12, and 13 year old secondary school students, 37 girls (44%) and 47 boys (56%). The aim was to examine if the players' behavior, in relation to the triad structure, matches with any ludic behavior patterns. An observational methodology was applied, with a nomothetic, punctual and multidimensional design. The intra and inter-evaluative correlation coefficients and the generalizability theory ensured the quality of the data. A mixed behavioral role system was used (four criteria and 15 categories), and the pattern detection software Theme was applied to detect temporal regularities in the order of event occurrences. The results show that time location of motor responses in triad games was not random. In the “maze” game we detected more complex ludic patterns than the “three fields” game, which might be explained by means of structural determinants such as circulation. This research points out the decisional complexity in motor games, and it confirms the differences among triads from the point of view of motor communication. PMID:29354084

  13. Broad attention to multiple individual objects may facilitate change detection with complex auditory scenes.

    PubMed

    Irsik, Vanessa C; Vanden Bosch der Nederlanden, Christina M; Snyder, Joel S

    2016-11-01

    Attention and other processing constraints limit the perception of objects in complex scenes, which has been studied extensively in the visual sense. We used a change deafness paradigm to examine how attention to particular objects helps and hurts the ability to notice changes within complex auditory scenes. In a counterbalanced design, we examined how cueing attention to particular objects affected performance in an auditory change-detection task through the use of valid or invalid cues and trials without cues (Experiment 1). We further examined how successful encoding predicted change-detection performance using an object-encoding task and we addressed whether performing the object-encoding task along with the change-detection task affected performance overall (Experiment 2). Participants had more error for invalid compared to valid and uncued trials, but this effect was reduced in Experiment 2 compared to Experiment 1. When the object-encoding task was present, listeners who completed the uncued condition first had less overall error than those who completed the cued condition first. All participants showed less change deafness when they successfully encoded change-relevant compared to irrelevant objects during valid and uncued trials. However, only participants who completed the uncued condition first also showed this effect during invalid cue trials, suggesting a broader scope of attention. These findings provide converging evidence that attention to change-relevant objects is crucial for successful detection of acoustic changes and that encouraging broad attention to multiple objects is the best way to reduce change deafness. (PsycINFO Database Record (c) 2016 APA, all rights reserved).

  14. Small target detection based on difference accumulation and Gaussian curvature under complex conditions

    NASA Astrophysics Data System (ADS)

    Zhang, He; Niu, Yanxiong; Zhang, Hao

    2017-12-01

    Small target detection is a significant subject in infrared search and track and other photoelectric imaging systems. The small target is imaged under complex conditions, which contains clouds, horizon and bright part. In this paper, a novel small target detection method is proposed based on difference accumulation, clustering and Gaussian curvature. Difference accumulation varies from regions. Therefore, after obtaining difference accumulations, clustering is applied to determine whether the pixel belongs to the heterogeneous region, and eliminate heterogeneous region. Then Gaussian curvature is used to separate target from the homogeneous region. Experiments are conducted for verification, along with comparisons to several other methods. The experimental results demonstrate that our method has an advantage of 1-2 orders of magnitude on SCRG and BSF than others. Given that the false alarm rate is 1, the detection probability can be approximately 0.9 by using proposed method.

  15. Low-complexity object detection with deep convolutional neural network for embedded systems

    NASA Astrophysics Data System (ADS)

    Tripathi, Subarna; Kang, Byeongkeun; Dane, Gokce; Nguyen, Truong

    2017-09-01

    We investigate low-complexity convolutional neural networks (CNNs) for object detection for embedded vision applications. It is well-known that consolidation of an embedded system for CNN-based object detection is more challenging due to computation and memory requirement comparing with problems like image classification. To achieve these requirements, we design and develop an end-to-end TensorFlow (TF)-based fully-convolutional deep neural network for generic object detection task inspired by one of the fastest framework, YOLO.1 The proposed network predicts the localization of every object by regressing the coordinates of the corresponding bounding box as in YOLO. Hence, the network is able to detect any objects without any limitations in the size of the objects. However, unlike YOLO, all the layers in the proposed network is fully-convolutional. Thus, it is able to take input images of any size. We pick face detection as an use case. We evaluate the proposed model for face detection on FDDB dataset and Widerface dataset. As another use case of generic object detection, we evaluate its performance on PASCAL VOC dataset. The experimental results demonstrate that the proposed network can predict object instances of different sizes and poses in a single frame. Moreover, the results show that the proposed method achieves comparative accuracy comparing with the state-of-the-art CNN-based object detection methods while reducing the model size by 3× and memory-BW by 3 - 4× comparing with one of the best real-time CNN-based object detectors, YOLO. Our 8-bit fixed-point TF-model provides additional 4× memory reduction while keeping the accuracy nearly as good as the floating-point model. Moreover, the fixed- point model is capable of achieving 20× faster inference speed comparing with the floating-point model. Thus, the proposed method is promising for embedded implementations.

  16. CdSe/CdS semiconductor quantum rods as robust fluorescent probes for paraffin-embedded tissue imaging.

    PubMed

    Zacheo, Antonella; Quarta, Alessandra; Mangoni, Antonella; Pompa, Pier Paolo; Mastria, Rosanna; Capogrossi, Maurizio C; Rinaldi, Ross; Pellegrino, Teresa

    2011-09-01

    Immunofluorescence techniques on formalin fixed paraffin-embedded sections allow for the evaluation of the expression and spatial distribution of specific markers in patient tissue specimens or for monitoring the fate of labeled cells after in vivo injection. This technique suffers however from the auto-fluorescence background signal of the embedded tissue that eventually confounds the analysis. Here we show that rod-like semiconductor nanocrystals (QRs), intramuscularly injected in living mice, could be clearly detected by confocal microscopy in formalin fixed paraffin-embedded tissue sections. Despite the low amount of QRs amount injected (25 picomoles), these were clearly visible after 24 h in the muscle sections and their fluorescence signal was stronger than that of CdSe/ZnS quantum dots (QDs) similarly functionalized and in the case of QRs only, the signal lasted even after 21 days after the injection. © 2011 IEEE

  17. Accuracy of manual QRS duration assessment: its importance in patient selection for cardiac resynchronization and implantable cardioverter defibrillator therapy.

    PubMed

    Tomlinson, David R; Bashir, Yaver; Betts, Timothy R; Rajappan, Kim

    2009-05-01

    Patients with left ventricular systolic dysfunction and electrocardiographic QRS duration (QRSd) >or=120 ms may obtain symptomatic and prognostic benefits from cardiac resynchronization therapy (CRT). However, clinical trials do not describe the methods used to measure QRSd. We investigated the effect of electrocardiogram (ECG) display format and paper speed on the accuracy of manual QRSd assessment and concordance of manual QRSd with computer-calculated mean and maximal QRSd. Six cardiologists undertook QRSd measurements on ECGs, with computer-calculated mean QRSd close to 120 ms. Display formats were 12-lead, 6-limb, and 6-precordial leads, each at 25 and 50 mm/s. When the computer-calculated mean was used to define QRSd, manual assessment demonstrated 97 and 83% concordance at categorizing QRSd as < and >or=120 ms, respectively. Using the computer-calculated maximal QRSd, manual assessment demonstrated 83% concordance when QRSd was <120 ms and 19% concordance when QRSd was >or=120 ms. The six-precordial lead format demonstrated significantly less intra and inter-observer variabilities than the 12-lead, but this did not improve concordance rates. Manual QRSd assessments demonstrate significant variability, and concordance with computer-calculated measurement depends on whether QRSd is defined as the mean or maximal value. Consensus is required both on the most appropriate definition of QRSd and its measurement.

  18. Prognostic Estimation of Advanced Heart Failure With Low Left Ventricular Ejection Fraction and Wide QRS Interval.

    PubMed

    Oh, Changmyung; Chang, Hyuk-Jae; Sung, Ji Min; Kim, Ji Ye; Yang, Wooin; Shim, Jiyoung; Kang, Seok-Min; Ha, Jongwon; Rim, Se-Joong; Chung, Namsik

    2012-10-01

    Cardiac resynchronization therapy (CRT) has been known to improve the outcome of advanced heart failure (HF) but is still underutilized in clinical practice. We investigated the prognosis of patients with advanced HF who were suitable for CRT but were treated with conventional strategies. We also developed a risk model to predict mortality to improve the facilitation of CRT. Patients with symptomatic HF with left ventricular ejection fraction ≤35% and QRS interval >120 ms were consecutively enrolled at cardiovascular hospital. After excluding those patients who had received device therapy, 239 patients (160 males, mean 67±11 years) were eventually recruited. During a follow-up of 308±236 days, 56 (23%) patients died. Prior stroke, heart rate >90 bpm, serum Na ≤135 mEq/L, and serum creatinine ≥1.5 mg/dL were identified as independent factors using Cox proportional hazards regression. Based on the risk model, points were assigned to each of the risk factors proportional to the regression coefficient, and patients were stratified into three risk groups: low- (0), intermediate-(1-5), and high-risk (>5 points). The 2-year mortality rates of each risk group were 5, 31, and 64 percent, respectively. The C statistic of the risk model was 0.78, and the model was validated in a cohort from a different institution where the C statistic was 0.80. The mortality of patients with advanced HF who were managed conventionally was effectively stratified using a risk model. It may be useful for clinicians to be more proactive about adopting CRT to improve patient prognosis.

  19. An Ru(II)-Fe(III) bimetallic complex as a multifunctional device for detecting, signal amplifying, and degrading oxalate.

    PubMed

    Chow, Cheuk-Fai; Ho, Pui-Yu; Gong, Cheng-Bin

    2014-09-07

    A tetranuclear bimetallic complex, [Ru(II)((t)Bubpy)(CN)4]2-[Fe(III)(H2O)3Cl]2·8H2O (1) has been synthesized and characterized. It was found to be a multifunctional device that can detect, signal amplify, and degrade an organic pollutant, oxalate. Results of the chemosensing studies of 1 toward common anions show that only oxalate selectively induces naked-eye colorimetric and luminometric responses with method detection limits down to 78.7 and 5.5 ppm, respectively from 1. Meanwhile, results of the photo-degradation studies of 1 toward oxalate show that the dissolved organic carbon content of oxalate decreased and reached complete mineralization into CO2 within 6 hours. Complex 1 was also found as the catalyst that amplified the detection signal toward oxalate. Through the photoassisted Fenton reaction by 1, methyl orange, an additional coloring agent, could be degraded so that the visual detection limit of 1 toward oxalate was magnified 50 times from 100 to 2 ppm. The detection, degradation, mineralization and signal amplification were found applicable in real water bodies such as river, pond and underground water with excellent recoveries and relative standard deviation.

  20. Quantitative Detection of Small Molecule/DNA Complexes Employing a Force-Based and Label-Free DNA-Microarray

    PubMed Central

    Ho, Dominik; Dose, Christian; Albrecht, Christian H.; Severin, Philip; Falter, Katja; Dervan, Peter B.; Gaub, Hermann E.

    2009-01-01

    Force-based ligand detection is a promising method to characterize molecular complexes label-free at physiological conditions. Because conventional implementations of this technique, e.g., based on atomic force microscopy or optical traps, are low-throughput and require extremely sensitive and sophisticated equipment, this approach has to date found only limited application. We present a low-cost, chip-based assay, which combines high-throughput force-based detection of dsDNA·ligand interactions with the ease of fluorescence detection. Within the comparative unbinding force assay, many duplicates of a target DNA duplex are probed against a defined reference DNA duplex each. The fractions of broken target and reference DNA duplexes are determined via fluorescence. With this assay, we investigated the DNA binding behavior of artificial pyrrole-imidazole polyamides. These small compounds can be programmed to target specific dsDNA sequences and distinguish between D- and L-DNA. We found that titration with polyamides specific for a binding motif, which is present in the target DNA duplex and not in the reference DNA duplex, reliably resulted in a shift toward larger fractions of broken reference bonds. From the concentration dependence nanomolar to picomolar dissociation constants of dsDNA·ligand complexes were determined, agreeing well with prior quantitative DNAase footprinting experiments. This finding corroborates that the forced unbinding of dsDNA in presence of a ligand is a nonequilibrium process that produces a snapshot of the equilibrium distribution between dsDNA and dsDNA·ligand complexes. PMID:19486688

  1. Gallium metal affinity capture tandem mass spectrometry for the selective detection of phosphopeptides in complex mixtures

    PubMed Central

    Blacken, Grady R.; Sadílek, Martin; Tureček, František

    2008-01-01

    Metal affinity capture tandem mass spectrometry (MAC-MSMS) is evaluated in a comparative study of a lysine-derived nitrilotriacetic acid (Nα, Nα-bis-(carboxymethyl)lysine, LysNTA) and an aspartic-acid-related iminodiacetic acid (N-(4-aminobutyl)aspartic acid, AspIDA) as selective phosphopeptide detection reagents. Both LysNTA and AspIDA spontaneously form ternary complexes with GaIII and phosphorylated amino acids and phosphopeptides upon mixing in solution. Collision-induced dissociation of positive complex ions produced by electrospray produces common fragments (LysNTA + H)+ or (AspIDA + H)+ at m/z 263 and 205, respectively. MSMS precursor scans using these fragments as reporter ions allow one to selectively detect multiple charge states of phosphopeptides in mixtures. It follows from this comparative study that LysNTA is superior to AspIDA in detecting phosphopeptides, possibly because of the higher coordination number and greater stability constant for GaIII – phosphopeptide complexation of the former reagent. In a continuing development of MAC-MSMS for proteomics applications, we demonstrate its utility in a post-column reaction format. Using a simple post-column-reaction ‘T’ and syringe pump to deliver our chelating reagents, α-casein tryptic phosphopeptides can be selectively analyzed from a solution containing a twofold molar excess of bovine serum albumin. The MAC-MSMS method is shown to be superior to the commonly used neutral loss scan for the common loss of phosphoric acid. PMID:18265438

  2. Recombinant expression, purification, and crystallization of the glutaminyl-tRNA synthetase from Toxoplasma gondii.

    PubMed

    van Rooyen, Jason M; Hakimi, Mohamed-Ali; Belrhali, Hassan

    2015-06-01

    Aminoacyl tRNA synthetases play a critical role in protein synthesis by providing precursor transfer-RNA molecules correctly charged with their cognate amino-acids. The essential nature of these enzymes make them attractive targets for designing new drugs against important pathogenic protozoans like Toxoplasma. Because no structural data currently exists for a protozoan glutaminyl-tRNA synthetase (QRS), an understanding of its potential as a drug target and its function in the assembly of the Toxoplasma multi-aminoacyl tRNA (MARS) complex is therefore lacking. Here we describe the optimization of expression and purification conditions that permitted the recovery and crystallization of both domains of the Toxoplasma QRS enzyme from a heterologous Escherichia coli expression system. Expression of full-length QRS was only achieved after the addition of an N-terminal histidine affinity tag and the isolated protein was active on both cellular and in vitro produced Toxoplasma tRNA. Taking advantage of the proteolytic susceptibility of QRS to cleavage into component domains, N-terminal glutathione S-transferase (GST) motif-containing domain fragments were isolated and crystallization conditions discovered. Isolation of the C-terminal catalytic domain was accomplished after subcloning the domain and optimizing expression conditions. Purified catalytic domain survived cryogenic storage and yielded large diffraction-quality crystals over-night after optimization of screening conditions. This work will form the basis of future structural studies into structural-functional relationships of both domains including potential targeted drug-design studies and investigations into the assembly of the Toxoplasma MARS complex. Copyright © 2015 Elsevier Inc. All rights reserved.

  3. An intelligent telecardiology system using a wearable and wireless ECG to detect atrial fibrillation.

    PubMed

    Lin, Chin-Teng; Chang, Kuan-Cheng; Lin, Chun-Ling; Chiang, Chia-Cheng; Lu, Shao-Wei; Chang, Shih-Sheng; Lin, Bor-Shyh; Liang, Hsin-Yueh; Chen, Ray-Jade; Lee, Yuan-Teh; Ko, Li-Wei

    2010-05-01

    This study presents a novel wireless, ambulatory, real-time, and autoalarm intelligent telecardiology system to improve healthcare for cardiovascular disease, which is one of the most prevalent and costly health problems in the world. This system consists of a lightweight and power-saving wireless ECG device equipped with a built-in automatic warning expert system. This device is connected to a mobile and ubiquitous real-time display platform. The acquired ECG signals are instantaneously transmitted to mobile devices, such as netbooks or mobile phones through Bluetooth, and then, processed by the expert system. An alert signal is sent to the remote database server, which can be accessed by an Internet browser, once an abnormal ECG is detected. The current version of the expert system can identify five types of abnormal cardiac rhythms in real-time, including sinus tachycardia, sinus bradycardia, wide QRS complex, atrial fibrillation (AF), and cardiac asystole, which is very important for both the subjects who are being monitored and the healthcare personnel tracking cardiac-rhythm disorders. The proposed system also activates an emergency medical alarm system when problems occur. Clinical testing reveals that the proposed system is approximately 94% accurate, with high sensitivity, specificity, and positive prediction rates for ten normal subjects and 20 AF patients. We believe that in the future a business-card-like ECG device, accompanied with a mobile phone, can make universal cardiac protection service possible.

  4. Computational efficient unsupervised coastline detection from single-polarization 1-look SAR images of complex coastal environments

    NASA Astrophysics Data System (ADS)

    Garzelli, Andrea; Zoppetti, Claudia; Pinelli, Gianpaolo

    2017-10-01

    Coastline detection in synthetic aperture radar (SAR) images is crucial in many application fields, from coastal erosion monitoring to navigation, from damage assessment to security planning for port facilities. The backscattering difference between land and sea is not always documented in SAR imagery, due to the severe speckle noise, especially in 1-look data with high spatial resolution, high sea state, or complex coastal environments. This paper presents an unsupervised, computationally efficient solution to extract the coastline acquired by only one single-polarization 1-look SAR image. Extensive tests on Spotlight COSMO-SkyMed images of complex coastal environments and objective assessment demonstrate the validity of the proposed procedure which is compared to state-of-the-art methods through visual results and with an objective evaluation of the distance between the detected and the true coastline provided by regional authorities.

  5. Sensitivity and specificity of automated detection of early repolarization in standard 12-lead electrocardiography.

    PubMed

    Kenttä, Tuomas; Porthan, Kimmo; Tikkanen, Jani T; Väänänen, Heikki; Oikarinen, Lasse; Viitasalo, Matti; Karanko, Hannu; Laaksonen, Maarit; Huikuri, Heikki V

    2015-07-01

    Early repolarization (ER) is defined as an elevation of the QRS-ST junction in at least two inferior or lateral leads of the standard 12-lead electrocardiogram (ECG). Our purpose was to create an algorithm for the automated detection and classification of ER. A total of 6,047 electrocardiograms were manually graded for ER by two experienced readers. The automated detection of ER was based on quantification of the characteristic slurring or notching in ER-positive leads. The ER detection algorithm was tested and its results were compared with manual grading, which served as the reference. Readers graded 183 ECGs (3.0%) as ER positive, of which the algorithm detected 176 recordings, resulting in sensitivity of 96.2%. Of the 5,864 ER-negative recordings, the algorithm classified 5,281 as negative, resulting in 90.1% specificity. Positive and negative predictive values for the algorithm were 23.2% and 99.9%, respectively, and its accuracy was 90.2%. Inferior ER was correctly detected in 84.6% and lateral ER in 98.6% of the cases. As the automatic algorithm has high sensitivity, it could be used as a prescreening tool for ER; only the electrocardiograms graded positive by the algorithm would be reviewed manually. This would reduce the need for manual labor by 90%. © 2014 Wiley Periodicals, Inc.

  6. Digital sensing and sizing of vesicular stomatitis virus pseudotypes in complex media: a model for Ebola and Marburg detection.

    PubMed

    Daaboul, George G; Lopez, Carlos A; Chinnala, Jyothsna; Goldberg, Bennett B; Connor, John H; Ünlü, M Selim

    2014-06-24

    Rapid, sensitive, and direct label-free capture and characterization of nanoparticles from complex media such as blood or serum will broadly impact medicine and the life sciences. We demonstrate identification of virus particles in complex samples for replication-competent wild-type vesicular stomatitis virus (VSV), defective VSV, and Ebola- and Marburg-pseudotyped VSV with high sensitivity and specificity. Size discrimination of the imaged nanoparticles (virions) allows differentiation between modified viruses having different genome lengths and facilitates a reduction in the counting of nonspecifically bound particles to achieve a limit-of-detection (LOD) of 5 × 10(3) pfu/mL for the Ebola and Marburg VSV pseudotypes. We demonstrate the simultaneous detection of multiple viruses in a single sample (composed of serum or whole blood) for screening applications and uncompromised detection capabilities in samples contaminated with high levels of bacteria. By employing affinity-based capture, size discrimination, and a "digital" detection scheme to count single virus particles, we show that a robust and sensitive virus/nanoparticle sensing assay can be established for targets in complex samples. The nanoparticle microscopy system is termed the Single Particle Interferometric Reflectance Imaging Sensor (SP-IRIS) and is capable of high-throughput and rapid sizing of large numbers of biological nanoparticles on an antibody microarray for research and diagnostic applications.

  7. Detection of DNA via the fluorescence quenching of Mn-doped ZnSe D-dots/doxorubicin/DNA ternary complexes system.

    PubMed

    Gao, Xue; Niu, Lu; Su, Xingguang

    2012-01-01

    This manuscript reports a method for the detection of double-stranded DNA, based on Mn:ZnSe d-dots and intercalating agent doxorubicin (DOX). DOX can quench the photoluminescence (PL) of Mn:ZnSe d-dots through photoinduced electron transfer process, after binding with Mn:ZnSe d-dots. The addition of DNA can result in the formation of the Mn:ZnSe d-dots-DOX-DNA ternary complexes, the fluorescence of the Mn:ZnSe d-dots-DOX complexes would be further quenched by the addition of DNA, thus allowing the detection of DNA. The formation mechanism of the Mn:ZnSe d-dots-DOX-DNA ternary complexes was studied in detail in this paper. Under optimal conditions, the quenched fluorescence intensity of Mn:ZnSe d-dots-DOX system are perfectly described by Stern-Volmer equation with the concentration of hsDNA ranging from 0.006 μg mL(-1) to 6.4 μg mL(-1). The detection limit (S/N = 3) for hsDNA is 0.5 ng mL(-1). The proposed method was successfully applied to the detection of DNA in synthetic samples and the results were satisfactory.

  8. Differentiating the origin of outflow tract ventricular arrhythmia using a simple, novel approach.

    PubMed

    Efimova, Elena; Dinov, Borislav; Acou, Willem-Jan; Schirripa, Valentina; Kornej, Jelena; Kosiuk, Jedrzej; Rolf, Sascha; Sommer, Philipp; Richter, Sergio; Bollmann, Andreas; Hindricks, Gerhard; Arya, Arash

    2015-07-01

    Numerous electrocardiographic (ECG) criteria have been proposed to identify localization of outflow tract ventricular arrhythmias (OT-VAs); however, in some cases, it is difficult to accurately localize the origin of OT-VA using the surface ECG. The purpose of this study was to assess a simple criterion for localization of OT-VAs during electrophysiology study. We measured the interval from the onset of the earliest QRS complex of premature ventricular contractions (PVCs) to the distal right ventricular apical signal (the QRS-RVA interval) in 66 patients (31 men aged 53.3 ± 14.0 years; right ventricular outflow tract [RVOT] origin in 37) referred for ablation of symptomatic outflow tract PVCs. We prospectively validated this criterion in 39 patients (22 men aged 52 ± 15 years; RVOT origin in 19). Compared with patients with RVOT PVCs, the QRS-RVA interval was significantly longer in patients with left ventricular outflow tract (LVOT) PVCs (70 ± 14 vs 33.4±10 ms, P < .001). Receiver operating characteristic analysis showed that a QRS-RVA interval ≥49 ms had sensitivity, specificity, and positive and negative predictive values of 100%, 94.6%, 93.5%, and 100%, respectively, for prediction of an LVOT origin. The same analysis in the validation cohort showed sensitivity, specificity, and positive and negative predictive values of 94.7%, 95%, 95%, and 94.7%, respectively. When these data were combined, a QRS-RVA interval ≥49 ms had sensitivity, specificity, and positive and negative predictive values of 98%, 94.6%, 94.1%, and 98.1%, respectively, for prediction of an LVOT origin. A QRS-RVA interval ≥49 ms suggests an LVOT origin. The QRS-RVA interval is a simple and accurate criterion for differentiating the origin of outflow tract arrhythmia during electrophysiology study; however, the accuracy of this criterion in identifying OT-VA from the right coronary cusp is limited. Copyright © 2015 Heart Rhythm Society. Published by Elsevier Inc. All rights reserved.

  9. Selective turn-off phosphorescent and colorimetric detection of mercury(II) in water by half-lantern platinum(II) complexes.

    PubMed

    Sicilia, Violeta; Borja, Pilar; Baya, Miguel; Casas, José M

    2015-04-21

    The platinum(ii) half-lantern dinuclear complexes [{Pt(bzq)(μ-C7H4NS2-κN,S)}2] () and [{Pt(bzq)(μ-C7H4NOS-κN,S)}2] () [bzq = benzo[h]quinolinate, C7H4NS2 = 2-mercaptobenzothiazolate, C7H4NOS = 2-mercaptobenzoxazolate] in solution of DMSO-H2O undergo a dramatic color change from yellowish-orange to purple and turn-off phosphorescence in the presence of a small amount of Hg(2+), being discernible by the naked-eye and by spectroscopic methods. Other metal ions as Ag(+), Li(+), Na(+), K(+), Ca(2+), Mg(2+), Ba(2+), Pb(2+), Cd(2+), Zn(2+) and Tl(+) were tested and, even in a big excess, showed no interference in the selective detection of Hg(2+) in water. Job's plot analysis indicated a 1 : 1 stoichiometry in the complexation mode of Hg(2+) by /. The phosphorescence quenching attributed to the formation of [/ : Hg(2+)] complexes showed binding constants of K = 1.13 × 10(5) M(-1) () and K = 1.99 × 10(4) M(-1) (). The limit of detection has been also evaluated. In addition, dried paper test strips impregnated in DMSO solutions of and can detect concentration of Hg(2+) in water as low as 1 × 10(-5) M for and 5 × 10(-5) M for , making these complexes good candidates to be used as real-time Hg(2+) detectors. The nature of the interaction of the Pt2 half-lantern complex with the Hg(2+) cation, has been investigated by theoretical calculations.

  10. An open-source framework for stress-testing non-invasive foetal ECG extraction algorithms.

    PubMed

    Andreotti, Fernando; Behar, Joachim; Zaunseder, Sebastian; Oster, Julien; Clifford, Gari D

    2016-05-01

    Over the past decades, many studies have been published on the extraction of non-invasive foetal electrocardiogram (NI-FECG) from abdominal recordings. Most of these contributions claim to obtain excellent results in detecting foetal QRS (FQRS) complexes in terms of location. A small subset of authors have investigated the extraction of morphological features from the NI-FECG. However, due to the shortage of available public databases, the large variety of performance measures employed and the lack of open-source reference algorithms, most contributions cannot be meaningfully assessed. This article attempts to address these issues by presenting a standardised methodology for stress testing NI-FECG algorithms, including absolute data, as well as extraction and evaluation routines. To that end, a large database of realistic artificial signals was created, totaling 145.8 h of multichannel data and over one million FQRS complexes. An important characteristic of this dataset is the inclusion of several non-stationary events (e.g. foetal movements, uterine contractions and heart rate fluctuations) that are critical for evaluating extraction routines. To demonstrate our testing methodology, three classes of NI-FECG extraction algorithms were evaluated: blind source separation (BSS), template subtraction (TS) and adaptive methods (AM). Experiments were conducted to benchmark the performance of eight NI-FECG extraction algorithms on the artificial database focusing on: FQRS detection and morphological analysis (foetal QT and T/QRS ratio). The overall median FQRS detection accuracies (i.e. considering all non-stationary events) for the best performing methods in each group were 99.9% for BSS, 97.9% for AM and 96.0% for TS. Both FQRS detections and morphological parameters were shown to heavily depend on the extraction techniques and signal-to-noise ratio. Particularly, it is shown that their evaluation in the source domain, obtained after using a BSS technique, should be

  11. Detection of Nucleic Acids in Complex Samples via Magnetic Microbead-assisted Catalyzed Hairpin Assembly and "DD-A" FRET.

    PubMed

    Fang, Hongmei; Xie, Nuli; Ou, Min; Huang, Jin; Li, Wenshan; Wang, Qing; Liu, Jianbo; Yang, Xiaohai; Wang, Kemin

    2018-05-21

    Nucleic acids, as one kind of significant biomarkers, have attracted tremendous attention and exhibited immense value in fundamental studies and clinical applications. In this work, we developed a fluorescent assay for detecting nucleic acids in complex samples based on magnetic microbead (MMB)-assisted catalyzed hairpin assembly (CHA) and donor donor-acceptor fluorescence resonance energy transfer ("DD-A" FRET) signaling mechanism. Three types of DNA hairpin probes were employed in this system, including Capture, H1 (double FAM-labelled probe as FRET donor) and H2 (TAMRA-labelled probe as FRET acceptor). Firstly, the Captures immobilized on MMBs bound to targets in complex samples, and the sequences in Captures that could trigger catalyzed hairpin assembly (CHA) were exposed. Then, target-enriched MMBs complexes were separated and resuspended in the reaction buffer containing H1 and H2. As a result, numerous H1-H2 duplexes were formed during CHA process, inducing an obvious FRET signal. In contrast, CHA could not be trigger and the FRET signal was weak while target was absent. With the aid of magnetic separation and "DD-A" FRET, it was demonstrated to effectively eliminate errors from background interference. Importantly, this strategy realized amplified detection in buffer, with detection limits of microRNA as low as 34 pM. Furthermore, this method was successfully applied to detect microRNA-21 in serum and cell culture media. The results showed that our method has the potential for biomedical research and clinical application.

  12. QRS classification and spatial combination for robust heart rate detection in low-quality fetal ECG recordings.

    PubMed

    Warmerdam, G; Vullings, R; Van Pul, C; Andriessen, P; Oei, S G; Wijn, P

    2013-01-01

    Non-invasive fetal electrocardiography (ECG) can be used for prolonged monitoring of the fetal heart rate (FHR). However, the signal-to-noise-ratio (SNR) of non-invasive ECG recordings is often insufficient for reliable detection of the FHR. To overcome this problem, source separation techniques can be used to enhance the fetal ECG. This study uses a physiology-based source separation (PBSS) technique that has already been demonstrated to outperform widely used blind source separation techniques. Despite the relatively good performance of PBSS in enhancing the fetal ECG, PBSS is still susceptible to artifacts. In this study an augmented PBSS technique is developed to reduce the influence of artifacts. The performance of the developed method is compared to PBSS on multi-channel non-invasive fetal ECG recordings. Based on this comparison, the developed method is shown to outperform PBSS for the enhancement of the fetal ECG.

  13. Patients with left bundle branch block and left axis deviation show a specific left ventricular asynchrony pattern: Implications for left ventricular lead placement during CRT implantation.

    PubMed

    Sciarra, Luigi; Golia, Paolo; Palamà, Zefferino; Scarà, Antonio; De Ruvo, Ermenegildo; Borrelli, Alessio; Martino, Anna Maria; Minati, Monia; Fagagnini, Alessandro; Tota, Claudia; De Luca, Lucia; Grieco, Domenico; Delise, Pietro; Calò, Leonardo

    Left bundle branch block (LBBB) and left axis deviation (LAD) patients may have poor response to resynchronization therapy (CRT). We sought to assess if LBBB and LAD patients show a specific pattern of mechanical asynchrony. CRT candidates with non-ischemic cardiomyopathy and LBBB were categorized as having normal QRS axis (within -30° and +90°) or LAD (within -30° and -90°). Patients underwent tissue Doppler imaging (TDI) to measure time interval between onset of QRS complex and peak systolic velocity in ejection period (Q-peak) at basal segments of septal, inferior, lateral and anterior walls, as expression of local timing of mechanical activation. Thirty patients (mean age 70.6years; 19 males) were included. Mean left ventricular ejection fraction was 0.28±0.06. Mean QRS duration was 172.5±13.9ms. Fifteen patients showed LBBB with LAD (QRS duration 173±14; EF 0.27±0.06). The other 15 patients had LBBB with a normal QRS axis (QRS duration 172±14; EF 0.29±0.05). Among patients with LAD, Q-peak interval was significantly longer at the anterior wall in comparison to each other walls (septal 201±46ms, inferior 242±58ms, lateral 267±45ms, anterior 302±50ms; p<0.0001). Conversely, in patients without LAD Q-peak interval was longer at lateral wall, when compared to each other (septal 228±65ms, inferior 250±64ms, lateral 328±98ms, anterior 291±86ms; p<0.0001). Patients with heart failure, presenting LBBB and LAD, show a specific pattern of ventricular asynchrony, with latest activation at anterior wall. This finding could affect target vessel selection during CRT procedures in these patients. Copyright © 2017 Elsevier Inc. All rights reserved.

  14. Electrocardiography based prediction of hypertrophy pattern and fibrosis amount in hypertrophic cardiomyopathy: comparative study with cardiac magnetic resonance imaging.

    PubMed

    Park, Chul Hwan; Chung, Hyemoon; Kim, Yoonjung; Kim, Jong-Youn; Min, Pil-Ki; Lee, Kyung-A; Yoon, Young Won; Kim, Tae Hoon; Lee, Byoung Kwon; Hong, Bum-Kee; Rim, Se-Joong; Kwon, Hyuck Moon; Choi, Eui-Young

    2018-05-04

    Although, cardiac magnetic resonance imaging (CMR) is a gold standard for risk stratification of hypertrophic cardiomyopathy (HCM), is limited in some situations. We sought to evaluate the predictive power of quantitative electrocardiography in assessing hypertrophy pattern and fibrosis in HCM. Eighty-eight patients with HCM were studied. Voltage of R-S-T waves, number of fragmented QRS (fQRS) complexes, and T wave morphology were measured by 12-lead electrocardiography. Sixteen segmental thickness, late gadolinium enhancement (LGE), native T1, extracellular volume fraction (ECV), and T2, left ventricular (LV) mass and %LGE were measured by CMR. Patterns of LV hypertrophy were classified as pure apical, mixed, or asymmetrical septal hypertrophy. Positive and negative predictive values of biphasic T wave for pure apical type were 70.4 and 63.9%, and the predictive values of precordial negative T wave sums [Formula: see text] 12.5 mm were 69.2 and 79.6%. Precordial S waves, especially Cornell voltage index, were significantly correlated to LV mass index and maximal thickness (p [Formula: see text]0.001). The number of fQRS leads was significantly correlated to %LGE, average ECV, and T2 (all p [Formula: see text]0.001). More than one lead with fQRS could predict [Formula: see text]5% of LGE mass with 58% sensitivity and 63% specificity (p = 0.049, area under the curve = 0.627). However, degree of correlation between maximal thickness and precordial S was poor in cases with fQRS more two leads. T wave morphology and precordial S helps discriminate hypertrophy pattern and maximal hypertrophy, however, in cases with more than two leads of concomitant fQRS, CMR defines fibrosis amount and hypertrophy more accurately.

  15. Detection of E. coli O157:H7 in complex matrices under varying flow parameters with a robotic fluorometric assay system

    NASA Astrophysics Data System (ADS)

    Leskinen, Stephaney D.; Schlemmer, Sarah M.; Kearns, Elizabeth A.; Lim, Daniel V.

    2009-02-01

    The development of rapid assays for detection of microbial pathogens in complex matrices is needed to protect public health due to continued outbreaks of disease from contaminated foods and water. An Escherichia coli O157:H7 detection assay was designed using a robotic, fluorometric assay system. The system integrates optics, fluidics, robotics and software for the detection of foodborne pathogens or toxins in as many as four samples simultaneously. It utilizes disposable fiber optic waveguides coated with biotinylated antibodies for capture of target analytes from complex sample matrices. Computer-controlled rotation of sample cups allows complete contact between the sample and the waveguide. Detection occurs via binding of a fluorophore-labeled antibody to the captured target, which leads to an increase in the fluorescence signal. Assays are completed within twenty-five minutes. Sample matrices included buffer, retentate (material recovered from the filter of the Automated Concentration System (ACS) following hollow fiber ultrafiltration), spinach wash and ground beef. The matrices were spiked with E. coli O157:H7 (103-105 cells/ml) and the limits of detection were determined. The effect of sample rotation on assay sensitivity was also examined. Rotation parameters for each sample matrix included 10 ml with rotation, 5 ml with rotation and 0.1 ml without rotation. Detection occurred at 104 cells/ml in buffer and spinach wash and at 105 cells/ml in retentate and ground beef. Detection was greater for rotated samples in each matrix except ground beef. Enhanced detection of E. coli from large, rotated volumes of complex matrices was confirmed.

  16. Expert and crowd-sourced validation of an individualized sleep spindle detection method employing complex demodulation and individualized normalization

    PubMed Central

    Ray, Laura B.; Sockeel, Stéphane; Soon, Melissa; Bore, Arnaud; Myhr, Ayako; Stojanoski, Bobby; Cusack, Rhodri; Owen, Adrian M.; Doyon, Julien; Fogel, Stuart M.

    2015-01-01

    A spindle detection method was developed that: (1) extracts the signal of interest (i.e., spindle-related phasic changes in sigma) relative to ongoing “background” sigma activity using complex demodulation, (2) accounts for variations of spindle characteristics across the night, scalp derivations and between individuals, and (3) employs a minimum number of sometimes arbitrary, user-defined parameters. Complex demodulation was used to extract instantaneous power in the spindle band. To account for intra- and inter-individual differences, the signal was z-score transformed using a 60 s sliding window, per channel, over the course of the recording. Spindle events were detected with a z-score threshold corresponding to a low probability (e.g., 99th percentile). Spindle characteristics, such as amplitude, duration and oscillatory frequency, were derived for each individual spindle following detection, which permits spindles to be subsequently and flexibly categorized as slow or fast spindles from a single detection pass. Spindles were automatically detected in 15 young healthy subjects. Two experts manually identified spindles from C3 during Stage 2 sleep, from each recording; one employing conventional guidelines, and the other, identifying spindles with the aid of a sigma (11–16 Hz) filtered channel. These spindles were then compared between raters and to the automated detection to identify the presence of true positives, true negatives, false positives and false negatives. This method of automated spindle detection resolves or avoids many of the limitations that complicate automated spindle detection, and performs well compared to a group of non-experts, and importantly, has good external validity with respect to the extant literature in terms of the characteristics of automatically detected spindles. PMID:26441604

  17. Influence of Stimulus Symmetry and Complexity upon Haptic Scanning Strategies During Detection, Learning and Recognition Tasks.

    ERIC Educational Resources Information Center

    Locher, Paul J.; Simmons, Roger W.

    Two experiments were conducted to investigate the perceptual processes involved in haptic exploration of randomly generated shapes. Experiment one required subjects to detect symmetrical or asymmetrical characteristics of individually presented plastic shapes, also varying in complexity. Scanning time for both symmetrical and asymmetrical shapes…

  18. Detection of Labile Low-Molecular-Mass Transition Metal Complexes in Mitochondria

    PubMed Central

    McCormick, Sean P.; Moore, Michael J.; Lindahl, Paul A.

    2015-01-01

    Liquid chromatography was used with an on-line inductively coupled plasma mass spectrometer to detect low-molecular-mass (LMM) transition metal complexes in mitochondria isolated from fermenting yeast cells, human Jurkat cells, and mouse brain and liver. These complexes constituted 20 – 40% of total mitochondrial Mn, Fe, Zn, and Cu ions. The major LMM Mn complex in yeast mitochondria had a mass of ca. 1100 Da and a concentration of ~ 2 μM. Mammalian mitochondria contained a second Mn species with a mass of ca. 2000 Da at a comparable concentration. The major Fe complex in mitochondria isolated from exponentially growing yeast cells had a mass of ca. 580 Da; the concentration of Fe580 in mitochondria was ca. 100 μM. When mitochondria were isolated from fermenting cells in post-exponential phase, the mass of the dominant LMM Fe complex was ca. 1100 Da. Upon incubation, the intensity of Fe1100 declined and Fe580 increased, suggesting that the two are interrelated. Mammalian mitochondria contained Fe580 and 2 other Fe species (Fe2000 and Fe1100) at concentrations of ca. 50 μM each. The dominant LMM Zn species in mitochondria had a mass of ca. 1200 Da and a concentration of ca. 110 μM. Mammalian mitochondria contained a second major LMM Zn species at 1500 Da. The dominant LMM Cu species in yeast mitochondria had a mass of ca. 5000 Da and a concentration in yeast mitochondria of ca. 16 μM; Cu5000 was not observed in mammalian mitochondria. The dominant Co species in mitochondria, Co1200, had a concentration of 20 nM and was probably a cobalamin. Mammalian but not yeast mitochondria contained a LMM Mo species, Mo730, at ca. 1 μM concentration. Increasing Mn, Fe, Cu, and Zn concentrations 10 fold in the medium increased the concentration of the same element in the corresponding isolated mitochondria. Treatment with metal chelators confirmed that these LMM species were labile. The dominant S species at 1100 Da was not free GSH or GSSG. PMID:26018429

  19. Spectral analysis of epicardial 60-lead electrograms in dogs with 4-week-old myocardial infarction.

    PubMed

    Hosoya, Y; Ikeda, K; Komatsu, T; Yamaki, M; Kubota, I

    2001-01-01

    There were few studies on the spectral analysis of multiple-lead epicardial electrograms in chronic myocardial infarction. Spectral analysis of multi-lead epicardial electrograms was performed in 6 sham-operated dogs (N group) and 8 dogs with 4-week-old myocardial infarction (MI group). Four weeks after the ligation of left anterior descending coronary artery, fast Fourier transform was performed on 60-lead epicardial electrograms, and then inverse transform was performed on 5 frequency ranges from 0 to 250 Hz. From the QRS onset to QRS offset, the time integration of unsigned value of reconstructed waveform was calculated and displayed as AQRS maps. On 0-25 Hz AQRS map, there was no significant difference between the 2 groups. In the frequency ranges of 25-250 Hz, MI group had significantly smaller AQRS values than N group solely in the infarct zone. It was shown that high frequency potentials (25-250 Hz) within QRS complex were reduced in the infarct zone.

  20. Electrochemiluminescence aptasensor for adenosine triphosphate detection using host-guest recognition between metallocyclodextrin complex and aptamer.

    PubMed

    Chen, Hong; Chen, Qiong; Zhao, Yingying; Zhang, Fan; Yang, Fan; Tang, Jie; He, Pingang

    2014-04-01

    A sensitive and label-free electrochemiluminescence (ECL) aptasensor for the detection of adenosine triphosphate (ATP) was successfully designed using host-guest recognition between a metallocyclodextrin complex, i.e., tris(bipyridine)ruthenium(II)-β-cyclodextrin [tris(bpyRu)-β-CD], and an ATP-binding aptamer. In the protocol, the NH2-terminated aptamer was immobilized on a glassy carbon electrode (GCE) by a coupling interaction. After host-guest recognition between tris(bpyRu)-β-CD and aptamer, the tris(bpyRu)-β-CD/aptamer/GCE produced a strong ECL signal as a result of the photoactive properties of tris(bpyRu)-β-CD. However, in the presence of ATP, the ATP/aptamer complex was formed preferentially, which restricted host-guest recognition, and therefore less tris(bpyRu)-β-CD was attached to the GCE surface, resulting in an obvious decrease in the ECL intensity. Under optimal determination conditions, an excellent logarithmic linear relationship between the ECL decrease and ATP concentration was obtained in the range 10.0-0.05 nM, with a detection limit of 0.01 nM at the S/N ratio of 3. The proposed ECL-based ATP aptasensor exhibited high sensitivity and selectivity, without time-consuming signal-labeling procedures, and is considered to be a promising model for detection of aptamer-specific targets. Copyright © 2014. Published by Elsevier B.V.

  1. Detection of time delays and directional interactions based on time series from complex dynamical systems

    NASA Astrophysics Data System (ADS)

    Ma, Huanfei; Leng, Siyang; Tao, Chenyang; Ying, Xiong; Kurths, Jürgen; Lai, Ying-Cheng; Lin, Wei

    2017-07-01

    Data-based and model-free accurate identification of intrinsic time delays and directional interactions is an extremely challenging problem in complex dynamical systems and their networks reconstruction. A model-free method with new scores is proposed to be generally capable of detecting single, multiple, and distributed time delays. The method is applicable not only to mutually interacting dynamical variables but also to self-interacting variables in a time-delayed feedback loop. Validation of the method is carried out using physical, biological, and ecological models and real data sets. Especially, applying the method to air pollution data and hospital admission records of cardiovascular diseases in Hong Kong reveals the major air pollutants as a cause of the diseases and, more importantly, it uncovers a hidden time delay (about 30-40 days) in the causal influence that previous studies failed to detect. The proposed method is expected to be universally applicable to ascertaining and quantifying subtle interactions (e.g., causation) in complex systems arising from a broad range of disciplines.

  2. Weak signal transmission in complex networks and its application in detecting connectivity.

    PubMed

    Liang, Xiaoming; Liu, Zonghua; Li, Baowen

    2009-10-01

    We present a network model of coupled oscillators to study how a weak signal is transmitted in complex networks. Through both theoretical analysis and numerical simulations, we find that the response of other nodes to the weak signal decays exponentially with their topological distance to the signal source and the coupling strength between two neighboring nodes can be figured out by the responses. This finding can be conveniently used to detect the topology of unknown network, such as the degree distribution, clustering coefficient and community structure, etc., by repeatedly choosing different nodes as the signal source. Through four typical networks, i.e., the regular one dimensional, small world, random, and scale-free networks, we show that the features of network can be approximately given by investigating many fewer nodes than the network size, thus our approach to detect the topology of unknown network may be efficient in practical situations with large network size.

  3. Formation, Detection and the Distribution of Complex Organic Molecules with the Atacama Large Millimeter/submillimeter Array (ALMA)

    NASA Astrophysics Data System (ADS)

    Remijan, Anthony John

    2015-08-01

    The formation and distribution of complex organic material in astronomical environments continues to be a focused research area in astrochemistry. For several decades now, emphasis has been placed on the millimeter/submillimeter regime of the radio spectrum for trying to detect new molecular species and to constrain the chemical formation route of complex molecules by comparing and contrasting their relative distributions towards varying astronomical environments. This effort has been extremely laborious as millimeter/submillimeter facilities have been only able to detect and map the distribution of the strongest transition(s) of the simplest organic molecules. Even then, these single transition "chemical maps" have been very low spatial resolution because early millimeter/submillimeter facilities did not have access to broadband spectral coverage or the imaging capabilities to truly ascertain the morphology of the molecular emission. In the era of ALMA, these limitations have been greatly lifted. Broadband spectral line surveys now hold the key to uncovering the full molecular complexity in astronomical environments. In addition, searches for complex organic material is no longer limited to investigating the strongest lines of the simplest molecules toward the strongest sources of emission in the Galaxy. ALMA is issuing a new era of exploration as the search for complex molecules will now be available to an increased suite of sources in the Galaxy and our understanding of the formation of this complex material will be greatly increased as a result. This presentation will highlight the current and future ALMA capabilities in the search for complex molecules towards astronomical environments, highlight the recent searches that ALMA scientists have conducted from the start of ALMA Early Science and provide the motivation for the next suite of astronomical searches to investigate our pre-biotic origins in the universe.

  4. Development of local complexity metrics to quantify the effect of anatomical noise on detectability of lung nodules in chest CT imaging

    NASA Astrophysics Data System (ADS)

    Solomon, Justin; Rubin, Geoffrey; Smith, Taylor; Harrawood, Brian; Choudhury, Kingshuk Roy; Samei, Ehsan

    2017-03-01

    The purpose of this study was to develop metrics of local anatomical complexity and compare them with detectability of lung nodules in CT. Data were drawn retrospectively from a published perception experiment in which detectability was assessed in cases enriched with virtual nodules (13 radiologists x 157 total nodules = 2041 responses). A local anatomical complexity metric called the distractor index was developed, defined as the Gaussian weighted proportion (i.e., average) of distracting local voxels (50 voxels in-plane, 5 slices). A distracting voxel was classified by thresholding image data that had been selectively filtered to enhance nodule-like features. The distractor index was measured for each nodule location in the nodule-free images. The local pixel standard deviation (STD) was also measured for each nodule. Other confounding factors of search fraction (proportion of lung voxels to total voxels in the given slice) and peripheral distance (defined as the 3D distance of the nodule from the trachea bifurcation) were measured. A generalized linear mixed-effects statistical model (no interaction terms, probit link function, random reader term) was fit to the data to determine the influence of each metric on detectability. In order of decreasing effect size: distractor index, STD, and search fraction all significantly affected detectability (P < 0.001). Distance to the trachea did not have a significant effect (P < 0.05). These data demonstrate that local lung complexity degrades detection of lung nodules and the distractor index could serve as a good surrogate metric to quantify anatomical complexity.

  5. Ventricular conduction and long-term heart failure outcomes and mortality in African Americans: insights from the Jackson Heart Study.

    PubMed

    Mentz, Robert J; Greiner, Melissa A; DeVore, Adam D; Dunlay, Shannon M; Choudhary, Gaurav; Ahmad, Tariq; Khazanie, Prateeti; Randolph, Tiffany C; Griswold, Michael E; Eapen, Zubin J; O'Brien, Emily C; Thomas, Kevin L; Curtis, Lesley H; Hernandez, Adrian F

    2015-03-01

    QRS prolongation is associated with adverse outcomes in mostly white populations, but its clinical significance is not well established for other groups. We investigated the association between QRS duration and mortality in African Americans. We analyzed data from 5146 African Americans in the Jackson Heart Study stratified by QRS duration on baseline 12-lead ECG. We defined QRS prolongation as QRS≥100 ms. We assessed the association between QRS duration and all-cause mortality using Cox proportional hazards models and reported the cumulative incidence of heart failure hospitalization. We identified factors associated with the development of QRS prolongation in patients with normal baseline QRS. At baseline, 30% (n=1528) of participants had QRS prolongation. The cumulative incidences of mortality and heart failure hospitalization were greater with versus without baseline QRS prolongation: 12.6% (95% confidence interval [CI], 11.0-14.4) versus 7.1% (95% CI, 6.3-8.0) and 8.2% (95% CI, 6.9-9.7) versus 4.4% (95% CI, 3.7-5.1), respectively. After risk adjustment, QRS prolongation was associated with increased mortality (hazard ratio, 1.27; 95% CI, 1.03-1.56; P=0.02). There was a linear relationship between QRS duration and mortality (hazard ratio per 10 ms increase, 1.06; 95% CI, 1.01-1.12). Older age, male sex, prior myocardial infarction, lower ejection fraction, left ventricular hypertrophy, and left ventricular dilatation were associated with the development of QRS prolongation. QRS prolongation in African Americans was associated with increased mortality and heart failure hospitalization. Factors associated with developing QRS prolongation included age, male sex, prior myocardial infarction, and left ventricular structural abnormalities. © 2015 American Heart Association, Inc.

  6. Zinc metal complex as a sensor for simultaneous detection of fluoride and HSO4(-) ions.

    PubMed

    Singh, Jasminder; Yadav, Manisha; Singh, Ajnesh; Singh, Narinder

    2015-07-28

    A Schiff base based tripodal receptor was synthesized and complexed with a zinc metal ion (n17) using a very easy single step process. The resulting complex was fully characterized by CHN and single crystal XRD. The real time application of the complex in aqueous media was devised by preparing its organic nanoparticles (ONPs) and their sensor activity was tested with various anions by observing changes in the fluorescence profile of n17. It was observed that ONPs of n17 responded excellently for fluoride and sulfate, producing two different signals, with detection limits of 4.84 × 10(-12) M and 5.67 × 10(-9) M respectively, without having any interference from each other. The real time application of the sensor was also tested using various samples collected from various daily utility items and found to respond exceptionally well.

  7. Complexity, signal detection, and the application of ergonomics: reflections on a healthcare case study.

    PubMed

    Dekker, Sidney

    2012-05-01

    Complexity is a defining characteristic of healthcare, and ergonomic interventions in clinical practice need to take into account aspects vital for the success or failure of new technology. The introduction of new monitoring technology, for example, creates many ripple effects through clinical relationships and agents' cross-adaptations. This paper uses the signal detection paradigm to account for a case in which multiple clinical decision makers, across power hierarchies and gender gaps, manipulate each others' sensitivities to evidence and decision criteria. These are possible to analyze and predict with an applied ergonomics that is sensitive to the social complexities of the workplace, including power, gender, hierarchy and fuzzy system boundaries. Copyright © 2011 Elsevier Ltd and The Ergonomics Society. All rights reserved.

  8. PCR-based Methodologies Used to Detect and Differentiate the Burkholderia pseudomallei complex: B. pseudomallei, B. mallei, and B. thailandensis.

    PubMed

    Lowe, Woan; March, Jordon K; Bunnell, Annette J; O'Neill, Kim L; Robison, Richard A

    2014-01-01

    Methods for the rapid detection and differentiation of the Burkholderia pseudomallei complex comprising B. pseudomallei, B. mallei, and B. thailandensis, have been the topic of recent research due to the high degree of phenotypic and genotypic similarities of these species. B. pseudomallei and B. mallei are recognized by the CDC as tier 1 select agents. The high mortality rates of glanders and melioidosis, their potential use as bioweapons, and their low infectious dose, necessitate the need for rapid and accurate detection methods. Although B. thailandensis is generally avirulent in mammals, this species displays very similar phenotypic characteristics to that of B. pseudomallei. Optimal identification of these species remains problematic, due to the difficulty in developing a sensitive, selective, and accurate assay. The development of PCR technologies has revolutionized diagnostic testing and these detection methods have become popular due to their speed, sensitivity, and accuracy. The purpose of this review is to provide a comprehensive overview and evaluation of the advancements in PCR-based detection and differentiation methodologies for the B. pseudomallei complex, and examine their potential uses in diagnostic and environmental testing.

  9. Members of the emergency medical team may have difficulty diagnosing rapid atrial fibrillation in Wolff-Parkinson-White syndrome.

    PubMed

    Koźluk, Edward; Timler, Dariusz; Zyśko, Dorota; Piątkowska, Agnieszka; Grzebieniak, Tomasz; Gajek, Jacek; Gałązkowski, Robert; Fedorowski, Artur

    2015-01-01

    Atrial fibrillation (AF) in patients with Wolff-Parkinson-White (WPW) syndrome is potentially life-threatening as it may deteriorate into ventricular fibrillation. The aim of this study was to assess whether the emergency medical team members are able to diagnose AF with a rapid ventricular response due to the presence of atrioventricular bypass tract in WPW syndrome. The study group consisted of 316 participants attending a national congress of emergency medicine. A total of 196 questionnaires regarding recognition and management of cardiac arrhythmias were distributed. The assessed part presented a clinical scenario with a young hemodynamically stable man who had a 12-lead electrocardiogram performed in the past with signs of pre-excitation, and who presented to the emergency team with an irregular broad QRS-complex tachycardia. A total of 71 questionnaires were filled in. Only one responder recognized AF due to WPW syndrome, while 5 other responders recognized WPW syndrome and paroxysmal supraventricular tachycardia or broad QRS-complex tachycardia. About 20% of participants did not select any diagnosis, pointing out a method of treatment only. The most common diagnosis found in the survey was ventricular tachycardia/broad QRS-complex tachycardia marked by approximately a half of the participants. Nearly 18% of participants recognized WPW syndrome, whereas AF was recognized by less than 10% of participants. Members of emergency medical teams have limited skills for recognizing WPW syndrome with rapid AF, and ventricular tachycardia is the most frequent incorrect diagnosis.

  10. Advances in ultra-high performance liquid chromatography coupled to tandem mass spectrometry for sensitive detection of several food allergens in complex and processed foodstuffs.

    PubMed

    Planque, M; Arnould, T; Dieu, M; Delahaut, P; Renard, P; Gillard, N

    2016-09-16

    Sensitive detection of food allergens is affected by food processing and foodstuff complexity. It is therefore a challenge to detect cross-contamination in food production that could endanger an allergic customer's life. Here we used ultra-high performance liquid chromatography coupled to tandem mass spectrometry for simultaneous detection of traces of milk (casein, whey protein), egg (yolk, white), soybean, and peanut allergens in different complex and/or heat-processed foodstuffs. The method is based on a single protocol (extraction, trypsin digestion, and purification) applicable to the different tested foodstuffs: chocolate, ice cream, tomato sauce, and processed cookies. The determined limits of quantitation, expressed in total milk, egg, peanut, or soy proteins (and not soluble proteins) per kilogram of food, are: 0.5mg/kg for milk (detection of caseins), 5mg/kg for milk (detection of whey), 2.5mg/kg for peanut, 5mg/kg for soy, 3.4mg/kg for egg (detection of egg white), and 30.8mg/kg for egg (detection of egg yolk). The main advantage is the ability of the method to detect four major food allergens simultaneously in processed and complex matrices with very high sensitivity and specificity. Copyright © 2016 Elsevier B.V. All rights reserved.

  11. The Detection of Hot Cores and Complex Organic Molecules in the Large Magellanic Cloud

    NASA Astrophysics Data System (ADS)

    Sewilo, Marta; Indebetouw, Remy; Charnley, Steven; Zahorecz, Sarolta; Oliveira, Joana M.; van Loon, Jacco Th.; Ward, Jacob L.; Chen, C.-H. Rosie; Wiseman, Jennifer; Fukui, Yasuo; Kawamura, Akiko; Meixner, Margaret; Onishi, Toshikazu; Schilke, Peter

    2018-01-01

    We report the detection of the complex organic molecules (COMs) dimethyl ether (CH3OCH3) and methyl formate (CH3OCHO), and their parent species methanol (CH3OH), toward the N113 star-formation region in the Large Magellanic Cloud (LMC) with the Atacama Large Millimeter/submillimeter Array (ALMA). This constitutes the first detection of CH3OCH3 and CH3OCHO outside the Milky Way. We calculated the rotational temperatures (Trot ~ 130 K) and total column densities (Nrot ~ 1016 cm-2) for two sources in N113 with the COMs detection based on multiple transitions of CH3OH, and measured abundances for all detected species. The physical and chemical properties of these sources, and the association with H2O and OH maser emission indicate that they are hot molecular cores. The fractional abundances of COMs scaled by a factor of 2.5 to account for the lower metallicity in the LMC are comparable to those found at the lower end of the range in Galactic hot cores. Our results have important implications for studies of organic chemistry at higher redshift.

  12. The Detection of Hot Cores and Complex Organic Molecules in the Large Magellanic Cloud

    NASA Astrophysics Data System (ADS)

    Sewiło, Marta; Indebetouw, Remy; Charnley, Steven B.; Zahorecz, Sarolta; Oliveira, Joana M.; van Loon, Jacco Th.; Ward, Jacob L.; Chen, C.-H. Rosie; Wiseman, Jennifer; Fukui, Yasuo; Kawamura, Akiko; Meixner, Margaret; Onishi, Toshikazu; Schilke, Peter

    2018-02-01

    We report the first extragalactic detection of the complex organic molecules (COMs) dimethyl ether (CH3OCH3) and methyl formate (CH3OCHO) with the Atacama Large Millimeter/submillimeter Array (ALMA). These COMs, together with their parent species methanol (CH3OH), were detected toward two 1.3 mm continuum sources in the N 113 star-forming region in the low-metallicity Large Magellanic Cloud (LMC). Rotational temperatures ({T}{rot}∼ 130 K) and total column densities ({N}{rot}∼ {10}16 cm‑2) have been calculated for each source based on multiple transitions of CH3OH. We present the ALMA molecular emission maps for COMs and measured abundances for all detected species. The physical and chemical properties of two sources with COMs detection, and the association with H2O and OH maser emission, indicate that they are hot cores. The fractional abundances of COMs scaled by a factor of 2.5 to account for the lower metallicity in the LMC are comparable to those found at the lower end of the range in Galactic hot cores. Our results have important implications for studies of organic chemistry at higher redshift.

  13. MCL-CAw: a refinement of MCL for detecting yeast complexes from weighted PPI networks by incorporating core-attachment structure

    PubMed Central

    2010-01-01

    Background The reconstruction of protein complexes from the physical interactome of organisms serves as a building block towards understanding the higher level organization of the cell. Over the past few years, several independent high-throughput experiments have helped to catalogue enormous amount of physical protein interaction data from organisms such as yeast. However, these individual datasets show lack of correlation with each other and also contain substantial number of false positives (noise). Over these years, several affinity scoring schemes have also been devised to improve the qualities of these datasets. Therefore, the challenge now is to detect meaningful as well as novel complexes from protein interaction (PPI) networks derived by combining datasets from multiple sources and by making use of these affinity scoring schemes. In the attempt towards tackling this challenge, the Markov Clustering algorithm (MCL) has proved to be a popular and reasonably successful method, mainly due to its scalability, robustness, and ability to work on scored (weighted) networks. However, MCL produces many noisy clusters, which either do not match known complexes or have additional proteins that reduce the accuracies of correctly predicted complexes. Results Inspired by recent experimental observations by Gavin and colleagues on the modularity structure in yeast complexes and the distinctive properties of "core" and "attachment" proteins, we develop a core-attachment based refinement method coupled to MCL for reconstruction of yeast complexes from scored (weighted) PPI networks. We combine physical interactions from two recent "pull-down" experiments to generate an unscored PPI network. We then score this network using available affinity scoring schemes to generate multiple scored PPI networks. The evaluation of our method (called MCL-CAw) on these networks shows that: (i) MCL-CAw derives larger number of yeast complexes and with better accuracies than MCL, particularly

  14. A fast complex domain-matching pursuit algorithm and its application to deep-water gas reservoir detection

    NASA Astrophysics Data System (ADS)

    Zeng, Jing; Huang, Handong; Li, Huijie; Miao, Yuxin; Wen, Junxiang; Zhou, Fei

    2017-12-01

    The main emphasis of exploration and development is shifting from simple structural reservoirs to complex reservoirs, which all have the characteristics of complex structure, thin reservoir thickness and large buried depth. Faced with these complex geological features, hydrocarbon detection technology is a direct indication of changes in hydrocarbon reservoirs and a good approach for delimiting the distribution of underground reservoirs. It is common to utilize the time-frequency (TF) features of seismic data in detecting hydrocarbon reservoirs. Therefore, we research the complex domain-matching pursuit (CDMP) method and propose some improvements. First is the introduction of a scale parameter, which corrects the defect that atomic waveforms only change with the frequency parameter. Its introduction not only decomposes seismic signal with high accuracy and high efficiency but also reduces iterations. We also integrate jumping search with ergodic search to improve computational efficiency while maintaining the reasonable accuracy. Then we combine the improved CDMP with the Wigner-Ville distribution to obtain a high-resolution TF spectrum. A one-dimensional modeling experiment has proved the validity of our method. Basing on the low-frequency domain reflection coefficient in fluid-saturated porous media, we finally get an approximation formula for the mobility attributes of reservoir fluid. This approximation formula is used as a hydrocarbon identification factor to predict deep-water gas-bearing sand of the M oil field in the South China Sea. The results are consistent with the actual well test results and our method can help inform the future exploration of deep-water gas reservoirs.

  15. Label-Free Nanopore Biosensor for Rapid and Highly Sensitive Cocaine Detection in Complex Biological Fluids.

    PubMed

    Rauf, Sana; Zhang, Ling; Ali, Asghar; Liu, Yang; Li, Jinghong

    2017-02-24

    Detection of very low amounts of illicit drugs such as cocaine in clinical fluids like serum continues to be important for many areas in the fight against drug trafficking. Herein, we constructed a label-free nanopore biosensor for rapid and highly sensitive detection of cocaine in human serum and saliva samples based on target-induced strand release strategy. In this bioassay, an aptamer for cocaine was prehybridized with a short complementary DNA. Owing to cocaine specific binding with aptamer, the short DNA strand was displaced from aptamer and translocation of this output DNA through α-hemolysin nanopore generated distinct spike-like current blockages. When plotted in double-logarithmic scale, a linear relationship between target cocaine concentration and output DNA event frequency was obtained in a wide concentration range from 50 nM to 100 μM of cocaine, with the limit of detection down to 50 nM. In addition, this aptamer-based sensor method was successfully applied for cocaine detection in complex biological fluids like human saliva and serum samples with great selectivity. Simple preparation, low cost, rapid, label-free, and real sample detection are the motivating factors for practical application of the proposed biosensor.

  16. Method for enhancing single-trial P300 detection by introducing the complexity degree of image information in rapid serial visual presentation tasks

    PubMed Central

    Lin, Zhimin; Zeng, Ying; Tong, Li; Zhang, Hangming; Zhang, Chi

    2017-01-01

    The application of electroencephalogram (EEG) generated by human viewing images is a new thrust in image retrieval technology. A P300 component in the EEG is induced when the subjects see their point of interest in a target image under the rapid serial visual presentation (RSVP) experimental paradigm. We detected the single-trial P300 component to determine whether a subject was interested in an image. In practice, the latency and amplitude of the P300 component may vary in relation to different experimental parameters, such as target probability and stimulus semantics. Thus, we proposed a novel method, Target Recognition using Image Complexity Priori (TRICP) algorithm, in which the image information is introduced in the calculation of the interest score in the RSVP paradigm. The method combines information from the image and EEG to enhance the accuracy of single-trial P300 detection on the basis of traditional single-trial P300 detection algorithm. We defined an image complexity parameter based on the features of the different layers of a convolution neural network (CNN). We used the TRICP algorithm to compute for the complexity of an image to quantify the effect of different complexity images on the P300 components and training specialty classifier according to the image complexity. We compared TRICP with the HDCA algorithm. Results show that TRICP is significantly higher than the HDCA algorithm (Wilcoxon Sign Rank Test, p<0.05). Thus, the proposed method can be used in other and visual task-related single-trial event-related potential detection. PMID:29283998

  17. Pre-trained D-CNN models for detecting complex events in unconstrained videos

    NASA Astrophysics Data System (ADS)

    Robinson, Joseph P.; Fu, Yun

    2016-05-01

    Rapid event detection faces an emergent need to process large videos collections; whether surveillance videos or unconstrained web videos, the ability to automatically recognize high-level, complex events is a challenging task. Motivated by pre-existing methods being complex, computationally demanding, and often non-replicable, we designed a simple system that is quick, effective and carries minimal overhead in terms of memory and storage. Our system is clearly described, modular in nature, replicable on any Desktop, and demonstrated with extensive experiments, backed by insightful analysis on different Convolutional Neural Networks (CNNs), as stand-alone and fused with others. With a large corpus of unconstrained, real-world video data, we examine the usefulness of different CNN models as features extractors for modeling high-level events, i.e., pre-trained CNNs that differ in architectures, training data, and number of outputs. For each CNN, we use 1-fps from all training exemplar to train one-vs-rest SVMs for each event. To represent videos, frame-level features were fused using a variety of techniques. The best being to max-pool between predetermined shot boundaries, then average-pool to form the final video-level descriptor. Through extensive analysis, several insights were found on using pre-trained CNNs as off-the-shelf feature extractors for the task of event detection. Fusing SVMs of different CNNs revealed some interesting facts, finding some combinations to be complimentary. It was concluded that no single CNN works best for all events, as some events are more object-driven while others are more scene-based. Our top performance resulted from learning event-dependent weights for different CNNs.

  18. Sensitive and fast detection of fructose in complex media via symmetry breaking and signal amplification using surface-enhanced Raman spectroscopy.

    PubMed

    Sun, Fang; Bai, Tao; Zhang, Lei; Ella-Menye, Jean-Rene; Liu, Sijun; Nowinski, Ann K; Jiang, Shaoyi; Yu, Qiuming

    2014-03-04

    A new strategy is proposed to sensitively and rapidly detect analytes with weak Raman signals in complex media using surface-enhanced Raman spectroscopy (SERS) via detecting the SERS signal changes of the immobilized probe molecules on SERS-active substrates upon binding of the analytes. In this work, 4-mercaptophenylboronic acid (4-MPBA) was selected as the probe molecule which was immobilized on the gold surface of a quasi-three-dimensional plasmonic nanostructure array (Q3D-PNA) SERS substrate to detect fructose. The molecule of 4-MPBA possesses three key functions: molecule recognition and reversible binding of the analyte via the boronic acid group, amplification of SERS signals by the phenyl group and thus shielding of the background noise of complex media, and immobilization on the surface of SERS-active substrates via the thiol group. Most importantly, the symmetry breaking of the 4-MPBA molecule upon fructose binding leads to the change of area ratio between totally symmetric 8a ring mode and nontotally symmetric 8b ring mode, which enables the detection. The detection curves were obtained in phosphate-buffered saline (PBS) and in undiluted artificial urine at clinically relevant concentrations, and the limit of detection of 0.05 mM was achieved.

  19. New highly sensitive and selective fluorescent terbium complex for the detection of aluminium ions

    NASA Astrophysics Data System (ADS)

    Anwar, Zeinab M.; Ibrahim, Ibrahim A.; Kamel, Rasha M.; Abdel-Salam, Enas T.; El-Asfoury, Mahmoud H.

    2018-02-01

    A highly sensitive and selective spectrofluorimetric method has been developed for the rapid determination of aluminium ions. The method is based on the fluorescence enhancement of Tb complex with 3,4-dimetyl-thieno[2,3 b] thiophene-2,5-dicarboxylic acid (LN) after addition trace amount of aluminium ions. The fluorescence of the probe is monitored at the characteristic an emission wavelength of Tb3+ at 545 nm with excitation at 300 nm. Optimum detection was obtained in DMSO-H2O (2:8, v/v) and at pH 6.0 using MOPSO buffer. Under the optimum conditions linear calibration curves were obtained from 0.5 μ mol L-1 to 20 μ mol L-1 with detection limit of 0.1 μ mol L-1. Effect of interference of other ions was studied.

  20. Sedimentation Velocity Analysis of Large Oligomeric Chromatin Complexes Using Interference Detection.

    PubMed

    Rogge, Ryan A; Hansen, Jeffrey C

    2015-01-01

    Sedimentation velocity experiments measure the transport of molecules in solution under centrifugal force. Here, we describe a method for monitoring the sedimentation of very large biological molecular assemblies using the interference optical systems of the analytical ultracentrifuge. The mass, partial-specific volume, and shape of macromolecules in solution affect their sedimentation rates as reflected in the sedimentation coefficient. The sedimentation coefficient is obtained by measuring the solute concentration as a function of radial distance during centrifugation. Monitoring the concentration can be accomplished using interference optics, absorbance optics, or the fluorescence detection system, each with inherent advantages. The interference optical system captures data much faster than these other optical systems, allowing for sedimentation velocity analysis of extremely large macromolecular complexes that sediment rapidly at very low rotor speeds. Supramolecular oligomeric complexes produced by self-association of 12-mer chromatin fibers are used to illustrate the advantages of the interference optics. Using interference optics, we show that chromatin fibers self-associate at physiological divalent salt concentrations to form structures that sediment between 10,000 and 350,000S. The method for characterizing chromatin oligomers described in this chapter will be generally useful for characterization of any biological structures that are too large to be studied by the absorbance optical system. © 2015 Elsevier Inc. All rights reserved.

  1. Multifunctional Pt(II) Reagents: Covalent Modifications of Pt Complexes Enable Diverse Structural Variation and In-Cell Detection.

    PubMed

    White, Jonathan D; Haley, Michael M; DeRose, Victoria J

    2016-01-19

    To enhance the functionality of Pt-based reagents, several strategies have been developed that utilize Pt compounds modified with small, reactive handles. This Account encapsulates work done by us and other groups regarding the use of Pt(II) compounds with reactive handles for subsequent elaboration with fluorophores or other functional moieties. Described strategies include the incorporation of substituents for well-known condensation or nucleophilic displacement-type reactions and their use, for example, to tether spectroscopic handles to Pt reagents for in vivo investigation. Other chief uses of displacement-type reactions have included tethering various small molecules exhibiting pharmacological activity directly to Pt, thus adding synergistic effects. Click chemistry-based ligation techniques have also been applied, primarily with azide- and alkyne-appended Pt complexes. Orthogonally reactive click chemistry reactions have proven invaluable when more traditional nucleophilic displacement reactions induce side-reactivity with the Pt center or when systematic functionalization of a larger number of Pt complexes is desired. Additionally, a diverse assortment of Pt-fluorophore conjugates have been tethered via click chemistry conjugation. In addition to providing a convenient synthetic path for diversifying Pt compounds, the use of click-capable Pt complexes has proved a powerful strategy for postbinding covalent modification and detection with fluorescent probes. This strategy bypasses undesirable influences of the fluorophore camouflaged as reactivity due to Pt that may be present when detecting preattached Pt-fluorophore conjugates. Using postbinding strategies, Pt reagent distributions in HeLa and lung carcinoma (NCI-H460) cell cultures were observed with two different azide-modified Pt compounds, a monofunctional Pt(II)-acridine type and a difunctional Pt(II)-neutral complex. In addition, cellular distribution was observed with an alkyne-appended difunctional

  2. CROSS-DISCIPLINARY PHYSICS AND RELATED AREAS OF SCIENCE AND TECHNOLOGY: Inverse computation for cardiac sources using single current dipole and current multipole models

    NASA Astrophysics Data System (ADS)

    Wang, Qian; Ma, Ping; Lu, Hong; Tang, Xue-Zheng; Hua, Ning; Tang, Fa-Kuan

    2009-12-01

    Two cardiac functional models are constructed in this paper. One is a single current model and the other is a current multipole model. Parameters denoting the properties of these two models are calculated by a least-square fit to the measurements using a simulated annealing algorithm. The measured signals are detected at 36 observation nodes by a superconducting quantum interference device (SQUID). By studying the trends of position, orientation and magnitude of the single current dipole model and the current multipole model in the QRS complex during one time span and comparing the reconstructed magnetocardiography (MCG) of these two cardiac models, we find that the current multipole model is a more appropriate model to represent cardiac electrophysiological activity.

  3. [Fatal flecainide intoxication in a 17-year-old girl].

    PubMed

    Dokter, M; Talarico, G; Armbrust, S; Below, E; Bockholdt, B

    2018-05-01

    A 17-year-old girl was found vomiting and somnolent at home and was taken to a hospital. The girl initially presented with ventricular tachycardia with broad QRS complexes which was very difficult to control. During the course a subsequent cardiogenic shock developed and despite exhaustion of all therapeutic options the fatal outcome could not be averted. The medicolegal autopsy revealed no evidence of any form of violence but the signs of medical treatment. Furthermore, no pathology of internal organs was detected. The toxicological analyses revealed a lethal intoxication with flecainide as the cause of death. The investigations of the police indicated that the girl took flecainide in suicidal intention.

  4. Value of the QRS complex in assessing left ventricular ejection fraction.

    PubMed

    Askenazi, J; Parisi, A F; Cohn, P F; Freedman, W B; Braunwald, E

    1978-03-01

    The relation between electrocardiographic findings and the angiographic left ventricular ejection fraction and the augmented ejection fraction after a premature ventricular contraction was investigated in 73 patients with documented chronic coronary artery disease. The patients were separated into four groups according to the presence or absence of abnormal Q waves. Twenty-four patients had diaphragmatic myocardial infarction, 21 had anterior myocardial infarction, 15 had both and 13 had no myocardial infarction. There was no statistically significant differences in cardiac index, left ventricular end-diastolic pressure or number of coronary vessels showing critical narrowing in the four groups. The sum of R waves (in mv) in leads aVL, aVF and V1 to V6 (sigmaR) was correlated with the ejection fraction (EF) and the augmented ejection fraction (EFa). EF in percent = 6.6 sigmaR mv + 9.4 (no. =73, r = 0.61); and EFa in percent = 8.6 sigmaR mv + 11.0 (no. = 73, r = 0.77). Among patients with sigmaR of less than 4.0 mv, augmented ejection fraction was less than 0.45 in 73 percent; among patients with sigmaR of 4.0 mv or more the augmented ejection fraction was greater than 0.45 in 93 percent (P less than 0.001). Thus, the sigmaR, calculated from six precordial and two augmented leads in patients with chronic coronary artery disease, correlated with both ejection fraction and augmented ejection fraction. The electrocardiogram in patients with coronary artery disease may prove useful as a simple, readily available and noninvasive guide in the assessment of left ventricular function in patients with coronary artery disease.

  5. Detection of a novel, integrative aging process suggests complex physiological integration.

    PubMed

    Cohen, Alan A; Milot, Emmanuel; Li, Qing; Bergeron, Patrick; Poirier, Roxane; Dusseault-Bélanger, Francis; Fülöp, Tamàs; Leroux, Maxime; Legault, Véronique; Metter, E Jeffrey; Fried, Linda P; Ferrucci, Luigi

    2015-01-01

    Many studies of aging examine biomarkers one at a time, but complex systems theory and network theory suggest that interpretations of individual markers may be context-dependent. Here, we attempted to detect underlying processes governing the levels of many biomarkers simultaneously by applying principal components analysis to 43 common clinical biomarkers measured longitudinally in 3694 humans from three longitudinal cohort studies on two continents (Women's Health and Aging I & II, InCHIANTI, and the Baltimore Longitudinal Study on Aging). The first axis was associated with anemia, inflammation, and low levels of calcium and albumin. The axis structure was precisely reproduced in all three populations and in all demographic sub-populations (by sex, race, etc.); we call the process represented by the axis "integrated albunemia." Integrated albunemia increases and accelerates with age in all populations, and predicts mortality and frailty--but not chronic disease--even after controlling for age. This suggests a role in the aging process, though causality is not yet clear. Integrated albunemia behaves more stably across populations than its component biomarkers, and thus appears to represent a higher-order physiological process emerging from the structure of underlying regulatory networks. If this is correct, detection of this process has substantial implications for physiological organization more generally.

  6. [Shock shape representation of sinus heart rate based on cloud model].

    PubMed

    Yin, Wenfeng; Zhao, Jie; Chen, Tiantian; Zhang, Junjian; Zhang, Chunyou; Li, Dapeng; An, Baijing

    2014-04-01

    The present paper is to analyze the trend of sinus heart rate RR interphase sequence after a single ventricular premature beat and to compare it with the two parameters, turbulence onset (TO) and turbulence slope (TS). Based on the acquisition of sinus rhythm concussion sample, we in this paper use a piecewise linearization method to extract its linear characteristics, following which we describe shock form with natural language through cloud model. In the process of acquisition, we use the exponential smoothing method to forecast the position where QRS wave may appear to assist QRS wave detection, and use template to judge whether current cardiac is sinus rhythm. And we choose some signals from MIT-BIH Arrhythmia Database to detect whether the algorithm is effective in Matlab. The results show that our method can correctly detect the changing trend of sinus heart rate. The proposed method can achieve real-time detection of sinus rhythm shocks, which is simple and easily implemented, so that it is effective as a supplementary method.

  7. A luminescent europium complex for the selective detection of trace amounts of aldicarb sulfoxide and prometryne

    NASA Astrophysics Data System (ADS)

    Anwar, Zeinab M.; Ibrahim, Ibrahim A.; Abdel-Salam, Enas T.; Kamel, Rasha M.; El-Asfoury, Mahmoud H.

    2017-05-01

    The interaction between luminescent Eu(TAN)2(Phen) ternary complex (where TAN = 4,4,4-Trifluoro-1-(2-naphthyl)-1,3-butanedione and Phen = 1,10 phenanthroline) with prometryne and aldicarb sulfoxide was studied by fluorescence spectroscopic technique. The results showed that the luminescence of europium complex was strongly quenched at λ = 614 nm by prometryne and aldicarb sulfoxide at pH 7.4 using PIPES buffer solution. The quenching mechanism was discussed to be a static quenching procedure, which was proved by the Stern Volmer (KSV) constants at different temperatures where the detection limits are 0.33 and 0.18 μmol L-1 for prometryne and aldicarb sulfoxide, respectively. According to Lineweaver-Burk equation at different temperatures, the thermodynamic parameters, ΔH, ΔS and ΔG associated with the interaction of the complex with the two pesticides were calculated.

  8. Detection and characterization of uranium-humic complexes during 1D transport studies

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Lesher, Emily K.; Honeyman, Bruce D.; Ranville, James F.

    2013-05-01

    The speciation and transport of uranium (VI) through porous media is highly dependent on solution conditions, the presence of complexing ligands, and the nature of the porous media. The dependency on many variables makes prediction of U transport in bench-scale experiments and in the field difficult. In particular, the identification of colloidal U phases poses a technical challenge. Transport of U in the presence and absence of natural organic matter (Suwannee River humic acid, SRHA) through silica sand and hematite coated silica sand was tested at pH 4 and 5 using static columns, where flow is controlled by gravity andmore » residence time between advective pore volume exchanges can be strictly controlled. The column effluents were characterized by traditional techniques including ICPMS quantification of total [U] and [Fe], TOC analysis of [DOC], and pH analysis, and also by non-traditional techniques: flow field flow fractionation with online ICPMS detection (FlFFF-ICPMS) and specific UV absorbance (SUVA) characterization of effluent fractions. Key results include that the transport of U through the columns was enhanced by pre-equilibration with SRHA, and previously deposited U was remobilized by the addition of SRHA. The advanced techniques yielded important insights on the mechanisms of transport: FlFFF-ICPMS identified a U-SRHA complex as the mobile U species and directly quantified relative amounts of the complex, while specific UV absorbance (SUVA) measurements indicated a composition-based fractionation onto the porous media.« less

  9. Meet Spinky: An Open-Source Spindle and K-Complex Detection Toolbox Validated on the Open-Access Montreal Archive of Sleep Studies (MASS).

    PubMed

    Lajnef, Tarek; O'Reilly, Christian; Combrisson, Etienne; Chaibi, Sahbi; Eichenlaub, Jean-Baptiste; Ruby, Perrine M; Aguera, Pierre-Emmanuel; Samet, Mounir; Kachouri, Abdennaceur; Frenette, Sonia; Carrier, Julie; Jerbi, Karim

    2017-01-01

    Sleep spindles and K-complexes are among the most prominent micro-events observed in electroencephalographic (EEG) recordings during sleep. These EEG microstructures are thought to be hallmarks of sleep-related cognitive processes. Although tedious and time-consuming, their identification and quantification is important for sleep studies in both healthy subjects and patients with sleep disorders. Therefore, procedures for automatic detection of spindles and K-complexes could provide valuable assistance to researchers and clinicians in the field. Recently, we proposed a framework for joint spindle and K-complex detection (Lajnef et al., 2015a) based on a Tunable Q-factor Wavelet Transform (TQWT; Selesnick, 2011a) and morphological component analysis (MCA). Using a wide range of performance metrics, the present article provides critical validation and benchmarking of the proposed approach by applying it to open-access EEG data from the Montreal Archive of Sleep Studies (MASS; O'Reilly et al., 2014). Importantly, the obtained scores were compared to alternative methods that were previously tested on the same database. With respect to spindle detection, our method achieved higher performance than most of the alternative methods. This was corroborated with statistic tests that took into account both sensitivity and precision (i.e., Matthew's coefficient of correlation (MCC), F1, Cohen κ). Our proposed method has been made available to the community via an open-source tool named Spinky (for spindle and K-complex detection). Thanks to a GUI implementation and access to Matlab and Python resources, Spinky is expected to contribute to an open-science approach that will enhance replicability and reliable comparisons of classifier performances for the detection of sleep EEG microstructure in both healthy and patient populations.

  10. Development of sandwich-form biosensor to detect Mycobacterium tuberculosis complex in clinical sputum specimens.

    PubMed

    Shojaei, Taha Roodbar; Mohd Salleh, Mohamad Amran; Tabatabaei, Meisam; Ekrami, Alireza; Motallebi, Roya; Rahmani-Cherati, Tavoos; Hajalilou, Abdollah; Jorfi, Raheleh

    2014-01-01

    Mycobacterium tuberculosis, the causing agent of tuberculosis, comes second only after HIV on the list of infectious agents slaughtering many worldwide. Due to the limitations behind the conventional detection methods, it is therefore critical to develop new sensitive sensing systems capable of quick detection of the infectious agent. In the present study, the surface modified cadmium-telluride quantum dots and gold nanoparticles conjunct with two specific oligonucleotides against early secretory antigenic target 6 were used to develop a sandwich-form fluorescence resonance energy transfer-based biosensor to detect M. tuberculosis complex and differentiate M. tuberculosis and M. bovis Bacille Calmette-Guerin simultaneously. The sensitivity and specificity of the newly developed biosensor were 94.2% and 86.6%, respectively, while the sensitivity and specificity of polymerase chain reaction and nested polymerase chain reaction were considerably lower, 74.2%, 73.3% and 82.8%, 80%, respectively. The detection limits of the sandwich-form fluorescence resonance energy transfer-based biosensor were far lower (10 fg) than those of the polymerase chain reaction and nested polymerase chain reaction (100 fg). Although the cost of the developed nanobiosensor was slightly higher than those of the polymerase chain reaction-based techniques, its unique advantages in terms of turnaround time, higher sensitivity and specificity, as well as a 10-fold lower detection limit would clearly recommend this test as a more appropriate and cost-effective tool for large scale operations. Copyright © 2014 Elsevier Editora Ltda. All rights reserved.

  11. Bioluminescence methodology for the detection of protein-protein interactions within the voltage-gated sodium channel macromolecular complex.

    PubMed

    Shavkunov, Alexander; Panova, Neli; Prasai, Anesh; Veselenak, Ron; Bourne, Nigel; Stoilova-McPhie, Svetla; Laezza, Fernanda

    2012-04-01

    Protein-protein interactions are critical molecular determinants of ion channel function and emerging targets for pharmacological interventions. Yet, current methodologies for the rapid detection of ion channel macromolecular complexes are still lacking. In this study we have adapted a split-luciferase complementation assay (LCA) for detecting the assembly of the voltage-gated Na+ (Nav) channel C-tail and the intracellular fibroblast growth factor 14 (FGF14), a functionally relevant component of the Nav channelosome that controls gating and targeting of Nav channels through direct interaction with the channel C-tail. In the LCA, two complementary N-terminus and C-terminus fragments of the firefly luciferase were fused, respectively, to a chimera of the CD4 transmembrane segment and the C-tail of Nav1.6 channel (CD4-Nav1.6-NLuc) or FGF14 (CLuc-FGF14). Co-expression of CLuc-FGF14 and CD4-Nav1.6-NLuc in live cells led to a robust assembly of the FGF14:Nav1.6 C-tail complex, which was attenuated by introducing single-point mutations at the predicted FGF14:Nav channel interface. To evaluate the dynamic regulation of the FGF14:Nav1.6 C-tail complex by signaling pathways, we investigated the effect of kinase inhibitors on the complex formation. Through a platform of counter screenings, we show that the p38/MAPK inhibitor, PD169316, and the IκB kinase inhibitor, BAY 11-7082, reduce the FGF14:Nav1.6 C-tail complementation, highlighting a potential role of the p38MAPK and the IκB/NFκB pathways in controlling neuronal excitability through protein-protein interactions. We envision the methodology presented here as a new valuable tool to allow functional evaluations of protein-channel complexes toward probe development and drug discovery targeting ion channels implicated in human disorders.

  12. Analytical ultracentrifugation with fluorescence detection system reveals differences in complex formation between recombinant human TNF and different biological TNF antagonists in various environments

    PubMed Central

    Krayukhina, Elena; Noda, Masanori; Ishii, Kentaro; Maruno, Takahiro; Wakabayashi, Hirotsugu; Tada, Minoru; Suzuki, Takuo; Ishii-Watabe, Akiko; Kato, Masahiko; Uchiyama, Susumu

    2017-01-01

    ABSTRACT A number of studies have attempted to elucidate the binding mechanism between tumor necrosis factor (TNF) and clinically relevant antagonists. None of these studies, however, have been conducted as close as possible to physiologic conditions, and so the relationship between the size distribution of TNF-antagonist complexes and the antagonists' biological activity or adverse effects remains elusive. Here, we characterized the binding stoichiometry and sizes of soluble TNF-antagonist complexes for adalimumab, infliximab, and etanercept that were formed in human serum and in phosphate-buffered saline (PBS). Fluorescence-detected sedimentation velocity analytical ultracentrifugation analyses revealed that adalimumab and infliximab formed a range of complexes with TNF, with the major complexes consisting of 3 molcules of the respective antagonist and one or 2 molcules of TNF. Considerably greater amounts of high-molecular-weight complexes were detected for infliximab in human serum. The emergence of peaks with higher sedimentation coefficients than the adalimumab monomer as a function of added human serum albumin (HSA) concentration in PBS suggested weak reversible interactions between HSA and immunoglobulins. Etanerept exclusively formed 1:1 complexes with TNF in PBS, and a small amount of complexes with higher stoichiometry was detected in human serum. Consistent with these biophysical characterizations, a reporter assay showed that adalimumab and infliximab, but not etanercept, exerted FcγRIIa- and FcγRIIIa-mediated cell signaling in the presence of TNF and that infliximab exhibited higher potency than adalimumab. This study shows that assessing distribution profiles in serum will contribute to a more comprehensive understanding of the in vivo behavior of therapeutic proteins. PMID:28387583

  13. Rapid onsite detection of bacterial spores of biothreat importance by paper-based colorimetric method using erbium-pyrocatechol violet complex.

    PubMed

    Shivakiran, M S; Venkataramana, M; Lakshmana Rao, P V

    2016-01-01

    Dipicolinic acid (DPA) is an important chemical marker for the detection of bacterial spores. In this study, complexes of lanthanide series elements such as erbium, europium, neodymium, and terbium were prepared with pyrocatechol violet and effectively immobilized the pyrocatechol violet (PV)-metal complex on a filter paper using polyvinyl alcohol. These filter paper strips were employed for the onsite detection of bacterial spores. The test filter papers were evaluated quantitatively with different concentrations of DPA and spores of various bacteria. Among the four lanthanide ions, erbium displayed better sensitivity than the other ions. The limit of detection of this test for DPA was 60 μM and 5 × 10(6) spores. The effect of other non-spore-forming bacteria and interfering chemicals on the test strips was also evaluated. The non-spore-forming bacteria did not have considerable effect on the test strip whereas chemicals such as EDTA had significant effects on the test results. The present test is rapid and robust, capable of providing timely results for better judgement to save resources on unnecessary decontamination procedures during false alarms.

  14. Design and synthesis of heterobimetallic Ru(II)-Ln(III) complexes as chemodosimetric ensembles for the detection of biogenic amine odorants.

    PubMed

    Chow, Cheuk-Fai; Lam, Michael H W; Wong, Wai-Yeung

    2013-09-03

    The detection of neutral biogenic amines plays a crucial role in food safety. Three new heterobimetallic Ru(II)-Ln(III) donor-acceptor complexes, KPrRu, KNdRu, and KSmRu, K{[Ru((II))((t)Bubpy)(CN)4]2-Ln((III))(H2O)4} (where (t)Bubpy = 4,4'-di-tert-butyl-2,2'-bipyridine), have been synthesized and characterized. Their photophysical and X-ray crystallographic data were reported in this study. These complexes were found to be selective for biogenic amine vapors, such as histamine, putrescine, and spermidine, with a detection limit down to the ppb level. The sensitivities of these complexes to the amines were recorded as ~log K = 3.6-5.0. Submicron rods of the complexes, with a nanoscale diameter and microscale length, were obtained through a simple precipitation process. Free-standing polymeric films with different degrees of porosity were fabricated by blending the submicron rods with polystyrene polymer. The polymer with the highest level of porosity exhibited the strongest luminescence enhancement after amine exposure. Real time monitoring of gaseous biogenic amines was applied to real fish samples (Atlantic mackerel) by studying the spectrofluorimetric responses of the Ru(II)-Ln(III) blended polymer film.

  15. Collision detection in complex dynamic scenes using an LGMD-based visual neural network with feature enhancement.

    PubMed

    Yue, Shigang; Rind, F Claire

    2006-05-01

    The lobula giant movement detector (LGMD) is an identified neuron in the locust brain that responds most strongly to the images of an approaching object such as a predator. Its computational model can cope with unpredictable environments without using specific object recognition algorithms. In this paper, an LGMD-based neural network is proposed with a new feature enhancement mechanism to enhance the expanded edges of colliding objects via grouped excitation for collision detection with complex backgrounds. The isolated excitation caused by background detail will be filtered out by the new mechanism. Offline tests demonstrated the advantages of the presented LGMD-based neural network in complex backgrounds. Real time robotics experiments using the LGMD-based neural network as the only sensory system showed that the system worked reliably in a wide range of conditions; in particular, the robot was able to navigate in arenas with structured surrounds and complex backgrounds.

  16. Composition and conductance distributions of single GeSi quantum rings studied by conductive atomic force microscopy combined with selective chemical etching.

    PubMed

    Lv, Y; Cui, J; Jiang, Z M; Yang, X J

    2013-02-15

    Atomic force microscopy imaging combined with selective chemical etching is employed to quantitatively investigate three-dimensional (3D) composition distributions of single GeSi quantum rings (QRs). In addition, the 3D quantitative composition distributions and the corresponding conductance distributions are simultaneously obtained on the same single GeSi QRs by conductive atomic force microscopy combined with selective chemical etching, allowing us to investigate the correlations between the conductance and composition distributions of single QRs. The results show that the QRs' central holes have higher Ge content, but exhibit lower conductance, indicating that the QRs' conductance distribution is not consistent with their composition distribution. By comparing the topography, composition and conductance profiles of the same single QRs before and after different etching processes, it is found that the conductance distributions of GeSi QRs do not vary with the change of composition distribution. Instead, the QRs' conductance distributions are found to be consistent with their topographic shapes, which can be supposed to be due to the shape determined electronic structures.

  17. Detecting seasonal landslide movement within the Cascade landslide complex (Washington) using time-series SAR imagery

    USGS Publications Warehouse

    Hu, Xie; Wang, Teng; Pierson, Thomas C.; Lu, Zhong; Kim, Jin-Woo; Cecere, Thomas H.

    2016-01-01

    Detection of slow or limited landslide movement within broad areas of forested terrain has long been problematic, particularly for the Cascade landslide complex (Washington) located along the Columbia River Gorge. Although parts of the landslide complex have been found reactivated in recent years, the timing and magnitude of motion have not been systematically monitored or interpreted. Here we apply novel time-series strategies to study the spatial distribution and temporal behavior of the landslide movement between 2007 and 2011 using InSAR images from two overlapping L-band ALOS PALSAR-1 satellite tracks. Our results show that the reactivated part has moved approximately 700 mm downslope during the 4-year observation period, while other parts of the landslide complex have generally remained stable. However, we also detect about 300 mm of seasonal downslope creep in a terrain block upslope of the Cascade landslide complex—terrain previously thought to be stable. The temporal oscillation of the seasonal movement can be correlated with precipitation, implying that seasonal movement here is hydrology-driven. The seasonal movement also has a frequency similar to GPS-derived regional ground oscillations due to mass loading by stored rainfall and subsequent rebound but with much smaller magnitude, suggesting different hydrological loading effects. From the time-series amplitude information on terrain upslope of the headscarp, we also re-evaluate the incipient motion related to the 2008 Greenleaf Basin rock avalanche, not previously recognized by traditional SAR/InSAR methods. The approach used in this study can be used to identify active landslides in forested terrain, to track the seasonal movement of landslides, and to identify previously unknown landslide hazards.

  18. Complexed prostate specific antigen provides significant enhancement of specificity compared with total prostate specific antigen for detecting prostate cancer.

    PubMed

    Brawer, M K; Cheli, C D; Neaman, I E; Goldblatt, J; Smith, C; Schwartz, M K; Bruzek, D J; Morris, D L; Sokoll, L J; Chan, D W; Yeung, K K; Partin, A W; Allard, W J

    2000-05-01

    Determining serum total prostate specific antigen (PSA) has proved to be a valuable diagnostic aid for detecting prostatic carcinoma, although the lack of specificity has limited its usefulness. Studies indicate that the use of percent free PSA would improve specificity while maintaining sensitivity. Since complexed PSA represents the major proportion of measurable PSA in serum, we determined whether it represents a single test alternative to the use of percent free PSA for the early detection of prostate cancer. Archival serum was obtained from 385 men with no evidence of malignancy on biopsy and 272 with biopsy confirmed prostate cancer. We determined the concentration and proportion of total, complexed and free PSA. Receiver operating characteristics analysis using total PSA results from all samples (range 0.32 to 117 ng./ml.) indicated that the areas under the curve for complexed PSA alone as well as the free-to-total and complexed-to-total PSA ratios were similar and significantly greater than those for total PSA alone. Within the range of 85% to 95% sensitivity receiver operating characteristics analysis revealed that the specificity of complexed PSA was higher than that of total PSA and equivalent to that of the free-to-total PSA ratio. We noted a similar improvement in specificity in the 4 to 10 ng./ml. total PSA range. Using published cutoff values for complexed, total and percent free PSA when total PSA was in the 4 to 10 ng./ml. range the sensitivity and specificity of complexed and percent free PSA were similar. Within the 4 to 10 ng./ml. total PSA range the population of patients with no evidence of malignancy and complexed PSA below the upper limit was different with respect to total PSA from that with no evidence of malignancy and free PSA greater than 25%. The measurement of complexed PSA represents an alternative to the use of percent free PSA, although the patient populations identified by the 2 tests are different.

  19. Detection of concealed cars in complex cargo X-ray imagery using Deep Learning.

    PubMed

    Jaccard, Nicolas; Rogers, Thomas W; Morton, Edward J; Griffin, Lewis D

    2017-01-01

    Non-intrusive inspection systems based on X-ray radiography techniques are routinely used at transport hubs to ensure the conformity of cargo content with the supplied shipping manifest. As trade volumes increase and regulations become more stringent, manual inspection by trained operators is less and less viable due to low throughput. Machine vision techniques can assist operators in their task by automating parts of the inspection workflow. Since cars are routinely involved in trafficking, export fraud, and tax evasion schemes, they represent an attractive target for automated detection and flagging for subsequent inspection by operators. Development and evaluation of a novel method for the automated detection of cars in complex X-ray cargo imagery. X-ray cargo images from a stream-of-commerce dataset were classified using a window-based scheme. The limited number of car images was addressed by using an oversampling scheme. Different Convolutional Neural Network (CNN) architectures were compared with well-established bag of words approaches. In addition, robustness to concealment was evaluated by projection of objects into car images. CNN approaches outperformed all other methods evaluated, achieving 100% car image classification rate for a false positive rate of 1-in-454. Cars that were partially or completely obscured by other goods, a modus operandi frequently adopted by criminals, were correctly detected. We believe that this level of performance suggests that the method is suitable for deployment in the field. It is expected that the generic object detection workflow described can be extended to other object classes given the availability of suitable training data.

  20. Accelerating the Mining of Influential Nodes in Complex Networks through Community Detection

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Halappanavar, Mahantesh; Sathanur, Arun V.; Nandi, Apurba

    Computing the set of influential nodes with a given size to ensure maximal spread of influence on a complex network is a challenging problem impacting multiple applications. A rigorous approach to influence maximization involves utilization of optimization routines that comes with a high computational cost. In this work, we propose to exploit the existence of communities in complex networks to accelerate the mining of influential seeds. We provide intuitive reasoning to explain why our approach should be able to provide speedups without significantly degrading the extent of the spread of influence when compared to the case of influence maximization withoutmore » using the community information. Additionally, we have parallelized the complete workflow by leveraging an existing parallel implementation of the Louvain community detection algorithm. We then conduct a series of experiments on a dataset with three representative graphs to first verify our implementation and then demonstrate the speedups. Our method achieves speedups ranging from 3x - 28x for graphs with small number of communities while nearly matching or even exceeding the activation performance on the entire graph. Complexity analysis reveals that dramatic speedups are possible for larger graphs that contain a correspondingly larger number of communities. In addition to the speedups obtained from the utilization of the community structure, scalability results show up to 6.3x speedup on 20 cores relative to the baseline run on 2 cores. Finally, current limitations of the approach are outlined along with the planned next steps.« less

  1. Evidence of Mycobacterium tuberculosis complex bacteraemia in intradermal skin test positive cattle detected using phage-RPA.

    PubMed

    Swift, Benjamin M C; Convery, Thomas W; Rees, Catherine E D

    2016-10-02

    Bovine tuberculosis is a zoonotic infectious disease caused by Mycobacterium bovis that affects cattle and can cause tuberculosis in a range of wildlife animals. A bacteriophage-based method combined with PCR (phage-PCR) has been recently used to detect and identify viable pathogenic mycobacteria in the peripheral blood mononuclear cells (PBMCs) of animals suffering from paratuberculosis. To adapt this method for the detection of M. bovis in blood, a new isothermal DNA amplification protocol using Recombinase Polymerase Amplification (RPA) was developed and was found to be able to detect M. bovis BCG within 48 h, with a limit of detection of approximately 10 cells per ml of blood for artificially inoculated blood samples. When blood samples (2 ml) from a Single Comparative Cervical Intradermal Tuberculin (SCCIT)- negative beef herd were tested, Mycobacterium tuberculosis complex (MTC) cells were not detected from any (45) of the blood samples. However when blood samples from SCCIT-positive animals were tested, viable MTC bacteria were detected in 66 % (27/41) of samples. Of these 41 animals sampled, 32 % (13) had visible lesions. In the visible lesion (VL) group, 85 % (11/13) had detectable levels of MTC whereas only 57 % (16/28) of animals which had no visible lesions (NVL) were found to have detectable mycobacteraemia. These results indicated that this simple, rapid method can be applied for the study of M. bovis infections. The frequency with which viable mycobacteria were detected in the peripheral blood of SCCIT-positive animals changes the paradigm of this disease.

  2. Electrocardiographic parameters predict super-response in cardiac resynchronization therapy.

    PubMed

    Cvijić, Marta; Žižek, David; Antolič, Bor; Zupan, Igor

    2015-01-01

    Cardiac resynchronization therapy (CRT) is an established treatment for heart failure patients. However, determinants of response to CRT remain elusive. The aim of the study was to assess the value of ECG parameters to predict super-response in CRT patients. A 12-lead surface ECG was recorded at baseline and immediately after CRT-device implantation. Baseline ECG parameters (QRS duration, bundle branch morphology, axis, PR interval, QTc, intrinsicoid deflection) and post-implant paced QRS duration were analyzed; relative change in QRS duration was calculated. Decrease of left ventricular end-systolic volume ≥30% after 12 months was classified as super-response. In group of 101 patients, 32 (31.7%) were super-responders. There were no significant differences in baseline ECG parameters between super-responders and other patients. Post-implant QRS duration was shorter in super-responders (148 ± 22 ms vs. 162 ± 28 ms; P=0.010). Only in super-responders was significant QRS reduction observed after implantation. Relative QRS shortening was higher in super-responders (12.1% (6.8 to 22.2) vs. 1.7% (-11.9 to 11.8); P=0.005). In a multivariable analysis post-implant QRS duration and relative QRS shortening remained independent predictor of super-response. Absolute post-implant QRS duration and relative QRS shortening are the only ECG parameters associated with super-response in CRT. Further prospective studies on larger population are warranted to determine our findings. Copyright © 2015 Elsevier Inc. All rights reserved.

  3. Novel One-Tube-One-Step Real-Time Methodology for Rapid Transcriptomic Biomarker Detection: Signal Amplification by Ternary Initiation Complexes.

    PubMed

    Fujita, Hiroto; Kataoka, Yuka; Tobita, Seiji; Kuwahara, Masayasu; Sugimoto, Naoki

    2016-07-19

    We have developed a novel RNA detection method, termed signal amplification by ternary initiation complexes (SATIC), in which an analyte sample is simply mixed with the relevant reagents and allowed to stand for a short time under isothermal conditions (37 °C). The advantage of the technique is that there is no requirement for (i) heat annealing, (ii) thermal cycling during the reaction, (iii) a reverse transcription step, or (iv) enzymatic or mechanical fragmentation of the target RNA. SATIC involves the formation of a ternary initiation complex between the target RNA, a circular DNA template, and a DNA primer, followed by rolling circle amplification (RCA) to generate multiple copies of G-quadruplex (G4) on a long DNA strand like beads on a string. The G4s can be specifically fluorescence-stained with N(3)-hydroxyethyl thioflavin T (ThT-HE), which emits weakly with single- and double-stranded RNA/DNA but strongly with parallel G4s. An improved dual SATIC system, which involves the formation of two different ternary initiation complexes in the RCA process, exhibited a wide quantitative detection range of 1-5000 pM. Furthermore, this enabled visual observation-based RNA detection, which is more rapid and convenient than conventional isothermal methods, such as reverse transcription-loop-mediated isothermal amplification, signal mediated amplification of RNA technology, and RNA-primed rolling circle amplification. Thus, SATIC methodology may serve as an on-site and real-time measurement technique for transcriptomic biomarkers for various diseases.

  4. In-depth proteomic analysis of Varroa destructor: Detection of DWV-complex, ABPV, VdMLV and honeybee proteins in the mite.

    PubMed

    Erban, Tomas; Harant, Karel; Hubalek, Martin; Vitamvas, Pavel; Kamler, Martin; Poltronieri, Palmiro; Tyl, Jan; Markovic, Martin; Titera, Dalibor

    2015-09-11

    We investigated pathogens in the parasitic honeybee mite Varroa destructor using nanoLC-MS/MS (TripleTOF) and 2D-E-MS/MS proteomics approaches supplemented with affinity-chromatography to concentrate trace target proteins. Peptides were detected from the currently uncharacterized Varroa destructor Macula-like virus (VdMLV), the deformed wing virus (DWV)-complex and the acute bee paralysis virus (ABPV). Peptide alignments revealed detection of complete structural DWV-complex block VP2-VP1-VP3, VDV-1 helicase and single-amino-acid substitution A/K/Q in VP1, the ABPV structural block VP1-VP4-VP2-VP3 including uncleaved VP4/VP2, and VdMLV coat protein. Isoforms of viral structural proteins of highest abundance were localized via 2D-E. The presence of all types of capsid/coat proteins of a particular virus suggested the presence of virions in Varroa. Also, matches between the MWs of viral structural proteins on 2D-E and their theoretical MWs indicated that viruses were not digested. The absence/scarce detection of non-structural proteins compared with high-abundance structural proteins suggest that the viruses did not replicate in the mite; hence, virions accumulate in the Varroa gut via hemolymph feeding. Hemolymph feeding also resulted in the detection of a variety of honeybee proteins. The advantages of MS-based proteomics for pathogen detection, false-positive pathogen detection, virus replication, posttranslational modifications, and the presence of honeybee proteins in Varroa are discussed.

  5. In-depth proteomic analysis of Varroa destructor: Detection of DWV-complex, ABPV, VdMLV and honeybee proteins in the mite

    PubMed Central

    Erban, Tomas; Harant, Karel; Hubalek, Martin; Vitamvas, Pavel; Kamler, Martin; Poltronieri, Palmiro; Tyl, Jan; Markovic, Martin; Titera, Dalibor

    2015-01-01

    We investigated pathogens in the parasitic honeybee mite Varroa destructor using nanoLC-MS/MS (TripleTOF) and 2D-E-MS/MS proteomics approaches supplemented with affinity-chromatography to concentrate trace target proteins. Peptides were detected from the currently uncharacterized Varroa destructor Macula-like virus (VdMLV), the deformed wing virus (DWV)-complex and the acute bee paralysis virus (ABPV). Peptide alignments revealed detection of complete structural DWV-complex block VP2-VP1-VP3, VDV-1 helicase and single-amino-acid substitution A/K/Q in VP1, the ABPV structural block VP1-VP4-VP2-VP3 including uncleaved VP4/VP2, and VdMLV coat protein. Isoforms of viral structural proteins of highest abundance were localized via 2D-E. The presence of all types of capsid/coat proteins of a particular virus suggested the presence of virions in Varroa. Also, matches between the MWs of viral structural proteins on 2D-E and their theoretical MWs indicated that viruses were not digested. The absence/scarce detection of non-structural proteins compared with high-abundance structural proteins suggest that the viruses did not replicate in the mite; hence, virions accumulate in the Varroa gut via hemolymph feeding. Hemolymph feeding also resulted in the detection of a variety of honeybee proteins. The advantages of MS-based proteomics for pathogen detection, false-positive pathogen detection, virus replication, posttranslational modifications, and the presence of honeybee proteins in Varroa are discussed. PMID:26358842

  6. An automated approach towards detecting complex behaviours in deep brain oscillations.

    PubMed

    Mace, Michael; Yousif, Nada; Naushahi, Mohammad; Abdullah-Al-Mamun, Khondaker; Wang, Shouyan; Nandi, Dipankar; Vaidyanathan, Ravi

    2014-03-15

    Extracting event-related potentials (ERPs) from neurological rhythms is of fundamental importance in neuroscience research. Standard ERP techniques typically require the associated ERP waveform to have low variance, be shape and latency invariant and require many repeated trials. Additionally, the non-ERP part of the signal needs to be sampled from an uncorrelated Gaussian process. This limits methods of analysis to quantifying simple behaviours and movements only when multi-trial data-sets are available. We introduce a method for automatically detecting events associated with complex or large-scale behaviours, where the ERP need not conform to the aforementioned requirements. The algorithm is based on the calculation of a detection contour and adaptive threshold. These are combined using logical operations to produce a binary signal indicating the presence (or absence) of an event with the associated detection parameters tuned using a multi-objective genetic algorithm. To validate the proposed methodology, deep brain signals were recorded from implanted electrodes in patients with Parkinson's disease as they participated in a large movement-based behavioural paradigm. The experiment involved bilateral recordings of local field potentials from the sub-thalamic nucleus (STN) and pedunculopontine nucleus (PPN) during an orientation task. After tuning, the algorithm is able to extract events achieving training set sensitivities and specificities of [87.5 ± 6.5, 76.7 ± 12.8, 90.0 ± 4.1] and [92.6 ± 6.3, 86.0 ± 9.0, 29.8 ± 12.3] (mean ± 1 std) for the three subjects, averaged across the four neural sites. Furthermore, the methodology has the potential for utility in real-time applications as only a single-trial ERP is required. Copyright © 2013 Elsevier B.V. All rights reserved.

  7. Where is the exact origin of narrow premature ventricular contractions manifesting qR in inferior wall leads?

    PubMed

    Zheng, Cheng; Li, Jin; Lin, Jia-Xuan; Wang, Lu-Ping; Lin, Jia-Feng

    2016-04-04

    In recent years, radiofrequency catheter ablation(RFCA) has been established as an effective therapy for idiopathic premature ventricular contractions (PVCs), however, its effect on the narrow PVCs (QRS duration < 130 msec) with qR pattern in inferior leads, may not been fully concluded. Characteristics of 12-lead electrocardiogram (ECG) and electrophysiologic recordings were analyzed in 40 patients with symptomatic PVCs manifesting narrow QRS complex with qR pattern in inferior leads. The procedure of RFCA was performed based on pace mapping and activation mapping. Among the 40 patients with narrow PVCs, complete elimination of PVCs was achieved by RFCA in 35 patients during a median follow-up period of 23 months. Successful ablation was achieved on 19 patients at the sites where earliest Purkinje potentials were recorded in left ventricular anterosuperior septum, thus PVCs arising from left anterior fascicle (LAF) were confirmed, for these PVCs, the QRS morphology were right bundle branch and left posterior fascicle block (RBBB + LPFB) with rightward axis, the average QRS duration 116.07 ± 7.96 ms, R or rsR'in lead V1,with transition zone ahead of lead V1 in precordial leads. Another 16 successful RFCA were achieved by energy delivery at interleaflet triangle(ILT) between right coronary cusp(RCC) and left coronary cusp(LCC) where no Purkinje potentials were recorded, for narrow PVCs arising from the L-RCC ILT, the QRS morphology were similar to the PVCs arising from LAF but much narrower in QRS duration (100.44 ± 3.49 vs. 116.07 ± 7.96 ms, p < 0.05), they were also R or Rs in lead V1 with the transition zone ahead of lead V1. For 5 symptomatic narrow PVCs failed to the procedure of RFCA, their electrocardiographic characteristics showed that the narrowest QRS duration (91.80 ± 6.94 vs. 100.44 ± 3.49, 116.07 ± 7.96 ms, p < 0.05), rs or rS (r/s or r/S≦1) morphology in lead V1 with the precordial transition zone behind lead V3. Most of idiopathic PVCs of

  8. Near-Infrared Fluorescence Detection of Acetylcholine in Aqueous Solution Using a Complex of Rhodamine 800 and p-Sulfonato-calix[8]arene

    PubMed Central

    Jin, Takashi

    2010-01-01

    The complexing properties of p-sulfonatocalix[n]arenes (n = 4: S[4], n = 6: S[6], and n = 8: S[8]) for rhodamine 800 (Rh800) and indocyanine green (ICG) were examined to develop a near-infrared (NIR) fluorescence detection method for acetylcholine (ACh). We found that Rh800 (as a cation) forms an inclusion complex with S[n], while ICG (as a twitter ion) have no binding ability for S[n]. The binding ability of Rh800 to S[n] decreased in the order of S[8] > S[6] >> S[4]. By the formation of the complex between Rh800 and S[8], fluorescence intensity of the Rh800 was significantly decreased. From the fluorescence titration of Rh800 by S[8], stoichiometry of the Rh800-S[8] complex was determined to be 1:1 with a dissociation constant of 2.2 μM in PBS. The addition of ACh to the aqueous solution of the Rh800-S[8] complex caused a fluorescence increase of Rh800, resulting from a competitive replacement of Rh800 by ACh in the complex. From the fluorescence change by the competitive fluorophore replacement, stoichiometry of the Rh800-ACh complex was found to be 1:1 with a dissociation constant of 1.7 mM. The effects of other neurotransmitters on the fluorescence spectra of the Rh800-S[8] complex were examined for dopamine, GABA, glycine, and l-asparatic acid. Among the neurotransmitters examined, fluorescence response of the Rh800-S[8] complex was highly specific to ACh. Rh800-S[8] complexes can be used as a NIR fluorescent probe for the detection of ACh (5 × 10−4−10−3 M) in PBS buffer (pH = 7.2). PMID:22294934

  9. Electrocardiogram Changes with Acute Alcohol Intoxication: A Systematic Review.

    PubMed

    Raheja, Hitesh; Namana, Vinod; Chopra, Kirti; Sinha, Ankur; Gupta, Sushilkumar Satish; Kamholz, Stephan; Moskovits, Norbert; Shani, Jacob; Hollander, Gerald

    2018-01-01

    Acute alcohol intoxication has been associated with cardiac arrhythmias but the electrocardiogram (ECG) changes associated with acute alcohol intoxication are not well defined in the literature. Highlight the best evidence regarding the ECG changes associated with acute alcohol intoxication in otherwise healthy patients and the pathophysiology of the changes. A literature search was carried out; 4 studies relating to ECG changes with acute alcohol intoxication were included in this review. Of the total 141 patients included in the review, 90 (63.8%) patients had P-wave prolongation, 80 (56%) patients had QTc prolongation, 19 (13.5%) patients developed T-wave abnormalities, 10 (7%) patients had QRS complex prolongation, 3 (2.12%) patients developed ST-segment depressions. The most common ECG changes associated with acute alcohol intoxication are (in decreasing order of frequency) P-wave and QTc prolongation, followed by T-wave abnormalities and QRS complex prolongation. Mostly, these changes are completely reversible.

  10. Detection of Mycobacterium tuberculosis complex by nested polymerase chain reaction in pulmonary and extrapulmonary specimens* ,**

    PubMed Central

    Furini, Adriana Antônia da Cruz; Pedro, Heloisa da Silveira Paro; Rodrigues, Jean Francisco; Montenegro, Lilian Maria Lapa; Machado, Ricardo Luiz Dantas; Franco, Célia; Schindler, Haiana Charifker; Batista, Ida Maria Foschiani Dias; Rossit, Andrea Regina Baptista

    2013-01-01

    OBJECTIVE: To compare the performance of nested polymerase chain reaction (NPCR) with that of cultures in the detection of the Mycobacterium tuberculosis complex in pulmonary and extrapulmonary specimens. METHODS: We analyzed 20 and 78 pulmonary and extrapulmonary specimens, respectively, of 67 hospitalized patients suspected of having tuberculosis. An automated microbial system was used for the identification of Mycobacterium spp. cultures, and M. tuberculosis IS6110 was used as the target sequence in the NPCR. The kappa statistic was used in order to assess the level of agreement among the results. RESULTS: Among the 67 patients, 6 and 5, respectively, were diagnosed with pulmonary and extrapulmonary tuberculosis, and the NPCR was positive in all of the cases. Among the 98 clinical specimens, smear microscopy, culture, and NPCR were positive in 6.00%, 8.16%, and 13.26%, respectively. Comparing the results of NPCR with those of cultures (the gold standard), we found that NPCR had a sensitivity and specificity of 100% and 83%, respectively, in pulmonary specimens, compared with 83% and 96%, respectively, in extrapulmonary specimens, with good concordance between the tests (kappa, 0.50 and 0.6867, respectively). CONCLUSIONS: Although NPCR proved to be a very useful tool for the detection of M. tuberculosis complex, clinical, epidemiological, and other laboratory data should also be considered in the diagnosis and treatment of pulmonary and extrapulmonary tuberculosis. PMID:24473765

  11. Possible role of cochlear nonlinearity in the detection of mistuning of a harmonic component in a harmonic complex

    NASA Astrophysics Data System (ADS)

    Stoelinga, Christophe; Heo, Inseok; Long, Glenis; Lee, Jungmee; Lutfi, Robert; Chang, An-Chieh

    2015-12-01

    The human auditory system has a remarkable ability to "hear out" a wanted sound (target) in the background of unwanted sounds. One important property of sound which helps us hear-out the target is inharmonicity. When a single harmonic component of a harmonic complex is slightly mistuned, that component is heard to separate from the rest. At high harmonic numbers, where components are unresolved, the harmonic segregation effect is thought to result from detection of modulation of the time envelope (roughness cue) resulting from the mistuning. Neurophysiological research provides evidence that such envelope modulations are represented early in the auditory system, at the level of the auditory nerve. When the mistuned harmonic is a low harmonic, where components are resolved, the harmonic segregation is attributed to more centrally-located auditory processes, leading harmonic components to form a perceptual group heard separately from the mistuned component. Here we consider an alternative explanation that attributes the harmonic segregation to detection of modulation when both high and low harmonic numbers are mistuned. Specifically, we evaluate the possibility that distortion products in the cochlea generated by the mistuned component introduce detectable beating patterns for both high and low harmonic numbers. Distortion product otoacoustic emissions (DPOAEs) were measured using 3, 7, or 12-tone harmonic complexes with a fundamental frequency (F0) of 200 or 400 Hz. One of two harmonic components was mistuned at each F0: one when harmonics are expected to be resulted and the other from unresolved harmonics. Many non-harmonic DPOAEs are present whenever a harmonic component is mistuned. These non-harmonic DPOAEs are often separated by the amount of the mistuning (ΔF). This small frequency difference will generate a slow beating pattern at ΔF, because this beating is only present when a harmonic component is mistuned, it could provide a cue for behavioral detection

  12. Raised visual detection thresholds depend on the level of complexity of cognitive foveal loading.

    PubMed

    Plainis, S; Murray, I J; Chauhan, K

    2001-01-01

    The objective of the study was to measure the interactions between visual thresholds for a simple light (the secondary task) presented peripherally and a simultaneously performed cognitive task (the primary task) presented foveally The primary task was highly visible but varied according to its cognitive complexity. Interactions between the tasks were determined by measuring detection thresholds for the peripheral task and accuracy of performance of the foveal task. Effects were measured for 5, 10, 20, and 30 deg eccentricity of the peripherally presented light and for three levels of cognitive complexity. Mesopic conditions (0.5 lx) were used. As expected, the concurrent presentation of the foveal cognitive task reduced peripheral sensitivity. Moreover, performance of the foveal task was adversely affected when conducting the peripheral task. Performance on both tasks was reduced as the level of complexity of the cognitive task increased. There were qualitative differences in task interactions between the central 10 deg and at greater eccentricities. Within 10 deg there was a disproportionate effect of eccentricity, previously interpreted as the 'tunnel-vision' model of visual field narrowing. Interactions outside 10 deg were less affected by eccentricity. These results are discussed in terms of the known neurophysiological characteristics of the primary visual pathway.

  13. Detection of Botulinum Neurotoxin Serotype A, B, and F Proteolytic Activity in Complex Matrices with Picomolar to Femtomolar Sensitivity

    PubMed Central

    Dunning, F. Mark; Ruge, Daniel R.; Piazza, Timothy M.; Stanker, Larry H.; Zeytin, Füsûn N.

    2012-01-01

    Rapid, high-throughput assays that detect and quantify botulinum neurotoxin (BoNT) activity in diverse matrices are required for environmental, clinical, pharmaceutical, and food testing. The current standard, the mouse bioassay, is sensitive but is low in throughput and precision. In this study, we present three biochemical assays for the detection and quantification of BoNT serotype A, B, and F proteolytic activities in complex matrices that offer picomolar to femtomolar sensitivity with small assay volumes and total assay times of less than 24 h. These assays consist of magnetic beads conjugated with BoNT serotype-specific antibodies that are used to purify BoNT from complex matrices before the quantification of bound BoNT proteolytic activity using the previously described BoTest reporter substrates. The matrices tested include human serum, whole milk, carrot juice, and baby food, as well as buffers containing common pharmaceutical excipients. The limits of detection were below 1 pM for BoNT/A and BoNT/F and below 10 pM for BoNT/B in most tested matrices using 200-μl samples and as low as 10 fM for BoNT/A with an increased sample volume. Together, these data describe rapid, robust, and high-throughput assays for BoNT detection that are compatible with a wide range of matrices. PMID:22923410

  14. A Luminescent Cocaine Detection Platform Using a Split G-Quadruplex-Selective Iridium(III) Complex and a Three-Way DNA Junction Architecture.

    PubMed

    Ma, Dik-Lung; Wang, Modi; He, Bingyong; Yang, Chao; Wang, Wanhe; Leung, Chung-Hang

    2015-09-02

    In this study, a series of 10 in-house cyclometalated iridium(III) complexes bearing different auxiliary ligands were tested for their selectivity toward split G-quadruplex in order to construct a label-free switch-on cocaine detection platform employing a three-way junction architecture and a G-quadruplex motif as a signal output unit. Through two rounds of screening, we discovered that the iridium(III) complex 7 exhibited excellent selectivity toward the intermolecular G-quadruplex motif. A detection limit as low as 30 nM for cocaine can be achieved by this sensing approach with a linear relationship between luminescence intensity and cocaine concentration established from 30 to 300 nM. Furthermore, this sensing approach could detect cocaine in diluted oral fluid. We hope that our simple, signal-on, label-free oligonucleotide-based sensing method for cocaine using a three-way DNA junction architecture could act as a useful platform in bioanalytical research.

  15. Detection and isolation of cell-derived microparticles are compromised by protein complexes resulting from shared biophysical parameters.

    PubMed

    György, Bence; Módos, Károly; Pállinger, Eva; Pálóczi, Krisztina; Pásztói, Mária; Misják, Petra; Deli, Mária A; Sipos, Aron; Szalai, Anikó; Voszka, István; Polgár, Anna; Tóth, Kálmán; Csete, Mária; Nagy, György; Gay, Steffen; Falus, András; Kittel, Agnes; Buzás, Edit I

    2011-01-27

    Numerous diseases, recently reported to associate with elevated microvesicle/microparticle (MP) counts, have also long been known to be characterized by accelerated immune complex (IC) formation. The goal of this study was to investigate the potential overlap between parameters of protein complexes (eg, ICs or avidin-biotin complexes) and MPs, which might perturb detection and/or isolation of MPs. In this work, after comprehensive characterization of MPs by electron microscopy, atomic force microscopy, dynamic light-scattering analysis, and flow cytometry, for the first time, we drive attention to the fact that protein complexes, especially insoluble ICs, overlap in biophysical properties (size, light scattering, and sedimentation) with MPs. This, in turn, affects MP quantification by flow cytometry and purification by differential centrifugation, especially in diseases in which IC formation is common, including not only autoimmune diseases, but also hematologic disorders, infections, and cancer. These data may necessitate reevaluation of certain published data on patient-derived MPs and contribute to correct the clinical laboratory assessment of the presence and biologic functions of MPs in health and disease.

  16. Nanoscale electrical property studies of individual GeSi quantum rings by conductive scanning probe microscopy.

    PubMed

    Lv, Yi; Cui, Jian; Jiang, Zuimin M; Yang, Xinju

    2012-11-29

    The nanoscale electrical properties of individual self-assembled GeSi quantum rings (QRs) were studied by scanning probe microscopy-based techniques. The surface potential distributions of individual GeSi QRs are obtained by scanning Kelvin microscopy (SKM). Ring-shaped work function distributions are observed, presenting that the QRs' rim has a larger work function than the QRs' central hole. By combining the SKM results with those obtained by conductive atomic force microscopy and scanning capacitance microscopy, the correlations between the surface potential, conductance, and carrier density distributions are revealed, and a possible interpretation for the QRs' conductance distributions is suggested.

  17. Detection of LGI1 and CASPR2 antibodies with a commercial cell-based assay in patients with very high VGKC-complex antibody levels.

    PubMed

    Yeo, T; Chen, Z; Chai, J Y H; Tan, K

    2017-07-15

    The presence of VGKC-complex antibodies, without LGI1/CASPR2 antibodies, as a standalone marker for neurological autoimmunity remains controversial. Additionally, the lack of an unequivocal VGKC-complex antibody cut-off level defining neurological autoimmunity makes it important to test for monospecific antibodies. We aim to determine the performance characteristics of a commercial assay (Euroimmun, Lübeck, Germany) for LGI1/CASPR2 antibody detection in patients with very high VGKC-complex antibody levels and report their clinico-serological associations. We identified 8 patients in our cohort with the highest VGKC-complex antibody levels (median 2663.5pM, range 933-6730pM) with VGKC-complex antibody related syndromes (Group A). Two other groups were identified; 1 group with suspected neuronal surface antibody syndromes and negative for VGKC-complex antibodies (Group B, n=8), and another group with cerebellar ataxia and negative for onconeuronal antibodies (Group C, n=8). Seven out of 8 patients (87.5%) in Group A had LGI1 and/or CASPR2 antibodies. One Group B patient had LGI1 antibodies but was negative on re-testing with a live cell assay. No Group C patients had monospecific antibodies. Inter-rater reliability was high; combining Groups A and B patients, the kappa statistic was 0.87 and 1.0 for LGI1 and CASPR2 antibodies respectively. We demonstrated that a high proportion of patients with very high VGKC-complex antibody levels and relevant clinical syndromes have LGI1 and/or CASPR2 antibodies detected by the commercial assay. Our findings lend support to the use of the assay for rapid and reliable detection of LGI1 and CASPR2 antibodies. Copyright © 2017 Elsevier B.V. All rights reserved.

  18. A Highly Selective and Strong Anti-Interference Host-Guest Complex as Fluorescent Probe for Detection of Amantadine by Indicator Displacement Assay.

    PubMed

    Zhu, Linzhao; Zhao, Zhiyong; Zhang, Xiongzhi; Zhang, Haijun; Liang, Feng; Liu, Simin

    2018-04-18

    Amantadine (AMA) and its derivatives are illicit veterinary drugs that are hard to detect at very low concentrations. Developing a fast, simple and highly sensitive method for the detection of AMA is highly in demand. Here, we designed an anthracyclic compound (ABAM) that binds to a cucurbit[7]uril (CB[7]) host with a high association constant of up to 8.7 × 10⁸ M −1 . The host-guest complex was then used as a fluorescent probe for the detection of AMA. Competition by AMA for occupying the cavity of CB[7] allows ABAM to release from the CB[7]-ABAM complex, causing significant fluorescence quenching of ABAM (indicator displacement assay, IDA). The linear range of the method is from 0.000188 to 0.375 μg/mL, and the detection limit can be as low as 6.5 × 10 −5 μg/mL (0.35 nM). Most importantly, due to the high binding affinity between CB[7] and ABAM, this fluorescence host-guest system shows great anti-interference capacity. Thus, we are able to accurately determine the concentration of AMA in various samples, including pharmaceutical formulations.

  19. Advanced ECG in 2016: is there more than just a tracing?

    PubMed

    Reichlin, Tobias; Abächerli, Roger; Twerenbold, Raphael; Kühne, Michael; Schaer, Beat; Müller, Christian; Sticherling, Christian; Osswald, Stefan

    2016-01-01

    The 12-lead electrocardiogram (ECG) is the most frequently used technology in clinical cardiology. It is critical for evidence-based management of patients with most cardiovascular conditions, including patients with acute myocardial infarction, suspected chronic cardiac ischaemia, cardiac arrhythmias, heart failure and implantable cardiac devices. In contrast to many other techniques in cardiology, the ECG is simple, small, mobile, universally available and cheap, and therefore particularly attractive. Standard ECG interpretation mainly relies on direct visual assessment. The progress in biomedical computing and signal processing, and the available computational power offer fascinating new options for ECG analysis relevant to all fields of cardiology. Several digital ECG markers and advanced ECG technologies have shown promise in preliminary studies. This article reviews promising novel surface ECG technologies in three different fields. (1) For the detection of myocardial ischaemia and infarction, QRS morphology feature analysis, the analysis of high frequency QRS components (HF-QRS) and methods using vectorcardiography as well as ECG imaging are discussed. (2) For the identification and management of patients with cardiac arrhythmias, methods of advanced P-wave analysis are discussed and the concept of ECG imaging for noninvasive localisation of cardiac arrhythmias is presented. (3) For risk stratification of sudden cardiac death and the selection of patients for medical device therapy, several novel markers including an automated QRS-score for scar quantification, the QRS-T angle or the T-wave peak-to-end-interval are discussed. Despite the existing preliminary data, none of the advanced ECG markers and technologies has yet accomplished the transition into clinical practice. Further refinement of these technologies and broader validation in large unselected patient cohorts are the critical next step needed to facilitate translation of advanced ECG technologies

  20. The performance of magnetic resonance imaging in the detection of triangular fibrocartilage complex injury: a meta-analysis.

    PubMed

    Wang, Z X; Chen, S L; Wang, Q Q; Liu, B; Zhu, J; Shen, J

    2015-06-01

    The aim of this study was to evaluate the accuracy of magnetic resonance imaging in the detection of triangular fibrocartilage complex injury through a meta-analysis. A comprehensive literature search was conducted before 1 April 2014. All studies comparing magnetic resonance imaging results with arthroscopy or open surgery findings were reviewed, and 25 studies that satisfied the eligibility criteria were included. Data were pooled to yield pooled sensitivity and specificity, which were respectively 0.83 and 0.82. In detection of central and peripheral tears, magnetic resonance imaging had respectively a pooled sensitivity of 0.90 and 0.88 and a pooled specificity of 0.97 and 0.97. Six high-quality studies using Ringler's recommended magnetic resonance imaging parameters were selected for analysis to determine whether optimal imaging protocols yielded better results. The pooled sensitivity and specificity of these six studies were 0.92 and 0.82, respectively. The overall accuracy of magnetic resonance imaging was acceptable. For peripheral tears, the pooled data showed a relatively high accuracy. Magnetic resonance imaging with appropriate parameters are an ideal method for diagnosing different types of triangular fibrocartilage complex tears. © The Author(s) 2015.

  1. Widespread Environmental Contamination with Mycobacterium tuberculosis Complex Revealed by a Molecular Detection Protocol

    PubMed Central

    Santos, Nuno; Santos, Catarina; Valente, Teresa; Gortázar, Christian; Almeida, Virgílio; Correia-Neves, Margarida

    2015-01-01

    Environmental contamination with Mycobacterium tuberculosis complex (MTC) has been considered crucial for bovine tuberculosis persistence in multi-host-pathogen systems. However, MTC contamination has been difficult to detect due to methodological issues. In an attempt to overcome this limitation we developed an improved protocol for the detection of MTC DNA. MTC DNA concentration was estimated by the Most Probable Number (MPN) method. Making use of this protocol we showed that MTC contamination is widespread in different types of environmental samples from the Iberian Peninsula, which supports indirect transmission as a contributing mechanism for the maintenance of bovine tuberculosis in this multi-host-pathogen system. The proportion of MTC DNA positive samples was higher in the bovine tuberculosis-infected than in presumed negative area (0.32 and 0.18, respectively). Detection varied with the type of environmental sample and was more frequent in sediment from dams and less frequent in water also from dams (0.22 and 0.05, respectively). The proportion of MTC-positive samples was significantly higher in spring (p<0.001), but MTC DNA concentration per sample was higher in autumn and lower in summer. The average MTC DNA concentration in positive samples was 0.82 MPN/g (CI95 0.70–0.98 MPN/g). We were further able to amplify a DNA sequence specific of Mycobacterium bovis/caprae in 4 environmental samples from the bTB-infected area. PMID:26561038

  2. Quantitative detection of pathogens in centrifugal microfluidic disks

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Koh, Chung-Yan; Schaff, Ulrich Y.; Sommer, Gregory Jon

    A system and methods for detection of a nucleic acid including forming a plurality of nucleic acid detection complexes are described, each of the complexes including a nucleic acid analyte, a detection agent and a functionalized probe. The method further including binding the nucleic acid detection complexes to a plurality of functionalized particles in a fluid sample and separating the functionalized particles having the nucleic acid detection complexes bound thereto from the fluid sample using a density media. The nucleic acid analyte is detected by detecting the detection agent.

  3. Detecting and interpreting distortions in hierarchical organization of complex time series

    NASA Astrophysics Data System (ADS)

    DroŻdŻ, Stanisław; OświÈ©cimka, Paweł

    2015-03-01

    Hierarchical organization is a cornerstone of complexity and multifractality constitutes its central quantifying concept. For model uniform cascades the corresponding singularity spectra are symmetric while those extracted from empirical data are often asymmetric. Using selected time series representing such diverse phenomena as price changes and intertransaction times in financial markets, sentence length variability in narrative texts, Missouri River discharge, and sunspot number variability as examples, we show that the resulting singularity spectra appear strongly asymmetric, more often left sided but in some cases also right sided. We present a unified view on the origin of such effects and indicate that they may be crucially informative for identifying the composition of the time series. One particularly intriguing case of this latter kind of asymmetry is detected in the daily reported sunspot number variability. This signals that either the commonly used famous Wolf formula distorts the real dynamics in expressing the largest sunspot numbers or, if not, that their dynamics is governed by a somewhat different mechanism.

  4. A charge transfer amplified fluorescent Hg2+ complex for detection of picric acid and construction of logic functions.

    PubMed

    Kumar, Manoj; Reja, Shahi Imam; Bhalla, Vandana

    2012-12-07

    A chemosensor 3 based on the N,N-dimethylaminocinnamaldehyde has been synthesized which shows fluorescence turn-on response with Hg(2+) ions, and the in situ prepared 3-Hg(2+) complex has been used for detection of picric acid via electrostatic interaction and construction of a combinatorial logic circuit with NOR and INHIBIT logic functions.

  5. A new method for spatial structure detection of complex inner cavities based on 3D γ-photon imaging

    NASA Astrophysics Data System (ADS)

    Xiao, Hui; Zhao, Min; Liu, Jiantang; Liu, Jiao; Chen, Hao

    2018-05-01

    This paper presents a new three-dimensional (3D) imaging method for detecting the spatial structure of a complex inner cavity based on positron annihilation and γ-photon detection. This method first marks carrier solution by a certain radionuclide and injects it into the inner cavity where positrons are generated. Subsequently, γ-photons are released from positron annihilation, and the γ-photon detector ring is used for recording the γ-photons. Finally, the two-dimensional (2D) image slices of the inner cavity are constructed by the ordered-subset expectation maximization scheme and the 2D image slices are merged to the 3D image of the inner cavity. To eliminate the artifact in the reconstructed image due to the scattered γ-photons, a novel angle-traversal model is proposed for γ-photon single-scattering correction, in which the path of the single scattered γ-photon is analyzed from a spatial geometry perspective. Two experiments are conducted to verify the effectiveness of the proposed correction model and the advantage of the proposed testing method in detecting the spatial structure of the inner cavity, including the distribution of gas-liquid multi-phase mixture inside the inner cavity. The above two experiments indicate the potential of the proposed method as a new tool for accurately delineating the inner structures of industrial complex parts.

  6. Potential role of biventricular pacing beyond advanced systolic heart failure.

    PubMed

    Fang, Fang; Sanderson, John E; Yu, Cheuk-Man

    2013-01-01

    Cardiac resynchronization therapy (CRT) is an effective therapy for advanced heart failure (HF) patients. The indications are well defined in recent guidelines and broadly indicate that CRT is suitable for chronic HF patients with left ventricular ejection fraction (EF) ≤35% and in NYHA class III or IV (Class I), and those with prolonged QRS duration ≥120 ms with left bundle branch block (LBBB) QRS morphology, or QRS duration ≥150 ms irrespective of QRS morphology (Class IIa). For patients with NYHA class II symptoms, CRT is recommended for patients with EF ≤30% and QRS duration ≥130 ms with LBBB QRS morphology (Class I, level of evidence: A), or QRS duration ≥150 ms irrespective of QRS morphology (Class IIa, level of evidence: A). However, CRT may benefit additional patients outside these criteria. In this review, we summarize the role of CRT in some subgroups, including patients with mild and moderate HF, upgrading to CRT from right ventricular (RV) pacing, bradycardia patients with routine pacing indications, congenital heart disease and specific cardiomyopathies. It is possible that CRT can give symptomatic and mortality benefits in some of these subgroups in the future and further clinical trials are warranted.  

  7. Generation of Long-time Complex Signals for Testing the Instruments for Detection of Voltage Quality Disturbances

    NASA Astrophysics Data System (ADS)

    Živanović, Dragan; Simić, Milan; Kokolanski, Zivko; Denić, Dragan; Dimcev, Vladimir

    2018-04-01

    Software supported procedure for generation of long-time complex test sentences, suitable for testing the instruments for detection of standard voltage quality (VQ) disturbances is presented in this paper. This solution for test signal generation includes significant improvements of computer-based signal generator presented and described in the previously published paper [1]. The generator is based on virtual instrumentation software for defining the basic signal parameters, data acquisition card NI 6343, and power amplifier for amplification of output voltage level to the nominal RMS voltage value of 230 V. Definition of basic signal parameters in LabVIEW application software is supported using Script files, which allows simple repetition of specific test signals and combination of more different test sequences in the complex composite test waveform. The basic advantage of this generator compared to the similar solutions for signal generation is the possibility for long-time test sequence generation according to predefined complex test scenarios, including various combinations of VQ disturbances defined in accordance with the European standard EN50160. Experimental verification of the presented signal generator capability is performed by testing the commercial power quality analyzer Fluke 435 Series II. In this paper are shown some characteristic complex test signals with various disturbances and logged data obtained from the tested power quality analyzer.

  8. [VGKC-complex antibodies].

    PubMed

    Watanabe, Osamu

    2013-04-01

    Various antibodies are associated with voltage-gated potassium channels (VGKCs). Representative antibodies to VGKCs were first identified by radioimmunoassays using radioisotope-labeled alpha-dendrotoxin-VGKCs solubilized from rabbit brain. These antibodies were detected only in a proportion of patients with acquired neuromyotonia (Isaacs' syndrome). VGKC antibodies were also detected in patients with Morvan's syndrome and in those with a form of autoimmune limbic encephalitis. Recent studies indicated that the "VGKC" antibodies are mainly directed toward associated proteins (for example LGI-1 and CASPR-2) that complex with the VGKCs themselves. The "VGKC" antibodies are now commonly known as VGKC-complex antibodies. In general, LGI-1 antibodies are most commonly detected in patients with limbic encephalitis with syndrome of inappropriate secretion of antidiuretic hormone. CASPR-2 antibodies are present in the majority of patients with Morvan's syndrome. These patients develop combinations of CNS symptoms, autonomic dysfunction, and peripheral nerve hyperexcitability. Furthermore, VGKC-complex antibodies are tightly associated with chronic idiopathic pain. Hyperexcitability of nociceptive pathways has also been implicated. These antibodies may be detected in sera of some patients with neurodegenerative diseases (for example, amyotrophic lateral sclerosis and Creutzfeldt-Jakob disease).

  9. Composition for detecting uranyl

    DOEpatents

    Baylor, Lewis C.; Stephens, Susan M.

    1995-01-01

    A composition for detecting the presence and concentration of a substance such as uranyl, comprising an organohalide covalently bonded to an indicator for said substance. The composition has at least one active OH site for forming a complex with the substance to be detected. The composition is made by reacting equimolar amounts of the indicator and the organohalide in a polar organic solvent. The absorbance spectrum of the composition-uranyl complex is shifted with respect to the absorbance spectrum of the indicator-uranyl complex, to provide better spectral resolution for detecting uranyl.

  10. Microwell hybridization assay for detection of PCR products from Mycobacterium tuberculosis complex and the recombinant Mycobacterium smegmatis strain 1008 used as an internal control.

    PubMed Central

    Kox, L F; Noordhoek, G T; Kunakorn, M; Mulder, S; Sterrenburg, M; Kolk, A H

    1996-01-01

    A microwell hybridization assay was developed for the detection of the PCR products from both Mycobacterium tuberculosis complex bacteria and the recombinant Mycobacterium smegmatis strain 1008 that is used as an internal control to monitor inhibition in the PCR based on the M. tuberculosis complex-specific insertion sequence IS6110. The test is based on specific detection with digoxigenin-labeled oligonucleotide probes of biotinylated PCR products which are captured in a microtiter plate coated with streptavidin. The captured PCR products are hybridized separately with two probes, one specific for the PCR product from IS6110 from M. tuberculosis complex and the other specific for the PCR fragment from the modified IS6110 fragment from the recombinant M. smegmatis 1008. The microwell hybridization assay discriminates perfectly between the two types of amplicon. The amount of PCR product that can be detected by this assay is 10 times less than that which can be detected by agarose gel electrophoresis. The test can be performed in 2 h. It is much faster and less laborious than Southern blot hybridization. Furthermore, the interpretation of results is objective. The assay was used with 172 clinical samples in a routine microbiology laboratory, and the results were in complete agreement with those of agarose gel electrophoresis and Southern blot hybridization. PMID:8862568

  11. Metabolic imaging for breast cancer detection and treatment: a role for mitochondrial Complex I function

    NASA Astrophysics Data System (ADS)

    Ramanujan, V. Krishnan

    2018-02-01

    Cancer cells are known to display a variety of metabolic reprogramming strategies to fulfill their own growth and proliferative agenda. With the advent of high resolution imaging strategies, metabolomics techniques etc., there is an increasing appreciation of critical role that tumor cell metabolism plays in the overall breast cancer (BC) growth. A recent study from our laboratory demonstrated that the development of invasive cancers could be causally connected to deficits in mitochondrial function. Using this study as a rationale, we hypothesize that the widely accepted multistep tumor growth model might have a strong metabolic component as well. In this study, we explore the possibility of targeting mitochondrial Complex I enzyme system for not only metabolic detection of cancer-associated redox changes but also for modulating breast cancer cell growth characteristics. As a proof-of-principle, we demonstrate two approaches (pharmacological and genetic) for modulating mitochondrial Complex I function so as to achieve breast cancer control.

  12. Ultrasonic detection technology based on joint robot on composite component with complex surface

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hao, Juan; Xu, Chunguang; Zhang, Lan

    Some components have complex surface, such as the airplane wing and the shell of a pressure vessel etc. The quality of these components determines the reliability and safety of related equipment. Ultrasonic nondestructive detection is one of the main methods used for testing material defects at present. In order to improve the testing precision, the acoustic axis of the ultrasonic transducer should be consistent with the normal direction of the measured points. When we use joint robots, automatic ultrasonic scan along the component surface normal direction can be realized by motion trajectory planning and coordinate transformation etc. In order tomore » express the defects accurately and truly, the robot position and the signal of the ultrasonic transducer should be synchronized.« less

  13. Early prediction of cardiac resynchronization therapy response by non-invasive electrocardiogram markers.

    PubMed

    Ortigosa, Nuria; Pérez-Roselló, Víctor; Donoso, Víctor; Osca, Joaquín; Martínez-Dolz, Luis; Fernández, Carmen; Galbis, Antonio

    2018-04-01

    Cardiac resynchronization therapy (CRT) is an effective treatment for those patients with severe heart failure. Regrettably, there are about one third of CRT "non-responders", i.e. patients who have undergone this form of device therapy but do not respond to it, which adversely affects the utility and cost-effectiveness of CRT. In this paper, we assess the ability of a novel surface ECG marker to predict CRT response. We performed a retrospective exploratory study of the ECG previous to CRT implantation in 43 consecutive patients with ischemic (17) or non-ischemic (26) cardiomyopathy. We extracted the QRST complexes (consisting of the QRS complex, the S-T segment, and the T wave) and obtained a measure of their energy by means of spectral analysis. This ECG marker showed statistically significant lower values for non-responder patients and, joint with the duration of QRS complexes (the current gold-standard to predict CRT response), the following performances: 86% accuracy, 88% sensitivity, and 80% specificity. In this manner, the proposed ECG marker may help clinicians to predict positive response to CRT in a non-invasive way, in order to minimize unsuccessful procedures.

  14. Detecting vortices in superconductors: Extracting one-dimensional topological singularities from a discretized complex scalar field

    DOE PAGES

    Phillips, Carolyn L.; Peterka, Tom; Karpeyev, Dmitry; ...

    2015-02-20

    In type II superconductors, the dynamics of superconducting vortices determine their transport properties. In the Ginzburg-Landau theory, vortices correspond to topological defects in the complex order parameter. Extracting their precise positions and motion from discretized numerical simulation data is an important, but challenging, task. In the past, vortices have mostly been detected by analyzing the magnitude of the complex scalar field representing the order parameter and visualized by corresponding contour plots and isosurfaces. However, these methods, primarily used for small-scale simulations, blur the fine details of the vortices, scale poorly to large-scale simulations, and do not easily enable isolating andmore » tracking individual vortices. In this paper, we present a method for exactly finding the vortex core lines from a complex order parameter field. With this method, vortices can be easily described at a resolution even finer than the mesh itself. The precise determination of the vortex cores allows the interplay of the vortices inside a model superconductor to be visualized in higher resolution than has previously been possible. Finally, by representing the field as the set of vortices, this method also massively reduces the data footprint of the simulations and provides the data structures for further analysis and feature tracking.« less

  15. Molecular detection of trophic links in a complex insect host-parasitoid food web.

    PubMed

    Hrcek, Jan; Miller, Scott E; Quicke, Donald L J; Smith, M Alex

    2011-09-01

    Previously, host-parasitoid links have been unveiled almost exclusively by time-intensive rearing, while molecular methods were used only in simple agricultural host-parasitoid systems in the form of species-specific primers. Here, we present a general method for the molecular detection of these links applied to a complex caterpillar-parasitoid food web from tropical rainforest of Papua New Guinea. We DNA barcoded hosts, parasitoids and their tissue remnants and matched the sequences to our extensive library of local species. We were thus able to match 87% of host sequences and 36% of parasitoid sequences to species and infer subfamily or family in almost all cases. Our analysis affirmed 93 hitherto unknown trophic links between 37 host species from a wide range of Lepidoptera families and 46 parasitoid species from Hymenoptera and Diptera by identifying DNA sequences for both the host and the parasitoid involved in the interaction. Molecular detection proved especially useful in cases where distinguishing host species in caterpillar stage was difficult morphologically, or when the caterpillar died during rearing. We have even detected a case of extreme parasitoid specialization in a pair of Choreutis species that do not differ in caterpillar morphology and ecology. Using the molecular approach outlined here leads to better understanding of parasitoid host specificity, opens new possibilities for rapid surveys of food web structure and allows inference of species associations not already anticipated. Published 2011. This article is a US Government work and is in the public domain in the USA.

  16. A Quadruplex Real-Time PCR Assay for the Rapid Detection and Differentiation of the Most Relevant Members of the B. pseudomallei Complex: B. mallei, B. pseudomallei, and B. thailandensis

    PubMed Central

    Lowe, Chinn-Woan; Thiriot, Joseph D.; Heder, Michael J.; March, Jordon K.; Drake, David S.; Lew, Cynthia S.; Bunnell, Annette J.; Moore, Emily S.; O'Neill, Kim L.; Robison, Richard A.

    2016-01-01

    The Burkholderia pseudomallei complex classically consisted of B. mallei, B. pseudomallei, and B. thailandensis, but has now expanded to include B. oklahomensis, B. humptydooensis, and three unassigned Burkholderia clades. Methods for detecting and differentiating the B. pseudomallei complex has been the topic of recent research due to phenotypic and genotypic similarities of these species. B. mallei and B. pseudomallei are recognized as CDC Tier 1 select agents, and are the causative agents of glanders and melioidosis, respectively. Although B. thailandensis and B. oklahomensis are generally avirulent, both display similar phenotypic characteristics to that of B. pseudomallei. B. humptydooensis and the Burkholderia clades are genetically similar to the B. pseudomallei complex, and are not associated with disease. Optimal identification of these species remains problematic, and PCR-based methods can resolve issues with B. pseudomallei complex detection and differentiation. Currently, no PCR assay is available that detects the major species of the B. pseudomallei complex. A real-time PCR assay in a multiplex single-tube format was developed to simultaneously detect and differentiate B. mallei, B. pseudomallei, and B. thailandensis, and a common sequence found in B. pseudomallei, B. mallei, B. thailandensis, and B. oklahomensis. A total of 309 Burkholderia isolates and 5 other bacterial species were evaluated. The assay was 100% sensitive and specific, demonstrated sensitivity beyond culture and GC methods for the isolates tested, and is completed in about an hour with a detection limit between 2.6pg and 48.9pg of gDNA. Bioinformatic analyses also showed the assay is likely 100% specific and sensitive for all 84 fully sequenced B. pseudomallei, B. mallei, B. thailandensis, and B. oklahomensis strains currently available in GenBank. For these reasons, this assay could be a rapid and sensitive tool in the detection and differentiation for those species of the B

  17. A Quadruplex Real-Time PCR Assay for the Rapid Detection and Differentiation of the Most Relevant Members of the B. pseudomallei Complex: B. mallei, B. pseudomallei, and B. thailandensis.

    PubMed

    Lowe, Chinn-Woan; Satterfield, Benjamin A; Nelson, Daniel B; Thiriot, Joseph D; Heder, Michael J; March, Jordon K; Drake, David S; Lew, Cynthia S; Bunnell, Annette J; Moore, Emily S; O'Neill, Kim L; Robison, Richard A

    2016-01-01

    The Burkholderia pseudomallei complex classically consisted of B. mallei, B. pseudomallei, and B. thailandensis, but has now expanded to include B. oklahomensis, B. humptydooensis, and three unassigned Burkholderia clades. Methods for detecting and differentiating the B. pseudomallei complex has been the topic of recent research due to phenotypic and genotypic similarities of these species. B. mallei and B. pseudomallei are recognized as CDC Tier 1 select agents, and are the causative agents of glanders and melioidosis, respectively. Although B. thailandensis and B. oklahomensis are generally avirulent, both display similar phenotypic characteristics to that of B. pseudomallei. B. humptydooensis and the Burkholderia clades are genetically similar to the B. pseudomallei complex, and are not associated with disease. Optimal identification of these species remains problematic, and PCR-based methods can resolve issues with B. pseudomallei complex detection and differentiation. Currently, no PCR assay is available that detects the major species of the B. pseudomallei complex. A real-time PCR assay in a multiplex single-tube format was developed to simultaneously detect and differentiate B. mallei, B. pseudomallei, and B. thailandensis, and a common sequence found in B. pseudomallei, B. mallei, B. thailandensis, and B. oklahomensis. A total of 309 Burkholderia isolates and 5 other bacterial species were evaluated. The assay was 100% sensitive and specific, demonstrated sensitivity beyond culture and GC methods for the isolates tested, and is completed in about an hour with a detection limit between 2.6pg and 48.9pg of gDNA. Bioinformatic analyses also showed the assay is likely 100% specific and sensitive for all 84 fully sequenced B. pseudomallei, B. mallei, B. thailandensis, and B. oklahomensis strains currently available in GenBank. For these reasons, this assay could be a rapid and sensitive tool in the detection and differentiation for those species of the B

  18. Colour and luminance contrasts predict the human detection of natural stimuli in complex visual environments.

    PubMed

    White, Thomas E; Rojas, Bibiana; Mappes, Johanna; Rautiala, Petri; Kemp, Darrell J

    2017-09-01

    Much of what we know about human colour perception has come from psychophysical studies conducted in tightly-controlled laboratory settings. An enduring challenge, however, lies in extrapolating this knowledge to the noisy conditions that characterize our actual visual experience. Here we combine statistical models of visual perception with empirical data to explore how chromatic (hue/saturation) and achromatic (luminant) information underpins the detection and classification of stimuli in a complex forest environment. The data best support a simple linear model of stimulus detection as an additive function of both luminance and saturation contrast. The strength of each predictor is modest yet consistent across gross variation in viewing conditions, which accords with expectation based upon general primate psychophysics. Our findings implicate simple visual cues in the guidance of perception amidst natural noise, and highlight the potential for informing human vision via a fusion between psychophysical modelling and real-world behaviour. © 2017 The Author(s).

  19. Cardiac-resynchronization therapy for mild-to-moderate heart failure.

    PubMed

    Tang, Anthony S L; Wells, George A; Talajic, Mario; Arnold, Malcolm O; Sheldon, Robert; Connolly, Stuart; Hohnloser, Stefan H; Nichol, Graham; Birnie, David H; Sapp, John L; Yee, Raymond; Healey, Jeffrey S; Rouleau, Jean L

    2010-12-16

    Cardiac-resynchronization therapy (CRT) benefits patients with left ventricular systolic dysfunction and a wide QRS complex. Most of these patients are candidates for an implantable cardioverter-defibrillator (ICD). We evaluated whether adding CRT to an ICD and optimal medical therapy might reduce mortality and morbidity among such patients. We randomly assigned patients with New York Heart Association (NYHA) class II or III heart failure, a left ventricular ejection fraction of 30% or less, and an intrinsic QRS duration of 120 msec or more or a paced QRS duration of 200 msec or more to receive either an ICD alone or an ICD plus CRT. The primary outcome was death from any cause or hospitalization for heart failure. We followed 1798 patients for a mean of 40 months. The primary outcome occurred in 297 of 894 patients (33.2%) in the ICD-CRT group and 364 of 904 patients (40.3%) in the ICD group (hazard ratio in the ICD-CRT group, 0.75; 95% confidence interval [CI], 0.64 to 0.87; P<0.001). In the ICD-CRT group, 186 patients died, as compared with 236 in the ICD group (hazard ratio, 0.75; 95% CI, 0.62 to 0.91; P = 0.003), and 174 patients were hospitalized for heart failure, as compared with 236 in the ICD group (hazard ratio, 0.68; 95% CI, 0.56 to 0.83; P<0.001). However, at 30 days after device implantation, adverse events had occurred in 124 patients in the ICD-CRT group, as compared with 58 in the ICD group (P<0.001). Among patients with NYHA class II or III heart failure, a wide QRS complex, and left ventricular systolic dysfunction, the addition of CRT to an ICD reduced rates of death and hospitalization for heart failure. This improvement was accompanied by more adverse events. (Funded by the Canadian Institutes of Health Research and Medtronic of Canada; ClinicalTrials.gov number, NCT00251251.).

  20. Mass amplifying probe for sensitive fluorescence anisotropy detection of small molecules in complex biological samples.

    PubMed

    Cui, Liang; Zou, Yuan; Lin, Ninghang; Zhu, Zhi; Jenkins, Gareth; Yang, Chaoyong James

    2012-07-03

    Fluorescence anisotropy (FA) is a reliable and excellent choice for fluorescence sensing. One of the key factors influencing the FA value for any molecule is the molar mass of the molecule being measured. As a result, the FA method with functional nucleic acid aptamers has been limited to macromolecules such as proteins and is generally not applicable for the analysis of small molecules because their molecular masses are relatively too small to produce observable FA value changes. We report here a molecular mass amplifying strategy to construct anisotropy aptamer probes for small molecules. The probe is designed in such a way that only when a target molecule binds to the probe does it activate its binding ability to an anisotropy amplifier (a high molecular mass molecule such as protein), thus significantly increasing the molecular mass and FA value of the probe/target complex. Specifically, a mass amplifying probe (MAP) consists of a targeting aptamer domain against a target molecule and molecular mass amplifying aptamer domain for the amplifier protein. The probe is initially rendered inactive by a small blocking strand partially complementary to both target aptamer and amplifier protein aptamer so that the mass amplifying aptamer domain would not bind to the amplifier protein unless the probe has been activated by the target. In this way, we prepared two probes that constitute a target (ATP and cocaine respectively) aptamer, a thrombin (as the mass amplifier) aptamer, and a fluorophore. Both probes worked well against their corresponding small molecule targets, and the detection limits for ATP and cocaine were 0.5 μM and 0.8 μM, respectively. More importantly, because FA is less affected by environmental interferences, ATP in cell media and cocaine in urine were directly detected without any tedious sample pretreatment. Our results established that our molecular mass amplifying strategy can be used to design aptamer probes for rapid, sensitive, and selective

  1. Bloch Surface Waves Biosensors for High Sensitivity Detection of Soluble ERBB2 in a Complex Biological Environment.

    PubMed

    Sinibaldi, Alberto; Sampaoli, Camilla; Danz, Norbert; Munzert, Peter; Sonntag, Frank; Centola, Fabio; Occhicone, Agostino; Tremante, Elisa; Giacomini, Patrizio; Michelotti, Francesco

    2017-08-17

    We report on the use of one-dimensional photonic crystals to detect clinically relevant concentrations of the cancer biomarker ERBB2 in cell lysates. Overexpression of the ERBB2 protein is associated with aggressive breast cancer subtypes. To detect soluble ERBB2, we developed an optical set-up which operates in both label-free and fluorescence modes. The detection approach makes use of a sandwich assay, in which the one-dimensional photonic crystals sustaining Bloch surface waves are modified with monoclonal antibodies, in order to guarantee high specificity during the biological recognition. We present the results of exemplary protein G based label-free assays in complex biological matrices, reaching an estimated limit of detection of 0.5 ng/mL. On-chip and chip-to-chip variability of the results is addressed too, providing repeatability rates. Moreover, results on fluorescence operation demonstrate the capability to perform high sensitive cancer biomarker assays reaching a resolution of 0.6 ng/mL, without protein G assistance. The resolution obtained in both modes meets international guidelines and recommendations (15 ng/mL) for ERBB2 quantification assays, providing an alternative tool to phenotype and diagnose molecular cancer subtypes.

  2. 52 Genetic Loci Influencing Myocardial Mass

    PubMed Central

    van der Harst, Pim; van Setten, Jessica; Verweij, Niek; Vogler, Georg; Franke, Lude; Maurano, Matthew T.; Wang, Xinchen; Leach, Irene Mateo; Eijgelsheim, Mark; Sotoodehnia, Nona; Hayward, Caroline; Sorice, Rossella; Meirelles, Osorio; Lyytikäinen, Leo-Pekka; Polašek, Ozren; Tanaka, Toshiko; Arking, Dan E.; Ulivi, Sheila; Trompet, Stella; Müller-Nurasyid, Martina; Smith, Albert V.; Dörr, Marcus; Kerr, Kathleen F.; Magnani, Jared W.; Fabiola Del Greco, M.; Zhang, Weihua; Nolte, Ilja M.; Silva, Claudia T.; Padmanabhan, Sandosh; Tragante, Vinicius; Esko, Tõnu; Abecasis, Gonçalo R.; Adriaens, Michiel E.; Andersen, Karl; Barnett, Phil; Bis, Joshua C.; Bodmer, Rolf; Buckley, Brendan M.; Campbell, Harry; Cannon, Megan V.; Chakravarti, Aravinda; Chen, Lin Y.; Delitala, Alessandro; Devereux, Richard B.; Doevendans, Pieter A.; Dominiczak, Anna F.; Ferrucci, Luigi; Ford, Ian; Gieger, Christian; Harris, Tamara B.; Haugen, Eric; Heinig, Matthias; Hernandez, Dena G.; Hillege, Hans L.; Hirschhorn, Joel N.; Hofman, Albert; Hubner, Norbert; Hwang, Shih-Jen; Iorio, Annamaria; Kähönen, Mika; Kellis, Manolis; Kolcic, Ivana; Kooner, Ishminder K.; Kooner, Jaspal S.; Kors, Jan A.; Lakatta, Edward G.; Lage, Kasper; Launer, Lenore J.; Levy, Daniel; Lundby, Alicia; Macfarlane, Peter W.; May, Dalit; Meitinger, Thomas; Metspalu, Andres; Nappo, Stefania; Naitza, Silvia; Neph, Shane; Nord, Alex S.; Nutile, Teresa; Okin, Peter M.; Olsen, Jesper V.; Oostra, Ben A.; Penninger, Josef M.; Pennacchio, Len A.; Pers, Tune H.; Perz, Siegfried; Peters, Annette; Pinto, Yigal M.; Pfeufer, Arne; Pilia, Maria Grazia; Pramstaller, Peter P.; Prins, Bram P.; Raitakari, Olli T.; Raychaudhuri, Soumya; Rice, Ken M.; Rossin, Elizabeth J.; Rotter, Jerome I.; Schafer, Sebastian; Schlessinger, David; Schmidt, Carsten O.; Sehmi, Jobanpreet; Silljé, Herman H.W.; Sinagra, Gianfranco; Sinner, Moritz F.; Slowikowski, Kamil; Soliman, Elsayed Z.; Spector, Timothy D.; Spiering, Wilko; Stamatoyannopoulos, John A.; Stolk, Ronald P.; Strauch, Konstantin; Tan, Sian-Tsung; Tarasov, Kirill V.; Trinh, Bosco; Uitterlinden, Andre G.; van den Boogaard, Malou; van Duijn, Cornelia M.; van Gilst, Wiek H.; Viikari, Jorma S.; Visscher, Peter M.; Vitart, Veronique; Völker, Uwe; Waldenberger, Melanie; Weichenberger, Christian X.; Westra, Harm-Jan; Wijmenga, Cisca; Wolffenbuttel, Bruce H.; Yang, Jian; Bezzina, Connie R.; Munroe, Patricia B.; Snieder, Harold; Wright, Alan F.; Rudan, Igor; Boyer, Laurie A.; Asselbergs, Folkert W.; van Veldhuisen, Dirk J.; Stricker, Bruno H.; Psaty, Bruce M.; Ciullo, Marina; Sanna, Serena; Lehtimäki, Terho; Wilson, James F.; Bandinelli, Stefania; Alonso, Alvaro; Gasparini, Paolo; Jukema, J. Wouter; Kääb, Stefan; Gudnason, Vilmundur; Felix, Stephan B.; Heckbert, Susan R.; de Boer, Rudolf A.; Newton-Cheh, Christopher; Hicks, Andrew A.; Chambers, John C.; Jamshidi, Yalda; Visel, Axel; Christoffels, Vincent M.; Isaacs, Aaron; Samani, Nilesh J.; de Bakker, Paul I.W.

    2017-01-01

    BACKGROUND Myocardial mass is a key determinant of cardiac muscle function and hypertrophy. Myocardial depolarization leading to cardiac muscle contraction is reflected by the amplitude and duration of the QRS complex on the electrocardiogram (ECG). Abnormal QRS amplitude or duration reflect changes in myocardial mass and conduction, and are associated with increased risk of heart failure and death. OBJECTIVES This meta-analysis sought to gain insights into the genetic determinants of myocardial mass. METHODS We carried out a genome-wide association meta-analysis of 4 QRS traits in up to 73,518 individuals of European ancestry, followed by extensive biological and functional assessment. RESULTS We identified 52 genomic loci, of which 32 are novel, that are reliably associated with 1 or more QRS phenotypes at p < 1 × 10−8. These loci are enriched in regions of open chromatin, histone modifications, and transcription factor binding, suggesting that they represent regions of the genome that are actively transcribed in the human heart. Pathway analyses provided evidence that these loci play a role in cardiac hypertrophy. We further highlighted 67 candidate genes at the identified loci that are preferentially expressed in cardiac tissue and associated with cardiac abnormalities in Drosophila melanogaster and Mus musculus. We validated the regulatory function of a novel variant in the SCN5A/SCN10A locus in vitro and in vivo. CONCLUSIONS Taken together, our findings provide new insights into genes and biological pathways controlling myocardial mass and may help identify novel therapeutic targets. PMID:27659466

  3. Are classic predictors of voltage valid in cardiac amyloidosis? A contemporary analysis of electrocardiographic findings.

    PubMed

    Sperry, Brett W; Vranian, Michael N; Hachamovitch, Rory; Joshi, Hariom; McCarthy, Meghann; Ikram, Asad; Hanna, Mazen

    2016-07-01

    Low voltage electrocardiography (ECG) coupled with increased ventricular wall thickness is the hallmark of cardiac amyloidosis. However, patient characteristics influencing voltage in the general population, including bundle branch block, have not been evaluated in amyloid heart disease. A retrospective analysis was performed of patients with newly diagnosed cardiac amyloidosis from 2002 to 2014. ECG voltage was calculated using limb (sum of QRS complex in leads I, II and III) and precordial (Sokolow: S in V1 plus R in V5-V6) criteria. The associations between voltage and clinical variables were tested using multivariable linear regression. A Cox model assessed the association of voltage with mortality. In 389 subjects (transthyretin ATTR 186, light chain AL 203), 30% had conduction delay (QRS >120ms). In those with narrow QRS, 68% met low limb, 72% low Sokolow and 57% both criteria, with lower voltages found in AL vs ATTR. LV mass index as well as other typical factors that impact voltage (age, sex, race, hypertension, BSA, and smoking) in the general population were not associated with voltage in this cardiac amyloidosis cohort. Patients with LBBB and IVCD had similar voltages when compared to those with narrow QRS. Voltage was significantly associated with mortality (p<0.001 for both criteria) after multivariable adjustment. Classic predictors of ECG voltage in the general population are not valid in cardiac amyloidosis. In this cohort, the prevalence estimates of ventricular conduction delay and low voltage are higher than previously reported. Voltage predicts mortality after multivariable adjustment. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  4. MPI Runtime Error Detection with MUST: Advances in Deadlock Detection

    DOE PAGES

    Hilbrich, Tobias; Protze, Joachim; Schulz, Martin; ...

    2013-01-01

    The widely used Message Passing Interface (MPI) is complex and rich. As a result, application developers require automated tools to avoid and to detect MPI programming errors. We present the Marmot Umpire Scalable Tool (MUST) that detects such errors with significantly increased scalability. We present improvements to our graph-based deadlock detection approach for MPI, which cover future MPI extensions. Our enhancements also check complex MPI constructs that no previous graph-based detection approach handled correctly. Finally, we present optimizations for the processing of MPI operations that reduce runtime deadlock detection overheads. Existing approaches often require ( p ) analysis time permore » MPI operation, for p processes. We empirically observe that our improvements lead to sub-linear or better analysis time per operation for a wide range of real world applications.« less

  5. Detecting critical state before phase transition of complex systems by hidden Markov model

    NASA Astrophysics Data System (ADS)

    Liu, Rui; Chen, Pei; Li, Yongjun; Chen, Luonan

    Identifying the critical state or pre-transition state just before the occurrence of a phase transition is a challenging task, because the state of the system may show little apparent change before this critical transition during the gradual parameter variations. Such dynamics of phase transition is generally composed of three stages, i.e., before-transition state, pre-transition state, and after-transition state, which can be considered as three different Markov processes. Thus, based on this dynamical feature, we present a novel computational method, i.e., hidden Markov model (HMM), to detect the switching point of the two Markov processes from the before-transition state (a stationary Markov process) to the pre-transition state (a time-varying Markov process), thereby identifying the pre-transition state or early-warning signals of the phase transition. To validate the effectiveness, we apply this method to detect the signals of the imminent phase transitions of complex systems based on the simulated datasets, and further identify the pre-transition states as well as their critical modules for three real datasets, i.e., the acute lung injury triggered by phosgene inhalation, MCF-7 human breast cancer caused by heregulin, and HCV-induced dysplasia and hepatocellular carcinoma.

  6. Electrochemistry and Spectroelectrochemistry of Luminescent Europium Complexes

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Lines, Amanda M.; Wang, Zheming; Clark, Sue B.

    Fast, cost effective, and robust means of detecting and quantifying lanthanides are needed for supporting more efficient tracking within the nuclear, medicinal, and industrial fields. Spectroelectrochemistry (SEC) is a powerful technique combining electrochemistry and spectroscopy that can meet those needs. The primary limitation of SEC as a detection method for lanthanides is their low molar absorptivity in absorbance based measurements and low emission intensities in fluorescence based measurements; both lead to high limits of detection. These limitations can be circumvented by complexing the lanthanides with sensitizing ligands that enhance fluorescence, thereby dropping the limits of detection. Complexation may also stabilizemore » the metal ions in solution and improve the electrochemical reversibility, or Nernstian behavior, of the redox couples. To demonstrate this concept, studies were completed using europium in complexes with four different sensitizing ligands. Initial work indicates Eu in the four complexes studied does display the necessary characteristics for SEC analysis, which was successfully and reproducibly applied to all Eu complexes.« less

  7. Application of ultrasonic signature analysis for fatigue detection in complex structures

    NASA Technical Reports Server (NTRS)

    Zuckerwar, A. J.

    1974-01-01

    Ultrasonic signature analysis shows promise of being a singularly well-suited method for detecting fatigue in structures as complex as aircraft. The method employs instrumentation centered about a Fourier analyzer system, which features analog-to-digital conversion, digital data processing, and digital display of cross-correlation functions and cross-spectra. These features are essential to the analysis of ultrasonic signatures according to the procedure described here. In order to establish the feasibility of the method, the initial experiments were confined to simple plates with simulated and fatigue-induced defects respectively. In the first test the signature proved sensitive to the size of a small hole drilled into the plate. In the second test, performed on a series of fatigue-loaded plates, the signature proved capable of indicating both the initial appearance and subsequent growth of a fatigue crack. In view of these encouraging results it is concluded that the method has reached a sufficiently advanced stage of development to warrant application to small-scale structures or even actual aircraft.

  8. Chemodosimetric analysis in food-safety monitoring: design, synthesis, and application of a bimetallic Re(I)-Pt(II) complex for detection of dimethyl sulfide in foods.

    PubMed

    Chow, Cheuk-Fai; Gong, Fu-Wen; Gong, Cheng-Bin

    2014-09-21

    Detection of neutral biogenic sulfides plays a crucial role in food safety. A new heterobimetallic Re(I)-Pt(II) donor-acceptor complex--[Re(biq)(CO)3(CN)]-[Pt(DMSO)(Cl)2] (1, biq = 2,2'-biquinoline)--was synthesized and characterized. The X-ray crystallographic and photophysical data for 1 are reported in this study. Complex 1 indicated the luminescent chemodosimetric selectivity for dimethyl sulfide, which persisted even in the presence of a variety of interfering vapors, with a detection limit as low as 0.96 ppm. The binding constant (log K) of 1 toward dimethyl sulfide was 3.63 ± 0.03. The analyte selectivity of the complexes was found to be dependent on the ligand coordinated to the Re(I) center. Real samples (beef, chicken, and pork) were monitored real-time for gaseous dimethyl sulfide. Complex 1 shows a linear spectrofluorimetric response with increasing storage time of the meats at 30 °C.

  9. Aviation System Analysis Capability Quick Response System Report

    NASA Technical Reports Server (NTRS)

    Roberts, Eileen; Villani, James A.; Ritter, Paul

    1998-01-01

    The purpose of this document is to present the additions and modifications made to the Aviation System Analysis Capability (ASAC) Quick Response System (QRS) in FY 1997 in support of the ASAC ORS development effort. This document contains an overview of the project background and scope and defines the QRS. The document also presents an overview of the Logistics Management Institute (LMI) facility that supports the QRS, and it includes a summary of the planned additions to the QRS in FY 1998. The document has five appendices.

  10. Measuring the electric activity of chick embryos heart through 16 bit audio card monitored by the Goldwavetm software

    NASA Astrophysics Data System (ADS)

    Silva, Dilson; Cortez, Celia Martins

    2015-12-01

    In the present work we used a high-resolution, low-cost apparatus capable of detecting waves fit inside the sound bandwidth, and the software package GoldwaveTM for graphical display, processing and monitoring the signals, to study aspects of the electric heart activity of early avian embryos, specifically at the 18th Hamburger & Hamilton stage of the embryo development. The species used was the domestic chick (Gallus gallus), and we carried out 23 experiments in which cardiographic spectra of QRS complex waves representing the propagation of depolarization waves through ventricles was recorded using microprobes and reference electrodes directly on the embryos. The results show that technique using 16 bit audio card monitored by the GoldwaveTM software was efficient to study signal aspects of heart electric activity of early avian embryos.

  11. Magnetocardiography with sensors based on giant magnetoresistance

    NASA Astrophysics Data System (ADS)

    Pannetier-Lecoeur, M.; Parkkonen, L.; Sergeeva-Chollet, N.; Polovy, H.; Fermon, C.; Fowley, C.

    2011-04-01

    Biomagnetic signals, mostly due to the electrical activity in the body, are very weak and they can only be detected by the most sensitive magnetometers, such as Superconducting Quantum Interference Devices (SQUIDs). We report here biomagnetic recordings with hybrid sensors based on Giant MagnetoResistance (GMR). We recorded magnetic signatures of the electric activity of the human heart (magnetocardiography) in healthy volunteers. The P-wave and QRS complex, known from the corresponding electric recordings, are clearly visible in the recordings after an averaging time of about 1 min. Multiple recordings at different locations over the chest yielded a dipolar magnetic field map and allowed localizing the underlying current sources. The sensitivity of the GMR-based sensors is now approaching that of SQUIDs and paves way for spin electronics devices for functional imaging of the body.

  12. [Development of a portable ambulatory ECG monitor based on embedded microprocessor unit].

    PubMed

    Wang, Da-xiong; Wang, Guo-jun

    2005-06-01

    To develop a new kind of portable ambulatory ECG monitor. The hardware and software were designed based on RCA-CDP1802. New methods of ECG data compression and feature extraction of QRS complexes were applied to software design. A model for automatic arrhythmia analysis was established for real-time ambulatory ECG Data analysis. Compact, low power consumption and low cost were emphasized in the hardware design. This compact and light-weight monitor with low power consumption and high intelligence was capable of real-time monitoring arrhythmia for more than 48 h. More than ten types of arrhythmia could be detected, only the compressed abnormal ECG data was recorded and could be transmitted to the host if required. The monitor meets the design requirements and can be used for ambulatory ECG monitoring.

  13. Adaptive noise canceling of electrocardiogram artifacts in single channel electroencephalogram.

    PubMed

    Cho, Sung Pil; Song, Mi Hye; Park, Young Cheol; Choi, Ho Seon; Lee, Kyoung Joung

    2007-01-01

    A new method for estimating and eliminating electrocardiogram (ECG) artifacts from single channel scalp electroencephalogram (EEG) is proposed. The proposed method consists of emphasis of QRS complex from EEG using least squares acceleration (LSA) filter, generation of synchronized pulse with R-peak and ECG artifacts estimation and elimination using adaptive filter. The performance of the proposed method was evaluated using simulated and real EEG recordings, we found that the ECG artifacts were successfully estimated and eliminated in comparison with the conventional multi-channel techniques, which are independent component analysis (ICA) and ensemble average (EA) method. From this we can conclude that the proposed method is useful for the detecting and eliminating the ECG artifacts from single channel EEG and simple to use for ambulatory/portable EEG monitoring system.

  14. Distinctive Left Ventricular Activations Associated With ECG Pattern in Heart Failure Patients.

    PubMed

    Derval, Nicolas; Duchateau, Josselin; Mahida, Saagar; Eschalier, Romain; Sacher, Frederic; Lumens, Joost; Cochet, Hubert; Denis, Arnaud; Pillois, Xavier; Yamashita, Seigo; Komatsu, Yuki; Ploux, Sylvain; Amraoui, Sana; Zemmoura, Adlane; Ritter, Philippe; Hocini, Mélèze; Haissaguerre, Michel; Jaïs, Pierre; Bordachar, Pierre

    2017-06-01

    In contrast to patients with left bundle branch block (LBBB), heart failure patients with narrow QRS and nonspecific intraventricular conduction delay (NICD) display a relatively limited response to cardiac resynchronization therapy. We sought to compare left ventricular (LV) activation patterns in heart failure patients with narrow QRS and NICD to patients with LBBB using high-density electroanatomic activation maps. Fifty-two heart failure patients (narrow QRS [n=18], LBBB [n=11], NICD [n=23]) underwent 3-dimensional electroanatomic mapping with a high density of mapping points (387±349 LV). Adjunctive scar imaging was available in 37 (71%) patients and was analyzed in relation to activation maps. LBBB patients typically demonstrated (1) a single LV breakthrough at the septum (38±15 ms post-QRS onset); (2) prolonged right-to-left transseptal activation with absence of direct LV Purkinje activity; (3) homogeneous propagation within the LV cavity; and (4) latest activation at the basal lateral LV. In comparison, both NICD and narrow QRS patients demonstrated (1) multiple LV breakthroughs along the posterior or anterior fascicles: narrow QRS versus LBBB, 5±2 versus 1±1; P =0.0004; NICD versus LBBB, 4±2 versus 1±1; P =0.001); (2) evidence of early/pre-QRS LV electrograms with Purkinje potentials; (3) rapid propagation in narrow QRS patients and more heterogeneous propagation in NICD patients; and (4) presence of limited areas of late activation associated with LV scar with high interindividual heterogeneity. In contrast to LBBB patients, narrow QRS and NICD patients are characterized by distinct mechanisms of LV activation, which may predict poor response to cardiac resynchronization therapy. © 2017 American Heart Association, Inc.

  15. Fluorometric detection of nitroaromatics by fluorescent lead complexes: A spectroscopic assessment of detection mechanism

    NASA Astrophysics Data System (ADS)

    Chattopadhyay, Tanmay; Chatterjee, Sourav; Majumder, Ishani; Ghosh, Soumen; Yoon, Sangee; Sim, Eunji

    2018-04-01

    Three Schiff base ligands such as 2-[(2-Hydroxy-3-methoxy-benzylidene)-amino]-2-hydroxymethyl-propane-1,3-diol (HL1), 2-[(2-Hydroxy-benzylidene)-amino]-2-hydroxymethyl-propane-1,3-diol (HL2), 2-[(3,5-Dichloro-2-hydroxy-benzylidene)-amino]-2-hydroxymethyl-propane-1,3-diol (HL3) have been synthesized by condensation of aldehydes (such as 3,5-Dichloro-2-hydroxy benzaldehyde, 2-Hydroxy-benzaldehyde, and 2-Hydroxy-3-methoxy-benzaldehyde) with Tris-(hydroxymethyl)amino methane and characterized by IR, UV-vis and 1H NMR spectroscopy. Then all these three ligands have been used to prepare Pb(II) complexes by reaction with lead(II) acetate tri-hydrate in methanol. In view of analytical and spectral (IR, UV-vis and Mass) studies, it has been concluded that, except HL2, other two ligands form 1:1 metal complexes (1 and 3) with lead. Between two complexes, complex 3 is highly fluorescent and this property has been used to identify the pollutant nitroaromatics. Finally, the quenching mechanism has been established by means of spectroscopic investigation.

  16. [Evaluation of Xpert® MTB/RIF technique for Mycobacterium tuberculosis complex detection in extra-respiratory specimens].

    PubMed

    García, Patricia; Balcells, M Elvira; Castillo, Claudia; Miranda, Carolina; Geoffroy, Enrique; Román, Juan C; Wozniak, Aniela

    2017-08-01

    Extra-pulmonary tuberculosis (TB) represents the 26.2% of total TB cases in Chile. Culture is the gold standard method, but the process is extremely slow. Xpert®MTB/RIF technique detects Mycobacterium tuberculosis complex (MTBc) through real time PCR in less than 3 h. However, it has been validated only for respiratory specimens. We aimed to determine the performance of Xpert®MTB/RIF test in detecting MTBc in extra-respiratory specimens compared with a combined gold standard consisting in a positive (liquid and solid) mycobacterial culture and/or a positive validated molecular method (q-RPC, Cobas®TaqMan®-MTB). Fifty extra-respiratory specimens were analyzed, from which 25 were positive and 25 negative for MTBc based on the combined gold standard. The 25 positive specimens had a positive result by Xpert®MTB/RIF; from the 25 negative specimens, 24 had a negative result and one had a positive result. We obtained an overall concordance of 98% between Xpert®MTB/RIF and the combined gold standard. Xpert®MTB/RIF test was able to detect 12 smear-negative specimens and 3 culture-negative specimens, all of them corresponding to extra-pulmonary TB cases. Xpert®MTB/RIF showed similar sensitivity to q-RPC in detecting MTBc in extra-respiratory specimens. This procedure allowed a substantial reduction in the time of diagnosis.

  17. Semi-supervised spectral algorithms for community detection in complex networks based on equivalence of clustering methods

    NASA Astrophysics Data System (ADS)

    Ma, Xiaoke; Wang, Bingbo; Yu, Liang

    2018-01-01

    Community detection is fundamental for revealing the structure-functionality relationship in complex networks, which involves two issues-the quantitative function for community as well as algorithms to discover communities. Despite significant research on either of them, few attempt has been made to establish the connection between the two issues. To attack this problem, a generalized quantification function is proposed for community in weighted networks, which provides a framework that unifies several well-known measures. Then, we prove that the trace optimization of the proposed measure is equivalent with the objective functions of algorithms such as nonnegative matrix factorization, kernel K-means as well as spectral clustering. It serves as the theoretical foundation for designing algorithms for community detection. On the second issue, a semi-supervised spectral clustering algorithm is developed by exploring the equivalence relation via combining the nonnegative matrix factorization and spectral clustering. Different from the traditional semi-supervised algorithms, the partial supervision is integrated into the objective of the spectral algorithm. Finally, through extensive experiments on both artificial and real world networks, we demonstrate that the proposed method improves the accuracy of the traditional spectral algorithms in community detection.

  18. Device therapy in heart failure with reduced ejection fraction-cardiac resynchronization therapy and more.

    PubMed

    Duncker, D; Veltmann, C

    2018-05-09

    In patients with heart failure with reduced ejection fraction (HFrEF), optimal medical treatment includes beta-blockers, ACE inhibitors/angiotensinreceptor-neprilysin inhibitors (ARNI), mineralocorticoid receptor antagonists, and ivabradine when indicated. In device therapy of HFrEF, implantable cardioverter-defibrillators and cardiac resynchronization therapy (CRT) have been established for many years. CRT is the therapy of choice (class I indication) in symptomatic patients with HFrEF and a broad QRS complex with a left bundle branch block (LBBB) morphology. However, the vast majority of heart failure patients show a narrow QRS complex or a non-LBBB morphology. These patients are not candidates for CRT and alternative electrical therapies such as baroreflex activation therapy (BAT) and cardiac contractility modulation (CCM) may be considered. BAT modulates vegetative dysregulation in heart failure. CCM improves contractility, functional capacity, and symptoms. Although a broad data set is available for BAT and CCM, mortality data are still lacking for both methods. This article provides an overview of the device-based therapeutic options for patients with HFrEF.

  19. Community detection in complex networks using link prediction

    NASA Astrophysics Data System (ADS)

    Cheng, Hui-Min; Ning, Yi-Zi; Yin, Zhao; Yan, Chao; Liu, Xin; Zhang, Zhong-Yuan

    2018-01-01

    Community detection and link prediction are both of great significance in network analysis, which provide very valuable insights into topological structures of the network from different perspectives. In this paper, we propose a novel community detection algorithm with inclusion of link prediction, motivated by the question whether link prediction can be devoted to improving the accuracy of community partition. For link prediction, we propose two novel indices to compute the similarity between each pair of nodes, one of which aims to add missing links, and the other tries to remove spurious edges. Extensive experiments are conducted on benchmark data sets, and the results of our proposed algorithm are compared with two classes of baselines. In conclusion, our proposed algorithm is competitive, revealing that link prediction does improve the precision of community detection.

  20. Characterization of ventricular depolarization and repolarization changes in a porcine model of myocardial infarction.

    PubMed

    Romero, Daniel; Ringborn, Michael; Demidova, Marina; Koul, Sasha; Laguna, Pablo; Platonov, Pyotr G; Pueyo, Esther

    2012-12-01

    In this study, several electrocardiogram (ECG)-derived indices corresponding to both ventricular depolarization and repolarization were evaluated during acute myocardial ischemia in an experimental model of myocardial infarction produced by 40 min coronary balloon inflation in 13 pigs. Significant changes were rapidly observed from minute 4 after the start of coronary occlusion, achieving their maximum values between 11 and 22 min for depolarization and between 9 and 12 min for repolarization indices, respectively. Subsequently, these maximum changes started to decrease during the latter part of the occlusion. Depolarization changes associated with the second half of the QRS complex showed a significant but inverse correlation with the myocardium at risk (MaR) estimated by scintigraphic images. The correlation between MaR and changes of the downward slope of the QRS complex, [Formula: see text], evaluated at the two more relevant peaks observed during the occlusion, was r = -0.75, p < 0.01 and r = -0.79, p < 0.01 for the positive and negative deflections observed in [Formula: see text], temporal evolution, respectively. Repolarization changes, analyzed by evaluation of ST segment elevation at the main observed positive peak, also showed negative, however non-significant correlation with MaR: r = -0.34, p = 0.28. Our results suggest that changes evaluated in the latter part of the depolarization, such as those described by [Formula: see text], which are influenced by R-wave amplitude, QRS width and ST level variations simultaneously, correlate better with the amount of ischemia than other indices evaluated in the earlier part of depolarization or during the ST segment.

  1. Automatic detection of ECG cable interchange by analyzing both morphology and interlead relations.

    PubMed

    Han, Chengzong; Gregg, Richard E; Feild, Dirk Q; Babaeizadeh, Saeed

    2014-01-01

    ECG cable interchange can generate erroneous diagnoses. For algorithms detecting ECG cable interchange, high specificity is required to maintain a low total false positive rate because the prevalence of interchange is low. In this study, we propose and evaluate an improved algorithm for automatic detection and classification of ECG cable interchange. The algorithm was developed by using both ECG morphology information and redundancy information. ECG morphology features included QRS-T and P-wave amplitude, frontal axis and clockwise vector loop rotation. The redundancy features were derived based on the EASI™ lead system transformation. The classification was implemented using linear support vector machine. The development database came from multiple sources including both normal subjects and cardiac patients. An independent database was used to test the algorithm performance. Common cable interchanges were simulated by swapping either limb cables or precordial cables. For the whole validation database, the overall sensitivity and specificity for detecting precordial cable interchange were 56.5% and 99.9%, and the sensitivity and specificity for detecting limb cable interchange (excluding left arm-left leg interchange) were 93.8% and 99.9%. Defining precordial cable interchange or limb cable interchange as a single positive event, the total false positive rate was 0.7%. When the algorithm was designed for higher sensitivity, the sensitivity for detecting precordial cable interchange increased to 74.6% and the total false positive rate increased to 2.7%, while the sensitivity for detecting limb cable interchange was maintained at 93.8%. The low total false positive rate was maintained at 0.6% for the more abnormal subset of the validation database including only hypertrophy and infarction patients. The proposed algorithm can detect and classify ECG cable interchanges with high specificity and low total false positive rate, at the cost of decreased sensitivity for

  2. Functional, morphological and electrocardiographical abnormalities in patients with apical hypertrophic cardiomyopathy and apical aneurysm: correlation with cardiac MR

    PubMed Central

    Suwa, Kenichiro; Satoh, Hiroshi; Sano, Makoto; Nobuhara, Mamoru; Saitoh, Takeji; Saotome, Masao; Urushida, Tsuyoshi; Katoh, Hideki; Tawarahara, Kei; Ohtani, Hayato; Wakabayashi, Yasushi; Takase, Hiroyuki; Terada, Hajime; Takehara, Yasuo; Sakahara, Harumi; Hayashi, Hideharu

    2014-01-01

    Objective The prognosis of apical hypertrophic cardiomyopathy (APH) has been benign, but apical myocardial injury has prognostic importance. We studied functional, morphological and electrocardiographical abnormalities in patients with APH and with apical aneurysm and sought to find parameters that relate to apical myocardial injury. Methods Study design: a multicentre trans-sectional study. Patients: 45 patients with APH and 5 with apical aneurysm diagnosed with transthoracic echocardiography (TTE) in the database of Hamamatsu Circulation Forum. Measure: the apical contraction with cine-cardiac MR (CMR), the myocardial fibrotic scar with late gadolinium enhancement (LGE)-CMR, and QRS fragmentation (fQRS) defined when two ECG-leads exhibited RSR’s patterns. Results Cine-CMR revealed 27 patients with normal, 12 with hypokinetic and 11 with dyskinetic apical contraction. TTE misdiagnosed 11 (48%) patients with hypokinetic and dyskinetic contraction as those with normal contraction. Apical LGE was apparent in 10 (83%) and 11 (100%) patients with hypokinetic and dyskinetic contraction, whereas only in 11 patients (41%) with normal contraction (p<0.01). Patients with dyskinetic apical contraction had the lowest left ventricular ejection fraction, the highest prevalence of ventricular tachycardia, and the smallest ST depression and depth of negative T waves. The presence of fQRS was associated with impaired apical contraction and apical LGE (OR=8.32 and 8.61, p<0.05). Conclusions CMR is superior to TTE for analysing abnormalities of the apex in patients with APH and with apical aneurysm. The presence of fQRS can be a promising parameter for the early detection of apical myocardial injury. PMID:25332823

  3. Data-based reconstruction of complex geospatial networks, nodal positioning and detection of hidden nodes

    PubMed Central

    Su, Ri-Qi; Wang, Wen-Xu; Wang, Xiao; Lai, Ying-Cheng

    2016-01-01

    Given a complex geospatial network with nodes distributed in a two-dimensional region of physical space, can the locations of the nodes be determined and their connection patterns be uncovered based solely on data? We consider the realistic situation where time series/signals can be collected from a single location. A key challenge is that the signals collected are necessarily time delayed, due to the varying physical distances from the nodes to the data collection centre. To meet this challenge, we develop a compressive-sensing-based approach enabling reconstruction of the full topology of the underlying geospatial network and more importantly, accurate estimate of the time delays. A standard triangularization algorithm can then be employed to find the physical locations of the nodes in the network. We further demonstrate successful detection of a hidden node (or a hidden source or threat), from which no signal can be obtained, through accurate detection of all its neighbouring nodes. As a geospatial network has the feature that a node tends to connect with geophysically nearby nodes, the localized region that contains the hidden node can be identified. PMID:26909187

  4. Complexation as an approach to entrap cationic drugs into cationic nanoparticles administered intranasally for Alzheimer's disease management: preparation and detection in rat brain.

    PubMed

    Hanafy, Amira S; Farid, Ragwa M; ElGamal, Safaa S

    2015-01-01

    Complexation was investigated as an approach to enhance the entrapment of the cationic neurotherapeutic drug, galantamine hydrobromide (GH) into cationic chitosan nanoparticles (CS-NPs) for Alzheimer's disease management intranasally. Biodegradable CS-NPs were selected due to their low production cost and simple preparation. The effects of complexation on CS-NPs physicochemical properties and uptake in rat brain were examined. Placebo CS-NPs were prepared by ionic gelation, and the parameters affecting their physicochemical properties were screened. The complex formed between GH and chitosan was detected by the FT-IR study. GH/chitosan complex nanoparticles (GH-CX-NPs) were prepared by ionic gelation, and characterized in terms of particle size, zeta potential, entrapment efficiency, in vitro release and stability for 4 and 25 °C for 3 months. Both placebo CS-NPs and GH-CX-NPs were visualized by transmission electron microscopy. Rhodamine-labeled GH-CX-NPs were prepared, administered to male Wistar rats intranasally, and their delivery to different brain regions was detected 1 h after administration using fluorescence microscopy and software-aided image processing. Optimized placebo CS-NPs and GH-CX-NPs had a diameter 182 and 190 nm, and a zeta potential of +40.4 and +31.6 mV, respectively. GH encapsulation efficiency and loading capacity were 23.34 and 9.86%, respectively. GH/chitosan complexation prolonged GH release (58.07% ± 6.67 after 72 h), improved formulation stability at 4 °C in terms of drug leakage and particle size, and showed insignificant effects on the physicochemical properties of the optimized placebo CS-NPs (p > 0.05). Rhodamine-labeled GH-CX-NPs were detected in the olfactory bulb, hippocampus, orbitofrontal and parietal cortices. Complexation is a promising approach to enhance the entrapment of cationic GH into the CS-NPs. It has insignificant effect on the physicochemical properties of CS-NPs. GH-CX-NPs were successfully

  5. Modulation of in vivo distribution through chelator: Synthesis and evaluation of a 2-nitroimidazole-dipicolylamine-(99m)Tc(CO)3 complex for detecting tumor hypoxia.

    PubMed

    Mallia, Madhava B; Mittal, Sweety; Sarma, Haladhar D; Banerjee, Sharmila

    2016-01-01

    Previous studies have clearly demonstrated strong correlation between in vivo distribution and blood clearance of radiopharmaceuticals for the detection of hypoxia. Present study describes an attempt to improve the in vivo distribution of a previously reported 2-nitroimidazole-(99m)Tc(CO)3 complex by tuning its blood clearance pattern through structural modification of the ligand. Herein, a 2-nitroimidazole-dipicolylamine ligand (2-nitroimidazole-DPA) was synthesized in a two-step procedure and radiolabeled with (99m)Tc(CO)3 core. Subsequently, the complex was evaluated in Swiss mice bearing fibrosarcoma tumor. As intended by its design, 2-nitroimidazole-DPA-(99m)Tc(CO)3 complex was more lipophilic than previously reported 2-nitroimidazole-DETA-(99m)Tc(CO)3 complex (DETA-diethylenetriamine) and showed slower blood clearance. Consequently it showed higher tumor uptake than 2-nitroimidazole-DETA-(99m)Tc(CO)3 complex. Significantly, despite structural modifications, other parameters such as the tumor to blood ratio and tumor to muscle ratio of the 2-nitroimidazole-DPA-(99m)Tc(CO)3 complex remained comparable to that of 2-nitroimidazole-DETA-(99m)Tc(CO)3 complex. Present study demonstrates the feasibility of structural modifications for improving in vivo tumor uptake of hypoxia detecting radiopharmaceuticals. This might encourage researchers to improve suboptimal properties of a potential radiopharmaceuticals rather than ignoring it altogether. Copyright © 2015 Elsevier Ltd. All rights reserved.

  6. The power to detect linkage in complex disease by means of simple LOD-score analyses.

    PubMed Central

    Greenberg, D A; Abreu, P; Hodge, S E

    1998-01-01

    Maximum-likelihood analysis (via LOD score) provides the most powerful method for finding linkage when the mode of inheritance (MOI) is known. However, because one must assume an MOI, the application of LOD-score analysis to complex disease has been questioned. Although it is known that one can legitimately maximize the maximum LOD score with respect to genetic parameters, this approach raises three concerns: (1) multiple testing, (2) effect on power to detect linkage, and (3) adequacy of the approximate MOI for the true MOI. We evaluated the power of LOD scores to detect linkage when the true MOI was complex but a LOD score analysis assumed simple models. We simulated data from 14 different genetic models, including dominant and recessive at high (80%) and low (20%) penetrances, intermediate models, and several additive two-locus models. We calculated LOD scores by assuming two simple models, dominant and recessive, each with 50% penetrance, then took the higher of the two LOD scores as the raw test statistic and corrected for multiple tests. We call this test statistic "MMLS-C." We found that the ELODs for MMLS-C are >=80% of the ELOD under the true model when the ELOD for the true model is >=3. Similarly, the power to reach a given LOD score was usually >=80% that of the true model, when the power under the true model was >=60%. These results underscore that a critical factor in LOD-score analysis is the MOI at the linked locus, not that of the disease or trait per se. Thus, a limited set of simple genetic models in LOD-score analysis can work well in testing for linkage. PMID:9718328

  7. The power to detect linkage in complex disease by means of simple LOD-score analyses.

    PubMed

    Greenberg, D A; Abreu, P; Hodge, S E

    1998-09-01

    Maximum-likelihood analysis (via LOD score) provides the most powerful method for finding linkage when the mode of inheritance (MOI) is known. However, because one must assume an MOI, the application of LOD-score analysis to complex disease has been questioned. Although it is known that one can legitimately maximize the maximum LOD score with respect to genetic parameters, this approach raises three concerns: (1) multiple testing, (2) effect on power to detect linkage, and (3) adequacy of the approximate MOI for the true MOI. We evaluated the power of LOD scores to detect linkage when the true MOI was complex but a LOD score analysis assumed simple models. We simulated data from 14 different genetic models, including dominant and recessive at high (80%) and low (20%) penetrances, intermediate models, and several additive two-locus models. We calculated LOD scores by assuming two simple models, dominant and recessive, each with 50% penetrance, then took the higher of the two LOD scores as the raw test statistic and corrected for multiple tests. We call this test statistic "MMLS-C." We found that the ELODs for MMLS-C are >=80% of the ELOD under the true model when the ELOD for the true model is >=3. Similarly, the power to reach a given LOD score was usually >=80% that of the true model, when the power under the true model was >=60%. These results underscore that a critical factor in LOD-score analysis is the MOI at the linked locus, not that of the disease or trait per se. Thus, a limited set of simple genetic models in LOD-score analysis can work well in testing for linkage.

  8. Rapid and visual detection of Mycobacterium tuberculosis complex using recombinase polymerase amplification combined with lateral flow strips.

    PubMed

    Ma, Qinglin; Liu, Houming; Ye, Feidi; Xiang, Guangxin; Shan, Wanshui; Xing, Wanli

    2017-12-01

    To definitively diagnose active pulmonary Tuberculosis (TB), Mycobacterium tuberculosis complex (MTBC) bacilli must be identified within clinical specimens from patients. In this study, we introduced a rapid and visual detection method of MTBC using recombinase polymerase amplification (RPA) combined with lateral flow (LF) strips. The LF-RPA assay, read results with naked eyes, could detect as few as 5 genome copies of M. tuberculosis H37Rv (ATCC 27294) per reaction and had no cross-reactions with other control bacteria even using excessive amount of template DNA. The system could work well at a broad range of temperature 25-45 °C and reach detectable level even within 5 min. When testing a total of 137 clinical specimens, the sensitivity and specificity of the LF-RPA assay were 100% (95% CI: 95.94%-100%) and 97.92% (95% CI: 88.93%-99.95%), respectively, compared to culture identification method. Therefore, the LF-RPA system we have demonstrated is a rapid, simple, robust method for MTBC detection which, subject to the availability of a suitable sample extraction method, has the potentiality to diagnose TB at the point-of-care testing. Copyright © 2017 Elsevier Ltd. All rights reserved.

  9. Performance characteristics of the new Abbott Real Time MTB assay for detection of Mycobacterium tuberculosis complex in respiratory specimens.

    PubMed

    Vinuesa, Víctor; Navarro, David; Poujois, Sandrine; Zaragoza, Susana; Borrás, Rafael

    2016-03-01

    The performance of the Abbott Real Time MTB assay for detection of Mycobacterium tuberculosis complex in respiratory specimens was evaluated using a standard culture as the reference. The overall concordance between both methods was 0.95. The assay displayed an excellent sensitivity (100% for smear-positive/92.3% for smear-negative specimens) and specificity (100%). Copyright © 2015 Elsevier Inc. All rights reserved.

  10. Habitat complexity and fish size affect the detection of Indo-Pacific lionfish on invaded coral reefs

    NASA Astrophysics Data System (ADS)

    Green, S. J.; Tamburello, N.; Miller, S. E.; Akins, J. L.; Côté, I. M.

    2013-06-01

    A standard approach to improving the accuracy of reef fish population estimates derived from underwater visual censuses (UVCs) is the application of species-specific correction factors, which assumes that a species' detectability is constant under all conditions. To test this assumption, we quantified detection rates for invasive Indo-Pacific lionfish ( Pterois volitans and P. miles), which are now a primary threat to coral reef conservation throughout the Caribbean. Estimates of lionfish population density and distribution, which are essential for managing the invasion, are currently obtained through standard UVCs. Using two conventional UVC methods, the belt transect and stationary visual census (SVC), we assessed how lionfish detection rates vary with lionfish body size and habitat complexity (measured as rugosity) on invaded continuous and patch reefs off Cape Eleuthera, the Bahamas. Belt transect and SVC surveys performed equally poorly, with both methods failing to detect the presence of lionfish in >50 % of surveys where thorough, lionfish-focussed searches yielded one or more individuals. Conventional methods underestimated lionfish biomass by ~200 %. Crucially, detection rate varied significantly with both lionfish size and reef rugosity, indicating that the application of a single correction factor across habitats and stages of invasion is unlikely to accurately characterize local populations. Applying variable correction factors that account for site-specific lionfish size and rugosity to conventional survey data increased estimates of lionfish biomass, but these remained significantly lower than actual biomass. To increase the accuracy and reliability of estimates of lionfish density and distribution, monitoring programs should use detailed area searches rather than standard visual survey methods. Our study highlights the importance of accounting for sources of spatial and temporal variation in detection to increase the accuracy of survey data from

  11. A correlation analysis-based detection and delineation of ECG characteristic events using template waveforms extracted by ensemble averaging of clustered heart cycles.

    PubMed

    Homaeinezhad, M R; Erfanianmoshiri-Nejad, M; Naseri, H

    2014-01-01

    The goal of this study is to introduce a simple, standard and safe procedure to detect and to delineate P and T waves of the electrocardiogram (ECG) signal in real conditions. The proposed method consists of four major steps: (1) a secure QRS detection and delineation algorithm, (2) a pattern recognition algorithm designed for distinguishing various ECG clusters which take place between consecutive R-waves, (3) extracting template of the dominant events of each cluster waveform and (4) application of the correlation analysis in order to delineate automatically the P- and T-waves in noisy conditions. The performance characteristics of the proposed P and T detection-delineation algorithm are evaluated versus various ECG signals whose qualities are altered from the best to the worst cases based on the random-walk noise theory. Also, the method is applied to the MIT-BIH Arrhythmia and the QT databases for comparing some parts of its performance characteristics with a number of P and T detection-delineation algorithms. The conducted evaluations indicate that in a signal with low quality value of about 0.6, the proposed method detects the P and T events with sensitivity Se=85% and positive predictive value of P+=89%, respectively. In addition, at the same quality, the average delineation errors associated with those ECG events are 45 and 63ms, respectively. Stable delineation error, high detection accuracy and high noise tolerance were the most important aspects considered during development of the proposed method. © 2013 Elsevier Ltd. All rights reserved.

  12. Issues for the Next Decade of Quality Rating and Improvement Systems. Issue Brief. Publication #2009-14

    ERIC Educational Resources Information Center

    Tout, Kathryn; Zaslow, Martha; Halle, Tamara; Forry, Nicole

    2009-01-01

    Since the first child care Quality Rating System (QRS) was implemented in Oklahoma 11 years ago (in 1998), 16 additional statewide systems have been launched and numerous states are piloting or developing a QRS (Zaslow, Tout, & Martinez-Beck, forthcoming). As QRS stakeholders across the nation look ahead to the next decade, it is important to take…

  13. Accuracy of ECG indices for diagnosis of left ventricular hypertrophy in people >65 years: results from the ActiFE study.

    PubMed

    Laszlo, Roman; Kunz, Katia; Dallmeier, Dhayana; Klenk, Jochen; Denkinger, Michael; Koenig, Wolfgang; Rothenbacher, Dietrich; Steinacker, Juergen Michael

    2017-10-01

    The detection of left ventricular hypertrophy (LVH) is still a common objective of electrocardiography (ECG) in clinical practice. The aim of our study was to evaluate the accuracy of LVH ECG indices in people older than 65 recruited from a population-based cohort (ActiFE-Ulm study). In 432 subjects (mean age 76.2 ± 5.5 years, 51% male), left ventricular mass was echocardiographically determined (Devereux formula) and indexed (LVMI) to body surface area. Several LVH ECG indices (Lewis voltage, Gubner-Ungerleider voltage, Sokolow-Lyon voltage/product, Cornell voltage/product) were calculated with the help of resting ECG data and compared with the echocardiographic assessment. Despite echocardiographic signs of LVH [LVMI > 115 (♂) or >95 g/m 2 (♀)] in 47.5% of all subjects, diagnostic performance of all ECG indices was generally low. Magnitude of all LVH-indices was mainly predicted by frontal QRS axis in multivariate linear regression analysis. In comparison with the literature data from younger subjects, average frontal QRS axis turned counterclockwise. Most probably, age-related counterclockwise turn of frontal QRS axis is mainly explanatory for the decreased magnitude of LVH ECG indices and consecutive worse diagnostic performance of these indices in the elderly. ECG indices for detection of LVH have insufficient predictive values in geriatric subjects and should therefore not be used clinically for this purpose. Nevertheless, due to its established relevancy in cardiac risk stratification in this age group, usage of some established ECG indices might keep its significance even in the age of modern cardiac imaging.

  14. Fetal Heart Rate Monitoring Using Maternal Abdominal Surface Electrodes in Third Trimester: Can We Obtain Additional Information Other than CTG Trace?

    PubMed

    Fuchs, Tomasz; Grobelak, Krzysztof; Pomorski, Michał; Zimmer, Mariusz

    2016-01-01

    Cardiotocography (CTG) is the most widely used procedure despite its low specificity for fetal acidosis and poor perinatal outcome. Fetal electrocardiography (fECG) with transabdominal electrodes is a new, non-invasive and promising method with greater potential for detecting impairment of fetal circulation. This study is the first that attempts to assess the usefulness of fECG in comparison to CTG during antepartum period. To determine if a single fECG examination along with CTG tracing and Doppler flow measurement in the fetal vessels has any additional clinical value in normal and intrauterine growth restricted (IUGR) fetuses. The study included 93 pregnancies with IUGR, 37 pregnancies with IUGR and brain sparing effect, and 324 healthy pregnant women. The T/QRS ratio, cerebro-placental ratio (CRP), and CTG tracings were analyzed. One-way analysis of variance and Spearman's rank correlation coefficient were applied. The relationship between results of the T/QRS ratio and CTG examination among the study groups was analyzed. The highest average mean value of the T/QRS ratio was recorded in the IUGR group with a normal CPR and a pathologic CTG (0.235 ± 0.014). The highest average maximum values were observed in the groups of IUGR pregnancies with a reduced CPR with normal (0.309 ± 0.100), suspicious (0.330 ± 0.102) and pathologic (0.319 ± 0.056) CTGs. Analysis of variance revealed differences between study groups regarding maximum values and the difference between maximum and minimal values of T/QRS. Correlations between groups were insignificant. Higher values of T/QRS ratio in IUGR pregnancies with normal and reduced CPR than in control group regardless of the result of CTG examination may indicate minimal worsening of intrauterine fetal well-being in growth retarded fetuses. No relationship between fECG examination and CTG tracings suggests that a single fECG does not provide any additional clinically significant information determining the condition of the

  15. Usefulness of Derived Frank Lead Parameters in Screening for Coronary Artery Disease and Cardiomyopathy

    NASA Technical Reports Server (NTRS)

    DePalma, J. L.; Schlegel, T. T.; Arenare, B.; Greco, E. C.; Starc, V.; Rahman, M. A.; Delgado, R.

    2007-01-01

    We investigated the accuracy of several known as well as newly-introduced derived Frank-lead ECG parameters in differentiating healthy individuals from patients with obstructive coronary artery disease (CAD) and cardiomyopathy (CM). Advanced high-fidelity 12-lead ECG tests (approx. 5-min supine) were first performed on a "training set" of 99 individuals: 33 with ischemic or dilated CM and low ejection fraction (EF less than 40%); 33 with catheterization-proven obstructive CAD but normal EF; and 33 age-/gender-matched healthy controls. The following derived Frank lead parameters were studied for their accuracy in detecting CAD and CM: the spatial ventricular gradient (VG), including its beat-to-beat coefficient of variability (VG CV); the spatial mean QRS (SM-QRS) and T-waves (SM-T) and their beat-to-beat coefficients of variability; the spatial ventricular activation time (VAT); the mean and maximum spatial QRS-T angles; and standard late potentials parameters (RMS40, fQRSD and LAS). Several of these parameters were accurate in discriminating between the control group and both diseased groups at p less than 0.0001. For example the fQRSD, VG CV, mean spatial QRS-T angle and VG minus SM-QRS (which is similar to the SM-T) had retrospective areas under the ROC curve of 0.78, 0.78, 0.80, and 0.84 (CAD vs. controls) and 0.93, 0.88, 0.98 and 0.99 (CM vs. controls), respectively. The single most effective parameter in discriminating between the CAD and CM groups was the spatial VAT (44 plus or minus 5.8 vs. 53 plus or minus 9.9 ms, p less than 0.0001), with an area under the ROC curve of 0.80. Since subsequent prospective analyses using new groups of patients and healthy subjects have yielded only slightly less accurate results, we conclude that derived Frank-lead parameters show great promise for potentially contributing to the development of a rapid and inexpensive resting ECG-based screening test for heart disease.

  16. Cd(II)-terpyridine-based complex as a ratiometric fluorescent probe for pyrophosphate detection in solution and as an imaging agent in living cells.

    PubMed

    Jiao, Shu-Yan; Li, Kun; Zhang, Wei; Liu, Yan-Hong; Huang, Zeng; Yu, Xiao-Qi

    2015-01-21

    The terpyridine anthracene ligand was synthesized and characterized. is a ratiometric fluorescent probe for Cd(2+) with a recognition mechanism based on intramolecular charge transfer (ICT). An complex was isolated, and its structure was established using single-crystal XRD. The complex was able to serve as a novel reversible chemosensing ensemble to allow ratiometric response to pyrophosphate (PPi) in aqueous media. Moreover, the fluorescence imaging in living cells from these two emission channels suggested that was a ratiometric probe for Cd(2+), and the in situ generated complex was also a ratiometric ensemble for PPi detection in living cells.

  17. Autonomous acoustic recorders reveal complex patterns in avian detection probability

    USGS Publications Warehouse

    Thompson, Sarah J.; Handel, Colleen M.; McNew, Lance B.

    2017-01-01

    Avian point‐count surveys are typically designed to occur during periods when birds are consistently active and singing, but seasonal and diurnal patterns of detection probability are often not well understood and may vary regionally or between years. We deployed autonomous acoustic recorders to assess how avian availability for detection (i.e., the probability that a bird signals its presence during a recording) varied during the breeding season with time of day, date, and weather‐related variables at multiple subarctic tundra sites in Alaska, USA, 2013–2014. A single observer processed 2,692 10‐minute recordings across 11 site‐years. We used time‐removal methods to assess availability and used generalized additive models to examine patterns of detectability (joint probability of presence, availability, and detection) for 16 common species. Despite lack of distinct dawn or dusk, most species displayed circadian vocalization patterns, with detection rates generally peaking between 0800 hours and 1200 hours but remaining high as late as 2000 hours for some species. Between 2200 hours and 0500 hours, most species’ detection rates dropped to near 0, signaling a distinctive rest period. Detectability dropped sharply for most species in early July. For all species considered, time‐removal analysis indicated nearly 100% likelihood of detection during a 10‐minute recording conducted in June, between 0500 hours and 2000 hours. This indicates that non‐detections during appropriate survey times and dates were attributable to the species’ absence or that silent birds were unlikely to initiate singing during a 10‐minute interval, whereas vocally active birds were singing very frequently. Systematic recordings revealed a gradient of species’ presence at each site, from ubiquitous to incidental. Although the total number of species detected at a site ranged from 16 to 27, we detected only 4 to 15 species on ≥5% of the site's recordings. Recordings

  18. Failure of BACTEC™ MGIT 960™ to detect Mycobacterium tuberculosis complex within a 42-day incubation period.

    PubMed

    Mahomed, Sharana; Dlamini-Mvelase, Nomonde R; Dlamini, Moses; Mlisana, Koleka

    2017-01-01

    For the optimal recovery of Mycobacterium tuberculosis from the BACTEC™ Mycobacterium Growth Indicator Tube 960™ system, an incubation period of 42-56 days is recommended by the manufacturer. Due to logistical reasons, it is common practice to follow an incubation period of 42 days. We undertook a retrospective study to document positive Mycobacterium Growth Indicator Tube cultures beyond the 42-day incubation period. In total, 98/110 (89%) were positive for M. tuberculosis complex. This alerted us to M. tuberculosis growth detection failure at 42 days.

  19. The reliability, accuracy and minimal detectable difference of a multi-segment kinematic model of the foot-shoe complex.

    PubMed

    Bishop, Chris; Paul, Gunther; Thewlis, Dominic

    2013-04-01

    Kinematic models are commonly used to quantify foot and ankle kinematics, yet no marker sets or models have been proven reliable or accurate when wearing shoes. Further, the minimal detectable difference of a developed model is often not reported. We present a kinematic model that is reliable, accurate and sensitive to describe the kinematics of the foot-shoe complex and lower leg during walking gait. In order to achieve this, a new marker set was established, consisting of 25 markers applied on the shoe and skin surface, which informed a four segment kinematic model of the foot-shoe complex and lower leg. Three independent experiments were conducted to determine the reliability, accuracy and minimal detectable difference of the marker set and model. Inter-rater reliability of marker placement on the shoe was proven to be good to excellent (ICC=0.75-0.98) indicating that markers could be applied reliably between raters. Intra-rater reliability was better for the experienced rater (ICC=0.68-0.99) than the inexperienced rater (ICC=0.38-0.97). The accuracy of marker placement along each axis was <6.7 mm for all markers studied. Minimal detectable difference (MDD90) thresholds were defined for each joint; tibiocalcaneal joint--MDD90=2.17-9.36°, tarsometatarsal joint--MDD90=1.03-9.29° and the metatarsophalangeal joint--MDD90=1.75-9.12°. These thresholds proposed are specific for the description of shod motion, and can be used in future research designed at comparing between different footwear. Copyright © 2012 Elsevier B.V. All rights reserved.

  20. Development of sensitive and selective food sensors using new Re(I)-Pt(II) bimetallic complexes to detect volatile biogenic sulfides formed by meat spoilage.

    PubMed

    Chow, Cheuk-Fai; Ho, Pui-Yu; Sun, Dong; Lu, Yu-Jing; Wong, Wing-Leung; Tang, Qian; Gong, Cheng-Bin

    2017-02-01

    Detection of volatile biogenic sulfides (VBS) plays a crucial role in food safety because the amounts of these compounds can reflect the freshness of meat. A new indicator-displacement assay with Re(I)-Pt(II) complexes, [Re(Lig)(CO)3(bridge)]-[Pt(DMSO)(Cl)2] (1: Lig=5-phenyl-1,10-phenanthroline and bridge=NCS(-); 2: Lig=5-phenyl-1,10-phenanthroline and bridge=CN(-); 3: Lig=2,2'-biquinoline and bridge=NCS(-)), was demonstrated to be a very effective sensing method to VBS. The results indicated that the control of Re(I)-bridge-Pt(II) and Re(I)-ligand combination are able to regulate their sensing selectivity and sensitivity. This system was successfully applied to detect CH3SCH3 in real rotten pork with a linear luminometric response up to 20.0mgkg(-1) (R=0.997) with the detection limit as 0.05 mgkg(-1). Complex 1 also gave comparable results on the detection of VBS with respect to those determined by GCMS with recovery range from 76% to 102% (RSD%=13.8). Copyright © 2016 Elsevier Ltd. All rights reserved.

  1. Electronic and optical properties of HEMT heterostructures with δ-Si doped GaAs/AlGaAs quantum rings — quantum well system

    NASA Astrophysics Data System (ADS)

    Sibirmovsky, Y. D.; Vasil'evskii, I. S.; Vinichenko, A. N.; Zhigunov, D. M.; Eremin, I. S.; Kolentsova, O. S.; Safonov, D. A.; Kargin, N. I.

    2017-11-01

    Samples of δ-Si doped AlGaAs/GaAs/AlGaAs HEMT heterostructures with GaAs quantum rings (QRs) on top of the quantum well (QW) were grown by molecular beam epitaxy and their properties were compared to the reference samples without QRs. The thickness of the QW was 6 - 10 nm for the samples with QRs and 20 nm for the reference samples. Photoluminescence measurements at low temperatures for all samples show at least two distinct lines in addition to the bulk GaAs line. The Hall effect and low temperature magnetotransport measurements at 4 - 320 K show that conductivity with and without illumination decreases significantly with QRs introduction, however the relative photoconductivity increases. Samples with 6 nm QW are insulating, which could be caused by the strong localization of the charge carriers in the QRs.

  2. ERP Correlates of Pitch Error Detection in Complex Tone and Voice Auditory Feedback with Missing Fundamental

    PubMed Central

    Behroozmand, Roozbeh; Korzyukov, Oleg; Larson, Charles R.

    2012-01-01

    Previous studies have shown that the pitch of a sound is perceived in the absence of its fundamental frequency (F0), suggesting that a distinct mechanism may resolve pitch based on a pattern that exists between harmonic frequencies. The present study investigated whether such a mechanism is active during voice pitch control. ERPs were recorded in response to +200 cents pitch shifts in the auditory feedback of self-vocalizations and complex tones with and without the F0. The absence of the fundamental induced no difference in ERP latencies. However, a right-hemisphere difference was found in the N1 amplitudes with larger responses to complex tones that included the fundamental compared to when it was missing. The P1 and N1 latencies were shorter in the left hemisphere, and the N1 and P2 amplitudes were larger bilaterally for pitch shifts in voice and complex tones compared with pure tones. These findings suggest hemispheric differences in neural encoding of pitch in sounds with missing fundamental. Data from the present study suggest that the right cortical auditory areas, thought to be specialized for spectral processing, may utilize different mechanisms to resolve pitch in sounds with missing fundamental. The left hemisphere seems to perform faster processing to resolve pitch based on the rate of temporal variations in complex sounds compared with pure tones. These effects indicate that the differential neural processing of pitch in the left and right hemispheres may enable the audio-vocal system to detect temporal and spectral variations in the auditory feedback for vocal pitch control. PMID:22386045

  3. A Waterborne Outbreak and Detection of Cryptosporidium Oocysts in Drinking Water of an Older High-Rise Apartment Complex in Seoul

    PubMed Central

    Yang, Jin-Young; Lee, Eun-Sook; Kim, Se-Chul; Cha, So-Yang; Kim, Sung-Tek; Lee, Man-Ho; Han, Sun-Hee; Park, Young-Sang

    2013-01-01

    From May to June 2012, a waterborne outbreak of 124 cases of cryptosporidiosis occurred in the plumbing systems of an older high-rise apartment complex in Seoul, Republic of Korea. The residents of this apartment complex had symptoms of watery diarrhea and vomiting. Tap water samples in the apartment complex and its adjacent buildings were collected and tested for 57 parameters under the Korean Drinking Water Standards and for additional 11 microbiological parameters. The microbiological parameters included total colony counts, Clostridium perfringens, Enterococcus, fecal streptococcus, Salmonella, Shigella, Pseudomonas aeruginosa, Cryptosporidium oocysts, Giardia cysts, total culturable viruses, and Norovirus. While the tap water samples of the adjacent buildings complied with the Korean Drinking Water Standards for all parameters, fecal bacteria and Cryptosporidium oocysts were detected in the tap water samples of the outbreak apartment complex. It turned out that the agent of the disease was Cryptosporidium parvum. The drinking water was polluted with sewage from a septic tank in the apartment complex. To remove C. parvum oocysts, we conducted physical processes of cleaning the water storage tanks, flushing the indoor pipes, and replacing old pipes with new ones. Finally we restored the clean drinking water to the apartment complex after identification of no oocysts. PMID:24039290

  4. A waterborne outbreak and detection of cryptosporidium oocysts in drinking water of an older high-rise apartment complex in seoul.

    PubMed

    Cho, Eun-Joo; Yang, Jin-Young; Lee, Eun-Sook; Kim, Se-Chul; Cha, So-Yang; Kim, Sung-Tek; Lee, Man-Ho; Han, Sun-Hee; Park, Young-Sang

    2013-08-01

    From May to June 2012, a waterborne outbreak of 124 cases of cryptosporidiosis occurred in the plumbing systems of an older high-rise apartment complex in Seoul, Republic of Korea. The residents of this apartment complex had symptoms of watery diarrhea and vomiting. Tap water samples in the apartment complex and its adjacent buildings were collected and tested for 57 parameters under the Korean Drinking Water Standards and for additional 11 microbiological parameters. The microbiological parameters included total colony counts, Clostridium perfringens, Enterococcus, fecal streptococcus, Salmonella, Shigella, Pseudomonas aeruginosa, Cryptosporidium oocysts, Giardia cysts, total culturable viruses, and Norovirus. While the tap water samples of the adjacent buildings complied with the Korean Drinking Water Standards for all parameters, fecal bacteria and Cryptosporidium oocysts were detected in the tap water samples of the outbreak apartment complex. It turned out that the agent of the disease was Cryptosporidium parvum. The drinking water was polluted with sewage from a septic tank in the apartment complex. To remove C. parvum oocysts, we conducted physical processes of cleaning the water storage tanks, flushing the indoor pipes, and replacing old pipes with new ones. Finally we restored the clean drinking water to the apartment complex after identification of no oocysts.

  5. Direct detection and characterization of bioinorganic peroxo moieties in a vanadium complex by 17O solid-state NMR and density functional theory.

    PubMed

    Gupta, Rupal; Stringer, John; Struppe, Jochem; Rehder, Dieter; Polenova, Tatyana

    2018-07-01

    Electronic and structural properties of short-lived metal-peroxido complexes, which are key intermediates in many enzymatic reactions, are not fully understood. While detected in various enzymes, their catalytic properties remain elusive because of their transient nature, making them difficult to study spectroscopically. We integrated 17 O solid-state NMR and density functional theory (DFT) to directly detect and characterize the peroxido ligand in a bioinorganic V(V) complex mimicking intermediates non-heme vanadium haloperoxidases. 17 O chemical shift and quadrupolar tensors, measured by solid-state NMR spectroscopy, probe the electronic structure of the peroxido ligand and its interaction with the metal. DFT analysis reveals the unusually large chemical shift anisotropy arising from the metal orbitals contributing towards the magnetic shielding of the ligand. The results illustrate the power of an integrated approach for studies of oxygen centers in enzyme reaction intermediates. Copyright © 2018 Elsevier Inc. All rights reserved.

  6. Development and significance of a fetal electrocardiogram recorded by signal-averaged high-amplification electrocardiography.

    PubMed

    Hayashi, Risa; Nakai, Kenji; Fukushima, Akimune; Itoh, Manabu; Sugiyama, Toru

    2009-03-01

    Although ultrasonic diagnostic imaging and fetal heart monitors have undergone great technological improvements, the development and use of fetal electrocardiograms to evaluate fetal arrhythmias and autonomic nervous activity have not been fully established. We verified the clinical significance of the novel signal-averaged vector-projected high amplification ECG (SAVP-ECG) method in fetuses from 48 gravidas at 32-41 weeks of gestation and in 34 neonates. SAVP-ECGs from fetuses and newborns were recorded using a modified XYZ-leads system. Once noise and maternal QRS waves were removed, the P, QRS, and T wave intervals were measured from the signal-averaged fetal ECGs. We also compared fetal and neonatal heart rates (HRs), coefficients of variation of heart rate variability (CV) as a parasympathetic nervous activity, and the ratio of low to high frequency (LF/HF ratio) as a sympathetic nervous activity. The rate of detection of a fetal ECG by SAVP-ECG was 72.9%, and the fetal and neonatal QRS and QTc intervals were not significantly different. The neonatal CVs and LF/HF ratios were significantly increased compared with those in the fetus. In conclusion, we have developed a fetal ECG recording method using the SAVP-ECG system, which we used to evaluate autonomic nervous system development.

  7. Genome-wide detection of intervals of genetic heterogeneity associated with complex traits

    PubMed Central

    Llinares-López, Felipe; Grimm, Dominik G.; Bodenham, Dean A.; Gieraths, Udo; Sugiyama, Mahito; Rowan, Beth; Borgwardt, Karsten

    2015-01-01

    Motivation: Genetic heterogeneity, the fact that several sequence variants give rise to the same phenotype, is a phenomenon that is of the utmost interest in the analysis of complex phenotypes. Current approaches for finding regions in the genome that exhibit genetic heterogeneity suffer from at least one of two shortcomings: (i) they require the definition of an exact interval in the genome that is to be tested for genetic heterogeneity, potentially missing intervals of high relevance, or (ii) they suffer from an enormous multiple hypothesis testing problem due to the large number of potential candidate intervals being tested, which results in either many false positives or a lack of power to detect true intervals. Results: Here, we present an approach that overcomes both problems: it allows one to automatically find all contiguous sequences of single nucleotide polymorphisms in the genome that are jointly associated with the phenotype. It also solves both the inherent computational efficiency problem and the statistical problem of multiple hypothesis testing, which are both caused by the huge number of candidate intervals. We demonstrate on Arabidopsis thaliana genome-wide association study data that our approach can discover regions that exhibit genetic heterogeneity and would be missed by single-locus mapping. Conclusions: Our novel approach can contribute to the genome-wide discovery of intervals that are involved in the genetic heterogeneity underlying complex phenotypes. Availability and implementation: The code can be obtained at: http://www.bsse.ethz.ch/mlcb/research/bioinformatics-and-computational-biology/sis.html. Contact: felipe.llinares@bsse.ethz.ch Supplementary information: Supplementary data are available at Bioinformatics online. PMID:26072488

  8. Nucleic acid detection system and method for detecting influenza

    DOEpatents

    Cai, Hong; Song, Jian

    2015-03-17

    The invention provides a rapid, sensitive and specific nucleic acid detection system which utilizes isothermal nucleic acid amplification in combination with a lateral flow chromatographic device, or DNA dipstick, for DNA-hybridization detection. The system of the invention requires no complex instrumentation or electronic hardware, and provides a low cost nucleic acid detection system suitable for highly sensitive pathogen detection. Hybridization to single-stranded DNA amplification products using the system of the invention provides a sensitive and specific means by which assays can be multiplexed for the detection of multiple target sequences.

  9. Parkinson-dementia complex and development of a new stable isotope dilution assay for BMAA detection in tissue

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Snyder, Laura R.; Cruz-Aguado, Reyniel; Sadilek, Martin

    2009-10-15

    {beta}-Methylamino-L-alanine (BMAA) has been proposed as a global contributor to neurodegenerative diseases, including Parkinson-dementia complex (PDC) of Guam and Alzheimer's disease (AD). The literature on the effects of BMAA is conflicting with some but not all in vitro data supporting a neurotoxic action, and experimental animal data failing to replicate the pattern of neurodegeneration of these human diseases, even at very high exposures. Recently, BMAA has been reported in human brain from individuals afflicted with PDC or AD. Some of the BMAA in human tissue reportedly is freely extractable (free) while some is protein-associated and liberated by techniques that hydrolyzemore » the peptide bond. The latter is especially intriguing since BMAA is a non-proteinogenic amino acid that has no known tRNA. We attempted to replicate these findings with techniques similar to those used by others; despite more than adequate sensitivity, we were unable to detect free BMAA. Recently, using a novel stable isotope dilution assay, we again were unable to detect free or protein-associated BMAA in human cerebrum. Here we review the development of our new assay for tissue detection of BMAA and show that we are able to detect free BMAA in liver but not cerebrum, nor do we detect any protein-associated BMAA in mice fed this amino acid. These studies demonstrate the importance of a sensitive and specific assay for tissue BMAA and seriously challenge the proposal that BMAA is accumulating in human brain.« less

  10. Highly sensitive sandwich immunoassay and immunochromatographic test for the detection of Clostridial epsilon toxin in complex matrices.

    PubMed

    Féraudet-Tarisse, Cécile; Mazuet, Christelle; Pauillac, Serge; Krüger, Maren; Lacroux, Caroline; Popoff, Michel R; Dorner, Brigitte G; Andréoletti, Olivier; Plaisance, Marc; Volland, Hervé; Simon, Stéphanie

    2017-01-01

    Epsilon toxin is one of the four major toxins of Clostridium perfringens. It is the third most potent clostridial toxin after botulinum and tetanus toxins and is thus considered as a potential biological weapon classified as category B by the Centers for Disease Control and Prevention (CDC). In the case of a bioterrorist attack, there will be a need for a rapid, sensitive and specific detection method to monitor food and water contamination by this toxin, and for a simple human diagnostic test. We have produced and characterized five monoclonal antibodies against common epitopes of epsilon toxin and prototoxin. Three of them neutralize the cytotoxic effects of epsilon toxin in vitro. With these antibodies, we have developed highly sensitive tests, overnight and 4-h sandwich enzyme immunoassays and an immunochromatographic test performed in 20 min, reaching detection limits of at least 5 pg/mL (0.15 pM), 30 pg/mL (0.9 pM) and 100 pg/mL (3.5 pM) in buffer, respectively. These tests were also evaluated for detection of epsilon toxin in different matrices: milk and tap water for biological threat detection, serum, stool and intestinal content for human or veterinary diagnostic purposes. Detection limits in these complex matrices were at least 5-fold better than those described in the literature (around 1 to 5 ng/mL), reaching 10 to 300 pg/mL using the enzyme immunoassay and 100 to 2000 pg/mL using the immunochromatographic test.

  11. Highly sensitive sandwich immunoassay and immunochromatographic test for the detection of Clostridial epsilon toxin in complex matrices

    PubMed Central

    Mazuet, Christelle; Pauillac, Serge; Krüger, Maren; Lacroux, Caroline; Popoff, Michel R.; Dorner, Brigitte G.; Andréoletti, Olivier; Plaisance, Marc; Volland, Hervé; Simon, Stéphanie

    2017-01-01

    Epsilon toxin is one of the four major toxins of Clostridium perfringens. It is the third most potent clostridial toxin after botulinum and tetanus toxins and is thus considered as a potential biological weapon classified as category B by the Centers for Disease Control and Prevention (CDC). In the case of a bioterrorist attack, there will be a need for a rapid, sensitive and specific detection method to monitor food and water contamination by this toxin, and for a simple human diagnostic test. We have produced and characterized five monoclonal antibodies against common epitopes of epsilon toxin and prototoxin. Three of them neutralize the cytotoxic effects of epsilon toxin in vitro. With these antibodies, we have developed highly sensitive tests, overnight and 4-h sandwich enzyme immunoassays and an immunochromatographic test performed in 20 min, reaching detection limits of at least 5 pg/mL (0.15 pM), 30 pg/mL (0.9 pM) and 100 pg/mL (3.5 pM) in buffer, respectively. These tests were also evaluated for detection of epsilon toxin in different matrices: milk and tap water for biological threat detection, serum, stool and intestinal content for human or veterinary diagnostic purposes. Detection limits in these complex matrices were at least 5-fold better than those described in the literature (around 1 to 5 ng/mL), reaching 10 to 300 pg/mL using the enzyme immunoassay and 100 to 2000 pg/mL using the immunochromatographic test. PMID:28700661

  12. Echocardiographic evaluation of cardiac dyssynchrony in patients with congestive heart failure.

    PubMed

    Qin, Chuan; Zhang, Li; Zhang, Zi-Ming; Wang, Bin; Ye, Zhou; Wang, Yong; Nanda, Navin C; Xie, Ming-Xing

    2016-06-01

    The present study investigated the application of echocardiography to evaluation of cardiac dyssynchrony in patients with congestive heart failure (CHF). A total of 348 consecutive CHF patients who were admitted for cardiac resynchronization (CRT) and presented with low ejection fraction (EF) and wide QRS duration were enrolled in this study, along with 388 healthy individuals. Dyssynchrony was assessed based on filling time ratio (FT/RR), left ventricular pre-ejection delay (PED), interventricular mechanical delay (IVMD), longitudinal opposing wall delay (LOWD) and radial septal to posterior wall delay (RSPWD). Response to CRT was defined as a ≥15% increase in EF. The results showed that FT/RR was decreased while PED, IVMD, LOWD and RSPWD were increased in the CHF group compared with the control group (P<0.01). In the CHF group, FT/RR was negatively correlated with the QRS duration, LV end-diastolic diameter (LVESd), LV end-diastolic volume (LVEDV) and LV end-systolic volume (LVESV) (P<0.01), but positively with the LVEF (P<0.01). Additionally, PED, IVMD, LOWD and RSPWD were positively correlated with the QRS duration, LVESd, LVEDV and LVESV (P<0.01), but negatively with the LVEF (P<0.01). The CHF group was divided into three subgroups according to the varying degrees of LVEF. FT/RR decreased successively from the LVEF-1 group to the LVEF-2 group to the LVEF-3 group, while the PED, IVMD, LOWD and RSPWD successively increased in the same order (P<0.01). The CHF group was divided into three subgroups according to the varying degrees of QRS duration, and FT/RR decreased successively in a sequence from the QRS-1 group to the QRS-2 group to the QRS-3 group, while the PED, IVMD, LOWD and RSPWD successively increased in the same order (P<0.01). Speckle tracking radial dyssynchrony ≥130 ms was predictive of an EF response in patients in QRS-1 group (78% sensitivity, 83% specificity), those in QRS-2 group (83% sensitivity, 77% specificity) and in QRS-3 group (89

  13. An individual patient meta-analysis of five randomized trials assessing the effects of cardiac resynchronization therapy on morbidity and mortality in patients with symptomatic heart failure.

    PubMed

    Cleland, John G; Abraham, William T; Linde, Cecilia; Gold, Michael R; Young, James B; Claude Daubert, J; Sherfesee, Lou; Wells, George A; Tang, Anthony S L

    2013-12-01

    Cardiac resynchronization therapy (CRT) with or without a defibrillator reduces morbidity and mortality in selected patients with heart failure (HF) but response can be variable. We sought to identify pre-implantation variables that predict the response to CRT in a meta-analysis using individual patient-data. An individual patient meta-analysis of five randomized trials, funded by Medtronic, comparing CRT either with no active device or with a defibrillator was conducted, including the following baseline variables: age, sex, New York Heart Association class, aetiology, QRS morphology, QRS duration, left ventricular ejection fraction (LVEF), and systolic blood pressure. Outcomes were all-cause mortality and first hospitalization for HF or death. Of 3782 patients in sinus rhythm, median (inter-quartile range) age was 66 (58-73) years, QRS duration was 160 (146-176) ms, LVEF was 24 (20-28)%, and 78% had left bundle branch block. A multivariable model suggested that only QRS duration predicted the magnitude of the effect of CRT on outcomes. Further analysis produced estimated hazard ratios for the effect of CRT on all-cause mortality and on the composite of first hospitalization for HF or death that suggested increasing benefit with increasing QRS duration, the 95% confidence bounds excluding 1.0 at ∼140 ms for each endpoint, suggesting a high probability of substantial benefit from CRT when QRS duration exceeds this value. QRS duration is a powerful predictor of the effects of CRT on morbidity and mortality in patients with symptomatic HF and left ventricular systolic dysfunction who are in sinus rhythm. QRS morphology did not provide additional information about clinical response. NCT00170300, NCT00271154, NCT00251251.

  14. Fluorescence "turn on" detection of mercuric ion based on bis(dithiocarbamato)copper(II) complex functionalized carbon nanodots.

    PubMed

    Yuan, Chao; Liu, Bianhua; Liu, Fei; Han, Ming-Yong; Zhang, Zhongping

    2014-01-21

    A new "turn on" fluorescence nanosensor for selective Hg(2+) determination is reported based on bis(dithiocarbamato)copper(II) functionalized carbon nanodots (CuDTC2-CDs). The CuDTC2 complex was conjugated to the prepared amine-coated CDs by the condensation of carbon disulfide onto the nitrogen atoms in the surface amine groups, followed by the coordination of copper(II) to the resulting dithiocarbamate groups (DTC) and finally by the additional coordination of ammonium N-(dithicarbaxy) sarcosine (DTCS) to form the CuDTC2-complexing CDs. The CuDTC2 complex at surface strongly quenched the bright-blue fluorescence of the CDs by a combination of electron transfer and energy transfer mechanism. Hg(2+) could immediately switch on the fluorescence of the CuDTC2-CDs by promptly displacing the Cu(2+) in the CuDTC2 complex and thus shutting down the energy transfer pathway, in which the sensitive limit for Hg(2+) as low as 4 ppb was reached. Moreover, a paper-based sensor has been fabricated by printing the CuDTC2-CDs probe ink on a piece of cellulose acetate paper using a commercial inkjet printer. The fluorescence "turn on" on the paper provided the most conveniently visual detection of aqueous Hg(2+) ions by the observation with naked eye. The very simple and effective strategy reported here facilitates the development of portable and reliable fluorescence nanosensors for the determination of Hg(2+) in real samples.

  15. Detection of Mycobacterium tuberculosis Complex in Paraffin-Embedded Tissues by the New Automated Abbott RealTime MTB Assay.

    PubMed

    Fu, Yung-Chieh; Liao, I-Chuang; Chen, Hung-Mo; Yan, Jing-Jou

    2016-07-01

    The Abbott RealTime MTB assay, launched in June 2014, has been shown to have a competitive performance in the detection of the Mycobacterium tuberculosis (MTB) complex in respiratory specimens. The present study was conducted to investigate the usefulness of the Abbott MTB Realtime assay in the detection of MTB in formalin-fixed paraffin-embedded (FFPE) tissues. A total of 96 FFPE specimens obtained from microbiologically proven MTB cases (N=60) and nontuberculous Mycobacterium cases (N=36) were analyzed. The performance of the Abbott MTB Realtime assay was compared with that of the Roche Cobas TaqMan MTB assay. The overall sensitivity and specificity of the Abbott assay were 63.3% and 97.2%, respectively, compared with 11.7% and 100% for the Cobas assay. The detection rate of the Abbott assay was much higher among 37 acid-fast-positive specimens than among 23 acid-fast-negative specimens (89.3% versus 21.7%, respectively). The detection rate of the assay was higher among 29 resection specimens than among 31 small biopsy specimens (86.2% versus 41.9%, respectively). Our results suggest that the Abbott RealTime MTB assay can be used to differentiate MTB from nontuberculous mycobacterial infections in acid-fast-positive FFPE tissues. © 2016 by the Association of Clinical Scientists, Inc.

  16. Functional characteristics of left ventricular synchronization via right ventricular outflow-tract pacing detected by two-dimensional strain echocardiography.

    PubMed

    Hirayama, Yasutaka; Kawamura, Yuichiro; Sato, Nobuyuki; Saito, Tatsuya; Tanaka, Hideichi; Saijo, Yasuaki; Kikuchi, Kenjiro; Ohori, Katsumi; Hasebe, Naoyuki

    2017-02-01

    Recently, due to the detrimental effects on the ventricular function associated with right ventricular apical (RVA) pacing, right ventricular septal (RVS) pacing has become the preferred pacing method. However, the term RVS pacing refers to both right ventricular outflow-tract (RVOT) and mid-septal (RVMS) pacing, leading to a misinterpretation of the results of clinical studies. The purpose of this study, therefore, was to elucidate the functional differences of RVA, RVOT, and RVMS pacing in patients with atrioventricular block. We compared the QRS duration, global longitudinal strain (GLS), and left ventricular (LV) synchronization parameters at the three pacing sites in 47 patients. The peak systolic strain (PSS) time delay between the earliest and latest segments among the 18 LV segments and standard deviation (SD) of the time to the PSS were also calculated for the 18 LV segments at each pacing site using two-dimensional (2D) strain echocardiography. RVMS pacing was associated with a significantly shorter QRS duration compared with RVA and RVOT pacing (154.4±21.4 vs 186.5±19.9 and 171.1±21.5 ms, P <0.001). In contrast, RVOT pacing revealed a greater GLS (-14.69±4.92 vs -13.12±4.76 and -13.51±4.81%, P <0.001), shorter PSS time delay between the earliest and latest segments (236.0±87.9 vs 271.3±102.9 and 281.9±126.6%, P =0.007), and shorter SD of the time to the PSS (70.8±23.8 vs 82.7±30.8 and 81.5±33.7 ms, P =0.002) compared with RVA and RVMS pacing. These results suggest that the functional characteristics of RVOT pacing may be a more optimal pacing site than RVMS, regardless of the pacing QRS duration, in patients with atrioventricular conduction disorders.

  17. Large size self-assembled quantum rings: quantum size effect and modulation on the surface diffusion.

    PubMed

    Tong, Cunzhu; Yoon, Soon Fatt; Wang, Lijun

    2012-09-24

    We demonstrate experimentally the submicron size self-assembled (SA) GaAs quantum rings (QRs) by quantum size effect (QSE). An ultrathin In0.1 Ga0.9As layer with different thickness is deposited on the GaAs to modulate the surface nucleus diffusion barrier, and then the SA QRs are grown. It is found that the density of QRs is affected significantly by the thickness of inserted In0.1 Ga0.9As, and the diffusion barrier modulation reflects mainly on the first five monolayer . The physical mechanism behind is discussed. The further analysis shows that about 160 meV decrease in diffusion barrier can be achieved, which allows the SA QRs with density of as low as one QR per 6 μm2. Finally, the QRs with diameters of 438 nm and outer diameters of 736 nm are fabricated using QSE.

  18. The Use of Epicardial Electrogram as a Simple Guide to Select the Optimal Site of Left Ventricular Pacing in Cardiac Resynchronization Therapy

    PubMed Central

    Fatemi, Marjaneh; Le Gal, Grégoire; Blanc, Jean-Jacques; Mansourati, Jacques; Etienne, Yves

    2011-01-01

    Cardiac resynchronization therapy (CRT) has been demonstrated to improve symptoms and survival in patients with left ventricular (LV) systolic dysfunction and dyssynchrony. To achieve this goal, the LV lead should be positioned in a region of delayed contraction. We hypothesized that pacing at the site of late electrical activation was also associated with long-term response to CRT. We conducted a retrospective study on 72 CRT patients. For each patient, we determined the electrical delay (ED) from the onset of QRS to the epicardial EGM and the ratio of ED to QRS duration (ED/QRS duration). After a followup of 30 ± 20 months, 47 patients responded to CRT. Responders had a significantly longer ED and greater ratio of ED/QRS duration than nonresponders. An ED/QRS duration ≥0.38 predicted a response to CRT with 89% specificity and 53% sensitivity. PMID:21403903

  19. A Wearable Cardiac Monitor for Long-Term Data Acquisition and Analysis

    PubMed Central

    Winokur, Eric S.; Delano, Maggie K.; Sodini, Charles G.

    2015-01-01

    A low-power wearable ECG monitoring system has been developed entirely from discrete electronic components and a custom PCB. This device removes all loose wires from the system and minimizes the footprint on the user. The monitor consists of five electrodes, which allow a cardiologist to choose from a variety of possible projections. Clinical tests to compare our wearable monitor with a commercial clinical ECG recorder are conducted on ten healthy adults under different ambulatory conditions, with nine of the datasets used for analysis. Data from both monitors were synchronized and annotated with PhysioNet's waveform viewer WAVE (physionet.org) [1]. All gold standard annotations are compared to the results of the WQRS detection algorithm [2] provided by PhysioNet. QRS sensitivity and QRS positive predictability are extracted from both monitors to validate the wearable monitor. PMID:22968205

  20. Experimental phase synchronization detection in non-phase coherent chaotic systems by using the discrete complex wavelet approach

    NASA Astrophysics Data System (ADS)

    Ferreira, Maria Teodora; Follmann, Rosangela; Domingues, Margarete O.; Macau, Elbert E. N.; Kiss, István Z.

    2017-08-01

    Phase synchronization may emerge from mutually interacting non-linear oscillators, even under weak coupling, when phase differences are bounded, while amplitudes remain uncorrelated. However, the detection of this phenomenon can be a challenging problem to tackle. In this work, we apply the Discrete Complex Wavelet Approach (DCWA) for phase assignment, considering signals from coupled chaotic systems and experimental data. The DCWA is based on the Dual-Tree Complex Wavelet Transform (DT-CWT), which is a discrete transformation. Due to its multi-scale properties in the context of phase characterization, it is possible to obtain very good results from scalar time series, even with non-phase-coherent chaotic systems without state space reconstruction or pre-processing. The method correctly predicts the phase synchronization for a chemical experiment with three locally coupled, non-phase-coherent chaotic processes. The impact of different time-scales is demonstrated on the synchronization process that outlines the advantages of DCWA for analysis of experimental data.