| Literature DB >> 35028636 |
Abed Pablo1,2, Andrew N Hoofnagle1,2, Patrick C Mathias1,2.
Abstract
INTRODUCTION: We have developed a set of tools built with open-source software that includes both a database and a visualization component to collect LC-MS/MS data and monitor quality control parameters. DESCRIPTION OF TOOL: To display LC-MS/MS data we built a parsing tool using Python and standard libraries to parse the XML files after each clinical run. The tool parses the necessary information to store a database comprised of three distinct tables. Another component to this toolkit is an interactive data visualization tool that uses the data from the database. There are 5 different visualizations that present the data based on interchangeable parameters. EVALUATION OF TOOL: Using histogram visualization, we assessed how quality control parameters that feed our quality control algorithm, SMACK, which assists to improve the efficiency of data review and results, performed against the collective data. Using the newly identified QC parameter values from the toolkit, we compared the output of the SMACK algorithm; the number of QC flags changed in that there was a 1.7% (31/1944 observations) increase in flags and a 7.1% (138/1944 observations) decrease in presumed false positive flags, increasing the overall performance of SMACK which helped staff focus their time on reviewing more concerning QC failures. DISCUSSION: We have developed a customizable web-based dashboard for instrument performance monitoring for our opiate confirmation LC-MS/MS assay using data collected with each batch. The web-based platform allows users to monitor instrument performance and can encompass other instruments throughout the laboratory. This information can help the laboratory take proactive measures to maintain instruments, ultimately reducing the amount down time needed for maintenance.Entities:
Keywords: Dashboard; Database; GB, Gigabyte; LC-MS/MS, Liquid chromatography tandem mass spectrometry; LLOQ, Lower limit of quantification; MB, Megabyte; Mass spectrometry; Python; QC, Quality control; Quality control; RRT, Relative retention time; Visualization
Year: 2021 PMID: 35028636 PMCID: PMC8739458 DOI: 10.1016/j.jmsacl.2021.12.003
Source DB: PubMed Journal: J Mass Spectrom Adv Clin Lab ISSN: 2667-145X
Database table schema. Three tables, ‘batch’, ‘calibration’, and ‘results’ hold the metadata for each batch that was parsed from the XML file. Each row in each table is assigned a primary key that is unique and acts as a row identifier .
| Table | batch | calibration | results | |||
|---|---|---|---|---|---|---|
| Columns | batch primary key | calibration primary key | Weighting | results primary key | Sample Type | Confirming Ion Area |
| XML file name | XML file name | Slope | XML file name | Compound | Internal Standard ID | |
| Timestamp | Timestamp | R-Squared | LC Batch Name | Compound ID | Internal Standard | |
| Instrument ID | Compound | CC (Continuing Calibration) | Injection Time | Peak Area | IS Peak Area | |
| Number of Samples | Curve Type | Internal Standard ID | Vial | Concentration | IS RT | |
| Origin | Internal Standard | Sample | RT | IS SN | ||
| Sample ID | SN | IS Confirming Ion Area | ||||
Visualization Tool Summary. Each visualization view plots or displays data in a different manner. Each column lists the interchangeable variables to specify separate data analysis views. The summary tables adjust as each variable is changed in the visualization.
| Histogram | Plotted Average | Plotted Batch | Plotted Std-A Signal | Absolute RT vs Monthly Average |
|---|---|---|---|---|
| Instrument | Instrument | Instrument | Instrument | Date |
| Sample Type | Timeframe | QC Parameter | Batch | Instrument |
| QC Parameter | QC Parameter | Compound | Compound | Color code table summary |
| Compound | Sample Type | Sample Type | Month/Number Cumulation | |
| Date Range | Compound | Batch | ||
| Statistical Summary Table | Statistical Summary Table |
Fig. 1Internal Standard Signal of Calibrators Across Instruments. Figures a, c, e show distributions of instrument 1, and b, d, f show distributions of instrument 2. Figures a, b display the distributions of fentanyl-d5. Figures c, d display the distributions of methadone-d9. Figures e, f display the distributions of normeperidine-d4. Each plot shows the current cutoff value for each internal standard relative to the distribution of the internal standard signal for the calibrators along the value where the bottom 2% of data was excluded. The percent of samples below the QC cutoff are 21%(a) (n = 1,460), 17%(b) (n = 1,489), 10%(c) (n = 1,460), 4%(d) (n = 1,489), 21%(e) (n = 1,460), and 0.5%(f) (n = 1,489).
Fig. 2Distribution of Normeperidine-d4 internal standard on two separate LC-MS/MS instruments. The proportions of samples below the cutoff was 34.22% for instrument 1 (Fig. 1a, n = 14,589) and 6.79% for instrument 2 (Fig. 1b, n = 15,263).
Fig. 3Distribution of Relative Retention Time of 6-Monoacetlymorphine relative to 6-Monoacetlymorphine-d6. For both instruments the window ranged from 0.984 to 1.024 where 0.12% of samples fell outside of the window for instrument 1 (a) (n = 8,039) and 4.71% fell outside the window for instrument 2 (b) (n = 8,940).