Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

iMet-Q: A User-Friendly Tool for Label-Free Metabolomics Quantitation Using Dynamic Peak-Width Determination

  • Hui-Yin Chang,

    Affiliations Bioinformatics Program, Taiwan International Graduate Program, Academia Sinica, Taipei 11529, Taiwan, Institute of Biomedical Informatics, National Yang-Ming University, Taipei 11221, Taiwan, Institute of Information Science, Academia Sinica, Taipei 11529, Taiwan

  • Ching-Tai Chen,

    Affiliation Institute of Information Science, Academia Sinica, Taipei 11529, Taiwan

  • T. Mamie Lih,

    Affiliations Bioinformatics Program, Taiwan International Graduate Program, Academia Sinica, Taipei 11529, Taiwan, Institute of Biomedical Informatics, National Yang-Ming University, Taipei 11221, Taiwan, Institute of Information Science, Academia Sinica, Taipei 11529, Taiwan

  • Ke-Shiuan Lynn,

    Affiliation Department of Mathematics, Fu Jen Catholic University, New Taipei City 24205, Taiwan

  • Chiun-Gung Juo,

    Affiliation Molecular Medicine Research Center, Chang Gung University, Taoyuan 33302, Taiwan

  • Wen-Lian Hsu,

    Affiliation Institute of Information Science, Academia Sinica, Taipei 11529, Taiwan

  • Ting-Yi Sung

    tsung@iis.sinica.edu.tw

    Affiliation Institute of Information Science, Academia Sinica, Taipei 11529, Taiwan

Abstract

Efficient and accurate quantitation of metabolites from LC-MS data has become an important topic. Here we present an automated tool, called iMet-Q (intelligent Metabolomic Quantitation), for label-free metabolomics quantitation from high-throughput MS1 data. By performing peak detection and peak alignment, iMet-Q provides a summary of quantitation results and reports ion abundance at both replicate level and sample level. Furthermore, it gives the charge states and isotope ratios of detected metabolite peaks to facilitate metabolite identification. An in-house standard mixture and a public Arabidopsis metabolome data set were analyzed by iMet-Q. Three public quantitation tools, including XCMS, MetAlign, and MZmine 2, were used for performance comparison. From the mixture data set, seven standard metabolites were detected by the four quantitation tools, for which iMet-Q had a smaller quantitation error of 12% in both profile and centroid data sets. Our tool also correctly determined the charge states of seven standard metabolites. By searching the mass values for those standard metabolites against Human Metabolome Database, we obtained a total of 183 metabolite candidates. With the isotope ratios calculated by iMet-Q, 49% (89 out of 183) metabolite candidates were filtered out. From the public Arabidopsis data set reported with two internal standards and 167 elucidated metabolites, iMet-Q detected all of the peaks corresponding to the internal standards and 167 metabolites. Meanwhile, our tool had small abundance variation (≤0.19) when quantifying the two internal standards and had higher abundance correlation (≥0.92) when quantifying the 167 metabolites. iMet-Q provides user-friendly interfaces and is publicly available for download at http://ms.iis.sinica.edu.tw/comics/Software_iMet-Q.html.

Introduction

Unbiased quantitation and identification of small-molecule metabolites in a biological system is important because metabolites serve as direct signatures of biochemical activity, making them relatively easier to correlate with disease phenotype and more suitable for clinical diagnostics [18]. Liquid chromatography coupled with mass spectrometry (LC-MS) has become a conventional platform for analyzing metabolites across a large number of biological samples because of its ability to measure thousands of metabolites in a short period of time [2, 5, 913]. However, it is a time-consuming process to manually calculate the abundances of thousands of metabolites from large-scale LC-MS data, and thus developing a software package to automatically quantify LC-MS metabolomics data becomes essential.

Many commercial software programs have been developed by instrument vendors, such as Progenesis QI (Waters), MassHunter (Agilent), MultiQuant (Sciex), and Xcalibur (Thermo). But they usually accept data formats specific to their own instruments, and thus limit the possibility of integrating metabolite analyses across different analytical platforms [1417]. Additionally, data processing algorithms implemented in these programs are mostly unavailable. Publicly available quantitation tools, on the other hand, accept multiple input data formats and provide description of their computational algorithms. For example, XCMS [18], MetAlign [19] and MZmine 2 [20] accept input formats such as mzXML, mzData, and netCDF. XCMS, implemented in R, C, and C++ programming language, provides format conversion, noise filtering, peak detection, non-linear spectral alignment algorithms, and statistical analysis of LC-MS data. MetAlign, an open interface-driven tool implemented in C++ programming language, provides format conversion, mass calculation, baseline correction, peak-picking, saturation and mass peak artifact filtering, as well as data set alignment. MZmine 2, a modular-based tool implemented in Java programming language, provides raw data import, raw data processing, peak detection, peak list alignment, normalization, visualization, peak identification, and statistical analysis.

However, some concerns of these public tools have been reported. For instance, some tools combine binning with model fitting or use slope calculation approaches to perform peak detection, but these approaches may have low sensitivity on peak picking because the peak shapes vary greatly from one to another [21, 22]. Due to different peak detection and peak alignment algorithms provided in each tool, it is difficult for users to optimize the algorithm-related parameters, which very likely affect the quantitation results [23, 24]. On the other hand, most of the tools do not provide deisotoping, and thus users have to apply additional packages, such as CAMERA [25], to perform isotope pattern assembly [21].

To rectify the above concerns, we develop a quantitation tool, called iMet-Q (intelligent Metabolomic Quantitation), written in C# programming language, which provides highly accurate quantitation and user-friendly graphical interfaces. For peak detection, iMet-Q requires one input parameter, i.e., mzWidth (defined as the width of a peak in m/z dimension), and calculates the full width at half maximum (FWHM) of a peak to dynamically determine its chromatographic width so that the peak boundary can be automatically determined (i.e., without requiring parameter input). In addition, our tool determines the charge state of a peak by calculating the similarity between the peak shape of monoisotope and the peak shape of the second isotope peak. Once the charge state is determined, iMet-Q calculates its isotope ratio (i.e., the ratio of the second isotope abundance to the monoisotope abundance) to facilitate metabolite identification. Since metabolites usually have smaller retention time drifts across LC-MS technical replicates, iMet-Q first aligns peaks across different LC-MS replicates of a sample and then across different samples. In each alignment, LOESS regression algorithm [26, 27] is applied to adjust peak retention time so that peaks in different LC-MS replicates/samples can be aligned according to their m/z and adjusted retention time values.

We used two metabolite data sets, an in-house standard mixture and a public Arabidopsis metabolome data set [28], to evaluate the performance of iMet-Q and compare it with three public quantitation tools, including XCMS, MetAlign, and MZmine2. Since the standard mixture was acquired in profile mode, we evaluated the performance of the four tools in both profile and centroid data sets, in which the centroid data set was converted from the profile data set by the centroiding function of ProteoWizard [29]. As a result, iMet-Q had small quantitation error of 12% in both profile and centroid data sets. In addition, our tool correctly determined the charge state of seven standard metabolites, removed their isotope peaks, and calculated their isotope ratios. With the isotope ratios, we successfully filtered out 49% (89 out of 183) metabolite candidates when using mass values of these standard metabolites to search in Human Metabolome Database (HMDB) [30]. For the public Arabidopsis metabolome data set reported with two internal standards and 167 elucidated metabolites, iMet-Q detected the internal standards from all replicates and samples. In addition, all of the 167 metabolites were also detected by iMet-Q, whereas 103 (62%), 145 (87%), and 129 (77%) elucidated metabolites were detected by XCMS, MetAlign, and MZmine 2, respectively. Comparing with the three quantitation tools, iMet-Q had relatively small abundance variations (≤0.19) when quantifying the internal standards, and had higher abundance correlation (≥0.92) when quantifying the 167 metabolites across replicates. All data underlying the manuscript are fully available without restriction. The source code of iMet-Q is freely available on SourceForge (http://sourceforge.net/projects/imet-q/?source=navbar) under the license of GPL2.

Materials and Methods

Experiment on standard metabolite mixture

Chemicals.

All chemicals and solvents were purchased from Sigma Aldrich (St. Louis, MO, USA). The chemicals were all of analytical grade. Water containing 0.1% formic acid (solvent A), and acetonitrile containing 0.1% formic acid (solvent B) were of CHROMASOLV grade.

Sample preparation.

Stoke solution of metabolites was prepared as 1 mg/mL of 80% MeOH solution with 0.1% formic acid. Two metabolite mixtures, Sample 1 and Sample 2, were prepared by adding seven standard metabolites with different amount into two 1.7 mL vials. These standard metabolites were L-histidine (3 μL in Sample 1, 6μL in Sample 2), L-carnosine (50μL in Sample 1, 50μL in Sample 2), creatine (6μL in Sample 1, 6μL in Sample 2), caffeine (6μL in Sample 1, 6μL in Sample 2), hippuric acid (5μL in Sample 1, 25μL in Sample 2), glycocholic acid (2μL in Sample 1, 10μL in Sample 2), and cholic acid (2μL in Sample 1, 6μL in Sample 2). The solutions were dried with SpeedVac and re-dissolved by 100 L of MeOH and water (2:1, v/v) with 0.1% formic acid.

UPLC/LTQ-Orbitrap MS.

A UPLC system (Acquity, Waters, Milford, MA, USA) equipped with a C18 reversed-phase column (2.1 × 100 mm, 1.8 m, HSS-T3; Waters, Milford, MA, USA) was coupled with a LTQ-Orbitrap mass spectrometer (Thermo Scientific, San Jose, CA, USA) with an orthogonal electrospray ionization (ESI) source. The initial flow rate was 0.1 mL/min of 99% solvent A (0.1% formic acid) and 1% solvent B (acetonitrile with 0.1% formic acid). A volume of 1μL of Sample 1 and Sample 2 were sequentially injected, and 6 technical replicates were conducted in profile mode on each standard mixture. After injection, solvent B was maintained at 1% for 5 min, then increased to 50% during a time span of 9 min, then to 90% over 6 min, and finally to 99% over a period of 12 min after which this percent composition was held for 1 min. The flow rate was changed to 0.5 mL/min, and after 5 min reduced to 0.1mL/min. After 0.1 min, solvent B was reduced back to 1% and held at this percentage for 7 min.

The mass spectrometer was controlled by using Xcalibur 2.0.7 software (Thermo Scientific) and operated in positive ion mode on the m/z range from 120 to 1,000 with 60,000 resolution at m/z 400. The source and capillary voltages were set to 4500 and 35 V, and the temperatures of the capillary and the APCI vaporizer were set to 275°C and 150°C. Internal calibration was performed using the ion signal of dioctyl phthalate at m/z 391.28 as a lock mass.

Public Arabidopsis metabolome data set

A public Arabidopsis metabolome data set of 36 samples acquired by LC-ESI-Q-TOF/MS (HPLC: Waters Acquity UPLC system; MS: Waters Q-TOF Premier) in positive- and negative-ion modes, with four technical replicates on each sample, was downloaded from the website of PRIMe (http://prime.psc.riken.jp/). All replicates of the Arabidopsis metabolome data set were acquired in centroid mode. Two internal standards, lidocaine (m/z = 235 [M+H]+, eluted at 4.19 min in the positive-ion mode data) and camphor-10-sulfonic acid (m/z = 231 [M-H]-, eluted at 3.84min in the negative-ion mode data) were spiked in each sample with the same amount of 0.5 mg/L for abundance normalization and 167 metabolites were elucidated from this data set [31, 32].

Data processing and software parameter settings

Data processing was performed on a Microsoft Windows 7 computer (x64 edition service pack 1 with an Intel Xeon E5-2630 processor, 16 GB RAM and 500GB hard disk drive). All raw data files of the standard mixture experiment and the public data set were converted into mzXML format using ProteoWizard. The acquired profile-mode data of standard mixture experiment was converted into two data sets, where one data set was directly converted to mzXML files (called profile data set for convenience) and the other was converted to mzXML files with an additional centroiding procedure in ProteoWizard (called centroid data set for convenience). Since the public data was acquired in centroid mode, no additional centroiding procedure in ProteoWizard was performed.

Both profile and centroid data sets of standard mixture were processed by four tools. iMet-Q automatically skipped centroiding step when processing the centroid data set and used the following parameter setting: mzWidth = 0.02, mzTol = 0.02, and rtTol = 0.2 for both data sets. For XCMS, peaks in the profile and centroid data sets were first detected using matchedFilter and centWave function, respectively. Then the rector.loess and group.density functions were then applied to align the detected peaks across samples. An additional fillPeaks fuction was performed for the recovery of missing peaks as suggested by the package vignette of XCMS. To optimize the XCMS parameters, 42 parameter combinations were examined using the standard metabolites in the standard mixture as benchmarks. The examination results of the 42 parameter combinations are listed in S1 and S2 Tables, and the quantitation results generated using those parameter combinations are provided in S1 and S2 Files. The optimized XCMS parameters on peak picking are: method = matchedFilter, fwhm = 30, snthresh = 10 for profile dataset; and method = centWave, ppm = 45, snthresh = 10, peakwidth = (5,20) for centroid dataset. The optimized XCMS parameters for both profile and centroid data sets on retention time correction and peak grouping are: method = loess, span = .67; and method = "density", mzwid = 0.03, bw = 3, minfrac = 0, minsamp = 0. MetAlign only accepts and processes the centroid data set. To run MetAlign, we selected the data type of accurate mass data with mass resolution of 10,000 and applied the default settings for the remaining parameters. In MZmine 2, the exact mass detector function and the centroid mass detector function were first applied to process the profile and centroid data sets, respectively, both with a noise level of 1,000,000. Then the following functions were applied using the same parameters to process both data sets. The chromatogram builder was used with the minimum time span, minimum height, and m/z tolerance set to be 0, 0 and 0.02, respectively. For chromatogram deconvolution, baseline cut-off algorithm was used to detect peaks, where the minimum peak height, peak duration length, and baseline level were 1,000,000, 0–2 min, and 1,000,000, respectively. The m/z and retention time tolerances in both isotopic peaks grouper and peak alignment were 0.02 and 0.2 min, respectively.

Public Arabidopsis data set was processed by iMet-Q with mzWidth, mzTol, and rtTol of 0.03, 0.03, and 0.16 min, respectively. We used the XCMS centWave function for peak detection, rector.loess and group.density functions for peak alignment, and fillPeaks function for the recovery of missing peaks. To optimize XCMS parameters on the public Arabidopsis positive- and negative-mode data sets, 37 parameter combinations were examined on each set and the parameter combination achieving the best quantitation performance was selected. The examination results of the parameter combinations are listed in S3 and S4 Tables, and the quantitation results generated using those parameter combinations are provided in S3 and S4 Files. Both data sets used centWave method in peak picking and the optimized XCMS parameters for Arabidopsis positive- and negative-mode datasets are: ppm = 30, snthresh = 10, peakwidth = (25, 40); and ppm = 20, snthresh = 10, peakwidth = (5, 20), respectively. Next, in retention time correction and peak grouping, the optimized XCMS parameters for both profile and centroid data sets are: method = loess, span = .67; and method = "density", mzwid = 0.03, bw = 3, minfrac = 0, minsamp = 0. For MetAlign, we selected the data type of accurate mass data with mass resolution of 9,000 and applied the following parameter settings for data processing: maximum amplitude = 10,000, peak slope factor = 1, peak threshold factor = 6, average peak width at half weight = 8, maximum shift per scan = 35, select min nr per peak set = 4, and scaling options = none. In MZmine 2, we used the centroid mass detector with a noise level of 6. The minimum time span, minimum height, and m/z tolerance in the chromatogram builder were set to be 0.1 min, 6 and 0.03, respectively. For chromatogram deconvolution, baseline cut-off algorithm was used to detect peaks, where the minimum peak height, peak duration length, and baseline level were 6, 0–1.6 (min), and 6, respectively. The m/z and retention time tolerances in both isotopic peaks grouper and peak alignment were 0.03 and 0.16 min, respectively. Detected peaks by each tool were retained in the quantitation results if their retention time values were within the effective retention time range (i.e., 0.85 to 12 min) and the peaks were detected in at least one sample.

Robust algorithms for metabolite quantitation

In order to process data from various mass spectrometers, iMet-Q accepts input files in netCDF, mzXML, and mzML formats, which can be conveniently converted from raw data by existing converters. Also, it accepts profile-mode and centroid-mode data. The workflow of iMet-Q contains two main tasks, peak detection and peak alignment, as depicted in Fig 1. Performing peak detection on each input file generates a peak list that reports the m/z, retention time, charge state, isotope ratio, and abundance of detected peaks. To compare compounds across different samples, iMet-Q aligns the detected peaks in the peak lists according to their m/z and retention time. The detailed procedures of peak detection, peak alignment and quantitation result generation are described below.

thumbnail
Fig 1. Schematic depiction of iMet-Q workflow for peak detection and peak alignment.

https://doi.org/10.1371/journal.pone.0146112.g001

Peak Detection

Centroiding signals in each scan.

Centroiding, which can be performed during or after data acquisition, is a common first step for processing metabolomics data so that the data size can be greatly reduced. It aims at combining multiple signals from the same compound into a single one with an m/z and intensity value [32]. If the input files have already been centroided, iMet-Q automatically skips this step. The detailed algorithm description is listed in S1 Section.

Removing noises from each scan.

Due to nonspecific nature of ESI, a great portion of signals in the spectra could be noise [33]. It is essential to remove these noises to increase the effectiveness of peak detection. Instead of determining a fixed baseline for each spectrum, iMet-Q equally divides a scan into s segments (s = 10 by default) with an overlap of 20% to avoid borderline issues and defines the average intensity in a segment as its noise level. Then, for each segment, signals with S/N less than a specific threshold (3 by default) are removed from the scan, where S is the signal intensity and N is the noise level in the segment. The number of segments and the S/N threshold are user-adjustable.

Constructing extracted ion chromatograms (EIC) with dynamically determining peak width.

After processing signals in each scan, iMet-Q uses a two-stage algorithm to construct the extracted ion chromatogram (EIC) of a compound. The two-stage algorithm includes signal clustering and EIC boundary determination. Let be the list of signals in all scans, where m is the total number of scans and nk is the number of signals in the kth scan. In signal clustering, starting from the most intensive signal, say , among all scans in S, iMet-Q clusters signals in S with if the m/z differences between the signals and are within the given tolerance d, i.e., mzWidth in iMet-Q. A cluster with at least three signals is further processed. In the step of EIC boundary determination, iMet-Q automatically calculates FWHM and then dynamically determines the boundaries using FWHM. To be specific, for the most intensive signal in a cluster, say , with retention time t, the boundaries of the EIC are initially determined as t ± w, where w is the FWHM. To adapt to possible tailing effect of an EIC, the boundaries are further extended by a tolerance at most 0.5w and are set to the farthest signal or a signal with local-minimum intensity in this range (as shown in Fig 2). Then the trapezoid areas between any two adjacent signals of the EIC are summed up as the abundance. The two-stage algorithm is iteratively performed on the remaining unclustered signals to construct EICs until all signals in S are processed. In the following subsections, we term the constructed EICs as peaks for convenience. Furthermore, each peak is represented by its apex, i.e., using the m/z, retention time of the apex signal, and the associated abundance is recorded.

thumbnail
Fig 2. A cartoon for the illustration of constructing extracted ion chromatograms.

The blue straight lines represent the clustered signals, w and t are the FWHM and retention time of , respectively. Signal A and B are determined as the boundaries of the EIC, and the area in light blue color is the abundance.

https://doi.org/10.1371/journal.pone.0146112.g002

Determining the charge state and isotope ratio of peaks.

In order to determine the charge state and isotope ratio, iMet-Q first constructs an isotope envelope for a peak. Starting from the most intensive peak, P1, in the current peak list, our tool groups it with all of its neighboring peaks having larger m/z values and decreasing intensities, i.e., forming an isotope group. If the m/z distance between the apex of any two peaks in the isotope group equals to 1/z (z can be 1~4), the group is considered as a possible isotope envelope, where P1 and the peak adjacent to P1 are considered as the monoisotope peak and the second isotope peak, respectively. Then, to validate the correctness of the isotope envelope, iMet-Q calculates the peak shape similarity between the monoisotope peak and the second isotope peak by using the dot product as shown below: (1) where n is the number of scans that both the monoisotope peak and the second isotope peak co-occur, and xi and yi are their respective signal intensities in the ith scan. If the peak shape similarity between the two peaks is above a user-defined threshold (0.8 by default), we consider that all of the peaks in the isotope group form an isotope envelope and the charge state of P1 is determined as z. Moreover, the isotope ratio of P1 is calculated as the abundance of the second isotope peak divided by the abundance of P1, and the peaks in the isotope group are removed from further processing. Otherwise, the peaks do not form an isotope envelope and the charge state and isotope ratio of P1 are denoted as 0. The charge state determination procedure is repeatedly performed until all peaks are processed.

By performing the above peak detection procedures, iMet-Q generates a peak list with charge state and isotope ratio information for each input replicate file. Note that the isotope peaks except the monoisotope in the confirmed isotope envelopes will not be reported in the peak list.

Peak Alignment

For an input data set with multiple samples (each probably with multiple technical replicates), iMet-Q performs the same algorithm for pair-wise alignment within a sample (i.e., aligning replicates) and then across samples. The algorithm is described as follows.

iMet-Q first selects the peak list that contains the largest number of detected peaks as the reference list and aligns other peak lists to it. For a pair of reference list and aligning peak list, iMet-Q uses peaks detected in both lists with their m/z and retention time differences within user-defined tolerances (i.e., mzTol and rtTol in iMet-Q) as landmarks [34]. Given the retention time of landmarks in the reference list and in the aligning peak list as vectors A and B, respectively, iMet-Q uses LOESS regression [26, 27] to generate a mapping between A and B with span of 20% and weight of 1 since LOESS regression combines multiple linear least square regression models which fit localized subsets of the data. The retention time of peaks, which are not landmarks, in either peak list are adjusted according to the LOESS regression model. iMet-Q then aligns the peaks in both peak lists that satisfy user-defined m/z tolerance and retention time tolerance based on adjusted retention time.

Repeating the above process for all peak lists, peaks can be aligned across replicates. Since peaks aligned from different replicates in a sample may have slightly different values of m/z and retention time, we use the median of their m/z and retention time as the representative peak in each sample. Then the same algorithm is applied to align all of the representative peaks across samples.

Generating output of quantitation results

In addition to viewing quantitation results in the main interface, iMet-Q reports the medians of m/z, retention time and abundance of the peaks in all replicates of all samples. For the charge state of an aligned peak, iMet-Q displays the charge state that is detected in most replicates. For the isotope ratio, iMet-Q collects the isotope ratios corresponding to the displayed charge state and reports the median as the isotope ratio. Quantitation results can be exported in.csv and.txt formats by users to conduct further analyses.

Results and Discussion

We evaluated the performance of iMet-Q in metabolite quantitation by comparing the accuracy of detecting metabolites and the abundance consistency, calculated by Pearson product-moment correlation coefficient (PPMCC), of detected metabolites among replicates with XCMS, MetAlign, and MZmine 2 using samples ranging from a small standard data set (seven standard metabolites) to a complex biological data set (public Arabidopsis data set). We also demonstrated the ability of iMet-Q on charge state determination and isotope ratio calculation.

Performance evaluation on a standard metabolite mixture data

To demonstrate the ability of iMet-Q, we used a standard metabolite mixture in which seven standard metabolites with different sample concentration in two samples were included for evaluation. The sample ratio, defined as the detected abundance of a standard metabolite in Sample 1 divided by that in Sample 2, is calculated for each of the seven metabolites in the standard metabolite mixture for the four quantitation tools. Both profile and centroid data sets generated from the raw data were processed by iMet-Q, XCMS, MetAlign, and MZmine 2, respectively. Algorithms and parameter settings used in these tools were described in the subsection of Data Processing and Software Parameter Settings. Table 1 shows the quantitation errors, which is defined as the difference between theoretical and calculated sample ratios divided by the theoretical sample ratios, of the seven standard metabolites calculated by the four quantitation tools. Detailed abundances and sample ratios calculated by the four tools are listed in S5 Table.

thumbnail
Table 1. The quantitation error (%) of seven standard metabolites calculated by iMet-Q, XCMS, MetAlign, and MZmine 2.

https://doi.org/10.1371/journal.pone.0146112.t001

As shown in Table 1, iMet-Q, XCMS, and MZmine 2 had the average quantitation error of 12%, 12% and 13% on the profile data set, and 12%, 32% and 14% on the centroid data set. MetAlign did not process the profile data set and had the average quantitation error of 14% on the centroid data set. The results showed that iMet-Q achieved the smallest quantitation errors and also had the same average quantitation error of 12% in both profile and centroid data set, suggesting the robustness of iMet-Q on processing input files in both data type.

In addition to accurate quantitation, iMet-Q determined the charge state and isotope ratio of detected peaks. In order to evaluate the charge state determined by iMet-Q, we used CAMERA to annotate charge states and isotope peaks of the standard metabolites. Charge states and isotope peaks of the seven standard metabolites in both profile and centroid data sets annotated by iMet-Q were overall identical with CAMERA’s annotation.

To demonstrate possible usefulness of isotope ratio information, we searched the mass of seven standard metabolites against HMDB [30] with mass tolerance of ±5 ppm and adduct type of unknown (assuming a user has little information on the spectra). As a result, 183 metabolites candidates were obtained. Using iMet-Q’s calculated isotope ratios (the isotope ratio tolerance is ±0.02) to filter out unnecessary metabolite candidates, we reduced 49% (89 out of 183) metabolite candidates (S6 Table). The remaining metabolite candidates could not be filtered out by isotope ratios because they have the same chemical formula (i.e., identical theoretical isotope ratios).

Performance evaluation on a public Arabidopsis metabolome data

The public Arabidopsis data of 36 distinct samples collected from eight different plant classes (classified by Matsuda et al.) was used to demonstrate iMet-Q’s performance on quantifying complex biological samples. Each sample contained two internal standards, one for positive- and the other for negative-ion modes, and 167 metabolites (71 detected only in positive-ion mode, 39 only in negative-ion mode, and 57 in both modes) were elucidated from the data set [28]. The performance of four tools were evaluated in terms of the accuracy on detecting the two internal standards and 167 elucidated metabolites, and the ability of properly clustering 36 samples into eight plant classes.

Table 2 shows the reproducibility and normalized abundances of two internal standards detected by the four quantitation tools, where iMet-Q, XCMS, and MetAlign detected all the internal standards from each replicate, achieving 100% reproducibility, slightly better than MZmine 2. Furthermore, iMet-Q reported normalized abundances of 1±0.19 and 1±0.18 for the two standard metabolites, comparable to the best 1±0.18 reported by XCMS and MZmine 2 for Lidocaine and the best 1±0.17 reported by XCMS for Camphor-10-sulfonic acid.

thumbnail
Table 2. The reproducibility (Rep.) and normalized abundance (Abund.) of two internal standards detected by four quantitation tools.

https://doi.org/10.1371/journal.pone.0146112.t002

For 167 elucidated metabolites, we searched their m/z and retention time values provided in [28] against the quantitation results of the four tools with m/z and retention time tolerances of 0.05 m/z and 9 seconds. As a result, iMet-Q detected all of the elucidated metabolites, whereas XCMS, MetAlign, and MZmine 2 detected 103 (62%), 145 (87%), and 129 (77%) of the elucidated metabolites, respectively. We further evaluated the detected abundance of these metabolites. Since the exact abundance of 167 elucidated metabolites was unknown, we calculated the abundance correlation between any two replicates of a sample by PPMCC. As a result, iMet-Q achieved an average replicate abundance correlation of 0.92, whereas XCMS, MetAlign, and MZmine 2 achieved average abundance correlations of 0.87, 0.78, and 0.81, respectively (as shown in Fig 3). The result revealed that iMet-Q not only achieved high accuracy on detecting the 167 elucidated metabolites but also provided very consistent quantitation result.

thumbnail
Fig 3. The box plot of abundance correlation of 167 elucidated metabolites across replicates in the public Arabidopsis data detected by the four quantitation tools.

https://doi.org/10.1371/journal.pone.0146112.g003

Next, we examined whether replicates of the 36 samples could be properly clustered into eight plant classes using the quantitation results of the four tools. We combined the quantitation results from positive- and negative-ion modes, and performed hierarchical clustering using MATLAB dendrogram function with PPMCC as the abundance correlation measure. The combined quantitation results of the four tools are provided in S7S10 Tables. The numbers of detected peaks in the combined quantitation results of iMet-Q, XCMS, MetAlign, and MZmine 2 were 13079, 7487, 37364, and 19394, respectively. Fig 4 shows the hierarchical clustering results of the four tools. The average abundance correlations of the eight plant classes using the combined quantitation results of iMet-Q, XCMS, MetAlign, and MZmine 2 were 0.71, 0.75, 0.65, and 0.59, respectively. The detailed average abundance correlation of each plant class is shown in S11 Table. Note that all the replicates of flower class, the best clustered plant class (blue color in Fig 4), were clustered using iMet-Q’s combined quantitation result, and the average abundance correlation of the flower class was 0.88. This evaluation implies that, although the numbers of peaks detected by MetAlign and MZmine 2 were much larger than those detected by iMet-Q and XCMS, peaks detected by iMet-Q and XCMS might be more essential for distinguishing plant classes.

thumbnail
Fig 4. Hierarchical clustering by using the quantitation results of iMet-Q, XCMS, MetAlign, and MZmine 2.

Each entry in the tree leaves of a dendrogram represents a replicate. For each tool, we first combined its quantitation results of positive- and negative-ion modes. Colors were assigned to each replicate in the combined quantitation results according to the plant classes which the replicates originated from as follows: orange for cotyledon, red for stem, green for leaf, blue for flower, light blue for shoot apex, yellow for root, pink for seed, and gray for silique. Next, the figure was produced using MATLAB dendrogram function with PMMCC as the abundance correlation measure between any two replicates in the combined quantitation results.

https://doi.org/10.1371/journal.pone.0146112.g004

To overcome the bottleneck in metabolite identification based on MS1 data, a method utilizing both isotope ratio and in-source fragment information has been recently proposed, in which the same Arabidopsis metabolome data set was also used for identification performance evaluation [35]. According to the study, 19 out of 167 elucidated metabolites have been confirmed that some of their in-source fragments were detected in MS1 scans [35], and the abundance correlations between the 19 metabolites and their fragments were above 0.8. We thus used the 19 confirmed metabolites to demonstrate the ability of iMet-Q. By calculating the abundance correlations between 19 metabolites and their in-source fragments, iMet-Q reported an abundance correlation of 0.94, whereas XCMS, MetAlign, and MZmine 2 reported abundance correlations of 0.61, 0.76, and 0.66, respectively (as shown in Fig 5). This result revealed that the abundances of the 19 metabolites and their in-source fragments were accurately detected and calculated by iMet-Q. Furthermore, isotope ratios of 89.47% (17 out of 19) metabolites were accurately calculated by iMet-Q, with differences within 0.05 to the theoretical ratio (S12 Table).

thumbnail
Fig 5. The box plot of abundance correlations between 19 verified metabolites and their in-source fragments detected in the public Arabidopsis data.

https://doi.org/10.1371/journal.pone.0146112.g005

Friendly User Interfaces of iMet-Q

We particularly implemented iMet-Q as a project-oriented quantitation platform, allowing users to conveniently quantify, manage and compare a large number of data sets or quantitation results in Microsoft Windows series platform (including Windows 7, 8, and Windows Server 2008, 2012). To be specific, iMet-Q applies a tree structure to organize quantitation results, where each node represents a project and sub-nodes of a project represent the quantitation results (as shown in Fig 6).

thumbnail
Fig 6. The main graphical user interface of Metab-Q.

The Arabidopsis data from positive-ion mode is used as an example. After processing the data, Metab-Q lists the detected peaks in the summary table where the peaks are sorted according to their retention time. When users select peaks of interest in the summary table, the abundances of the selected peaks in different samples are plotted in the sample abundance plot and the detailed information of the selected peak in the technical replicates of a sample is listed in the panel below the summary table. The left panel is the quantitation parameter explorer that lists the parameters of a quantitation. Users can use the provided filter function to narrow down the number of peaks in the summary table.

https://doi.org/10.1371/journal.pone.0146112.g006

iMet-Q provides three wizards to guide users easily executing the program as follows. First, a project wizard guides a user to create a project and designate a folder to store the project. Second, a quantitation wizard guides the user to quantify LC-MS-based data. The wizard only requires the user to set up three quantitation parameters, i.e., mzWidth, mzTol, and rtTol; other parameters are optional. Since multiple technical replicates may be conducted on a sample, iMet-Q pops up a table to guide users to group technical replicates by the sample. During quantitation, iMet-Q sequentially detects peaks from each replicate and then aligns those detected peaks across replicates/samples. Third, an export wizard guides the user to export quantitation results in common output formats, including.csv and.txt. It also allows users to name the quantitation, designate the file for exporting, and set up criteria for filtering out unwanted peaks in order to focus on peaks of interest. With the conventional output formats, the user can easily import the quantitation results to other available tools, such as Microsoft Excel and Matlab, for further statistical analysis.

To compare abundances across samples, iMet-Q hierarchically displays a quantitation result in the main interface, where the quantitation result is summarized in a summary table. The summary table lists the m/z, retention time, charge state, isotope ratio, and abundance of all detected peaks in all samples for a quick overview. The user can click on a detected peak of interest in the summary table, and the sample abundances of the selected peak will be plotted in the upper panel above the summary table. Meanwhile, the detailed information of the selected peak in the technical replicates of a sample will be listed in the panel below the summary table. The user can double-click a row in the replicate table to view the extracted ion chromatogram of the peak. In order to efficiently select peaks of interest in the summary table, iMet-Q provides a search function using the range of m/z, retention time, charge state, or isotope ratio to narrow down the peaks listed in the summary table.

Conclusions

Many state-of-the-art quantitation tools have been proposed to allow users automatically quantifying metabolites from large-scale label-free metabolomics data sets. The quantitation ability of these tools is beyond doubt. However, a major concern of using these tools is the parameter setting for peak detection. Since peak shapes vary greatly from one to another, it is difficult for users to select an optimized parameter setting for peak detection. In addition, most of the tools do not provide deisotoping, and thus users have to apply additional packages for isotope pattern assembly. Therefore, in this paper, we introduced an intelligent quantitation tool, iMet-Q, which is capable of dynamically determining the peak widths in liquid chromatogram dimension without input parameter, and automatically performing isotope pattern assembly. In our evaluation, iMet-Q has the quantitation performance better than XCMS, MetAlign, and MZmine 2 on standard and large-scale metabolome data sets. Besides, iMet-Q provides both the charge states and isotope ratios of detected peaks. With the charge state information, users can obtain accurate masses of detected peaks. Meanwhile, the isotope ratio information provides users an opportunity to reduce metabolite candidates. Although our evaluation demonstrates that the metabolite isotope ratios calculated by iMet-Q are close to the theoretical values, it is important to note that isotope ratio can be affected by noise interference, saturation effects and different experimental conditions [36, 37]. In addition to providing accurate quantitation, charge state, and isotope ratios, iMet-Q is equipped with friendly user interfaces so that quantifying metabolites become an easy task. The software program is now publicly available for download at http://ms.iis.sinica.edu.tw/comics/Software_iMet-Q.html.

Supporting Information

S1 File. The XCMS quantitation results of the standard metabolite mixture (profile mode) under five different parameter settings.

https://doi.org/10.1371/journal.pone.0146112.s001

(ZIP)

S2 File. The XCMS quantitation results of the standard metabolite mixture (centroid mode) under 37 different parameter settings.

https://doi.org/10.1371/journal.pone.0146112.s002

(ZIP)

S3 File. The XCMS quantitation results of the public Arabidopsis dataset (positive mode) under 37 different parameter settings.

https://doi.org/10.1371/journal.pone.0146112.s003

(ZIP)

S4 File. The XCMS quantitation results of the public Arabidopsis dataset (negative mode) under 37 different parameter settings.

https://doi.org/10.1371/journal.pone.0146112.s004

(7Z)

S1 Section. The detailed description of centroiding signals in each scan.

https://doi.org/10.1371/journal.pone.0146112.s005

(PDF)

S1 Table. The sample ratio of each metabolite under different fwhm (for Standard Mixture-profile).

https://doi.org/10.1371/journal.pone.0146112.s006

(XLSX)

S2 Table. The sample ratio of each metabolite under different centWave parameters (for Standard Mixture-centroid).

https://doi.org/10.1371/journal.pone.0146112.s007

(XLSX)

S3 Table. The reproducibility and abundance consistency of the internal standard (lidocaine) in Arabidopsis data set (positive mode) under different centWave parameters.

https://doi.org/10.1371/journal.pone.0146112.s008

(XLSX)

S4 Table. The reproducibility and abundance consistency of the internal standard (camphor-10-sulfonic acid) in Arabidopsis data set (negative mode) under different centWave parameters.

https://doi.org/10.1371/journal.pone.0146112.s009

(XLSX)

S5 Table. The abundances of seven standard metabolites detected from profile and centroid data set using four quantitation tools.

https://doi.org/10.1371/journal.pone.0146112.s010

(XLSX)

S6 Table. The number of metabolite candidates of the seven standard metabolites using (1) mass match, and (2) mass and isotope ratio (IR) match.

https://doi.org/10.1371/journal.pone.0146112.s011

(XLSX)

S7 Table. The combined quantitation result generated using iMet-Q.

https://doi.org/10.1371/journal.pone.0146112.s012

(XLSX)

S8 Table. The combined quantitation result generated using XCMS.

https://doi.org/10.1371/journal.pone.0146112.s013

(XLSX)

S9 Table. The combined quantitation result generated using MetAlign.

https://doi.org/10.1371/journal.pone.0146112.s014

(XLSX)

S10 Table. The combined quantitation result generated using MZmine 2.

https://doi.org/10.1371/journal.pone.0146112.s015

(XLSX)

S11 Table. The average abundance correlations of the eight plant classes using the quantitation results obtained from iMet-Q, XCMS, MetAlign, and MZmine 2.

https://doi.org/10.1371/journal.pone.0146112.s016

(XLSX)

S12 Table. The isotope ratio of the 19 identified metabolites in the public Arabidopsis data set.

https://doi.org/10.1371/journal.pone.0146112.s017

(XLSX)

Acknowledgments

We thank the support from Academia Sinica, Ministry of Science and Technology of Taiwan (MOST 103-2221-E-001-037), and Taiwan International Graduate Program. We also thank Wai-Kok Choong and Thejkiran Pitti for fruitful discussion on the manuscript.

Author Contributions

Conceived and designed the experiments: H-YC T-YS. Performed the experiments: C-GJ. Analyzed the data: H-YC C-TC K-SL TML. Contributed reagents/materials/analysis tools: H-YC C-TC C-GJ. Wrote the paper: H-YC T-YS. Helped revise the manuscript: TML W-LH.

References

  1. 1. Ellis DI, Dunn WB, Griffin JL, Allwood JW, Goodacre R. Metabolic fingerprinting as a diagnostic tool. Pharmacogenomics. 2007 Sep;8(9):1243–66. pmid:17924839.
  2. 2. Patti GJ, Yanes O, Siuzdak G. Innovation: Metabolomics: the apogee of the omics trilogy. Nature reviews Molecular cell biology. 2012 Apr;13(4):263–9. pmid:22436749. Pubmed Central PMCID: 3682684.
  3. 3. Weiss RH, Kim K. Metabolomics in the study of kidney diseases. Nature reviews Nephrology. 2012 Jan;8(1):22–33. pmid:22025087.
  4. 4. Baker M. Metabolomics: from small molecules to big ideas. Nat Methods. 2011 Feb;8(2):117–21.
  5. 5. Dunn WB, Broadhurst DI, Atherton HJ, Goodacre R, Griffin JL. Systems level studies of mammalian metabolomes: the roles of mass spectrometry and nuclear magnetic resonance spectroscopy. Chemical Society reviews. 2011 Jan;40(1):387–426. pmid:20717559.
  6. 6. Madsen R, Lundstedt T, Trygg J. Chemometrics in metabolomics-A review in human disease diagnosis. Analytica Chimica Acta. 2010 Feb 5;659(1–2):23–33. pmid:WOS:000274046900004.
  7. 7. Issaq HJ, Van QN, Waybright TJ, Muschik GM, Veenstra TD. Analytical and statistical approaches to metabolomics research. Journal of separation science. 2009 Jul;32(13):2183–99. pmid:19569098.
  8. 8. Mamas M, Dunn WB, Neyses L, Goodacre R. The role of metabolites and metabolomics in clinically applicable biomarkers of disease. Archives of toxicology. 2011 Jan;85(1):5–17. pmid:20953584.
  9. 9. Roux A, Lison D, Junot C, Heilier JF. Applications of liquid chromatography coupled to mass spectrometry-based metabolomics in clinical chemistry and toxicology: A review. Clinical biochemistry. 2011 Jan;44(1):119–35. pmid:20800591.
  10. 10. Theodoridis GA, Gika HG, Want EJ, Wilson ID. Liquid chromatography-mass spectrometry based global metabolite profiling: a review. Analytica chimica acta. 2012 Jan 20;711:7–16. pmid:22152789.
  11. 11. Zhou B, Xiao JF, Tuli L, Ressom HW. LC-MS-based metabolomics. Molecular bioSystems. 2012 Feb;8(2):470–81. pmid:22041788. Pubmed Central PMCID: 3699692.
  12. 12. Bedair M, Sumner LW. Current and emerging mass-spectrometry technologies for metabolomics. Trac-Trend Anal Chem. 2008 Mar;27(3):238–50.
  13. 13. Dakna M, He Z, Yu WC, Mischak H, Kolch W. Technical, bioinformatical and statistical aspects of liquid chromatography-mass spectrometry (LC-MS) and capillary electrophoresis-mass spectrometry (CE-MS) based clinical proteomics: a critical assessment. Journal of chromatography B, Analytical technologies in the biomedical and life sciences. 2009 May 1;877(13):1250–8. pmid:19010091.
  14. 14. Blekherman G, Laubenbacher R, Cortes DF, Mendes P, Torti FM, Akman S, et al. Bioinformatics tools for cancer metabolomics. Metabolomics: Official journal of the Metabolomic Society. 2011 Sep;7(3):329–43. pmid:21949492. Pubmed Central PMCID: 3155682.
  15. 15. Jaitly N, Mayampurath A, Littlefield K, Adkins JN, Anderson GA, Smith RD. Decon2LS: An open-source software package for automated processing and visualization of high resolution mass spectrometry data. BMC bioinformatics. 2009;10:87. pmid:19292916. Pubmed Central PMCID: 2666663.
  16. 16. Sugimoto M, Hirayama A, Ishikawa T, Robert M, Baran R, Uehara K, et al. Differential metabolomics software for capillary electrophoresis-mass spectrometry data analysis. Metabolomics: Official journal of the Metabolomic Society. 2010 Mar;6(1):27–41.
  17. 17. Scalbert A, Brennan L, Fiehn O, Hankemeier T, Kristal BS, van Ommen B, et al. Mass-spectrometry-based metabolomics: limitations and recommendations for future progress with particular focus on nutrition research. Metabolomics: Official journal of the Metabolomic Society. 2009 Dec;5(4):435–58. pmid:20046865. Pubmed Central PMCID: 2794347.
  18. 18. Smith CA, Want EJ, O'Maille G, Abagyan R, Siuzdak G. XCMS: processing mass spectrometry data for metabolite profiling using nonlinear peak alignment, matching, and identification. Analytical chemistry. 2006 Feb 1;78(3):779–87. pmid:16448051.
  19. 19. Lommen A. MetAlign: interface-driven, versatile metabolomics tool for hyphenated full-scan mass spectrometry data preprocessing. Analytical chemistry. 2009 Apr 15;81(8):3079–86. pmid:19301908.
  20. 20. Pluskal T, Castillo S, Villar-Briones A, Oresic M. MZmine 2: modular framework for processing, visualizing, and analyzing mass spectrometry-based molecular profile data. BMC bioinformatics. 2010;11:395. pmid:20650010. Pubmed Central PMCID: 2918584.
  21. 21. Kenar E, Franken H, Forcisi S, Wormann K, Haring HU, Lehmann R, et al. Automated label-free quantification of metabolites from liquid chromatography-mass spectrometry data. Molecular & cellular proteomics: MCP. 2014 Jan;13(1):348–59. pmid:24176773. Pubmed Central PMCID: 3879626.
  22. 22. Aberg KM, Torgrip RJ, Kolmert J, Schuppe-Koistinen I, Lindberg J. Feature detection and alignment of hyphenated chromatographic-mass spectrometric data. Extraction of pure ion chromatograms using Kalman tracking. Journal of chromatography A. 2008 May 23;1192(1):139–46. pmid:18378252.
  23. 23. Sugimoto M, Kawakami M, Robert M, Soga T, Tomita M. Bioinformatics Tools for Mass Spectroscopy-Based Metabolomic Data Processing and Analysis. Current bioinformatics. 2012 Mar;7(1):96–108. pmid:22438836. Pubmed Central PMCID: 3299976.
  24. 24. Tautenhahn R, Bottcher C, Neumann S. Highly sensitive feature detection for high resolution LC/MS. BMC bioinformatics. 2008;9:504. pmid:19040729. Pubmed Central PMCID: 2639432.
  25. 25. Kuhl C, Tautenhahn R, Bottcher C, Larson TR, Neumann S. CAMERA: an integrated strategy for compound spectra extraction and annotation of liquid chromatography/mass spectrometry data sets. Analytical chemistry. 2012 Jan 3;84(1):283–9. pmid:22111785. Pubmed Central PMCID: 3658281.
  26. 26. Cleveland WS. Robust Locally Weighted Regression and Smoothing Scatterplots. J Am Stat Assoc. 1979;74(368):829–36.
  27. 27. Cleveland WS. Lowess—a Program for Smoothing Scatterplots by Robust Locally Weighted Regression. Am Stat. 1981;35(1):54–.
  28. 28. Matsuda F, Hirai MY, Sasaki E, Akiyama K, Yonekura-Sakakibara K, Provart NJ, et al. AtMetExpress development: a phytochemical atlas of Arabidopsis development. Plant physiology. 2010 Feb;152(2):566–78. pmid:20023150. Pubmed Central PMCID: 2815869.
  29. 29. Kessner D, Chambers M, Burke R, Agus D, Mallick P. ProteoWizard: open source software for rapid proteomics tools development. Bioinformatics. 2008 Nov 1;24(21):2534–6. pmid:18606607. Pubmed Central PMCID: 2732273.
  30. 30. Wishart DS, Jewison T, Guo AC, Wilson M, Knox C, Liu Y, et al. HMDB 3.0—The Human Metabolome Database in 2013. Nucleic acids research. 2013 Jan;41(Database issue):D801–7. pmid:23161693. Pubmed Central PMCID: 3531200.
  31. 31. Matsuda F, Yonekura-Sakakibara K, Niida R, Kuromori T, Shinozaki K, Saito K. MS/MS spectral tag-based annotation of non-targeted profile of plant secondary metabolites. The Plant journal: for cell and molecular biology. 2009 Feb;57(3):555–77. pmid:18939963. Pubmed Central PMCID: 2667644.
  32. 32. Katajamaa M, Oresic M. Data processing for mass spectrometry-based metabolomics. Journal of chromatography A. 2007 Jul 27;1158(1–2):318–28. pmid:17466315.
  33. 33. Keller BO, Sui J, Young AB, Whittal RM. Interferences and contaminants encountered in modern mass spectrometry. Analytica chimica acta. 2008 Oct 3;627(1):71–81. pmid:18790129.
  34. 34. Tolstikov VV, Lommen A, Nakanishi K, Tanaka N, Fiehn O. Monolithic silica-based capillary reversed-phase liquid chromatography/electrospray mass spectrometry for plant metabolomics. Analytical chemistry. 2003 Dec 1;75(23):6737–40. pmid:14640754.
  35. 35. Lynn KS, Cheng ML, Chen YR, Hsu C, Chen A, Lih TM, et al. Metabolite identification for mass spectrometry-based metabolomics using multiple types of correlated ion information. Analytical chemistry. 2015 Feb 17;87(4):2143–51. pmid:25543920.
  36. 36. Werner E, Heilier JF, Ducruix C, Ezan E, Junot C, Tabet JC. Mass spectrometry for the identification of the discriminating signals from metabolomics: current status and future trends. Journal of chromatography B, Analytical technologies in the biomedical and life sciences. 2008 Aug 15;871(2):143–63. pmid:18672410.
  37. 37. Nagao T, Yukihira D, Fujimura Y, Saito K, Takahashi K, Miura D, et al. Power of isotopic fine structure for unambiguous determination of metabolite elemental compositions: in silico evaluation and metabolomic application. Analytica chimica acta. 2014 Feb 27;813:70–6. pmid:24528662.