This tool performs deisotyping and annotating of LC-MS data.
There are two input data formats, either mzML/mzXML or R data file for deisotyping and annotating analysis.
1. LC-MS data with mzML/mzXML format
The LC-MS data format is mzML or mzXML which can be converted from raw data by MSConvert of ProteoWizard. Each file represents one sample or replicate. Select multiple mzXML files for processing. The input data will be either positive or negative mode. They cannot be mixed up.
These mzML/mzXML files are converted by R package xcms into R data files. The algorithm for peak detection is fixed as matchedFilter and retention times alignment across samples with obiwarp method. The density method is employed for the peak grouping. The parameters for user to choose are:
2. R data file
Already processed data can be loaded as xcmsSet object R data file, produced by the R package xcms.
See brief description on the setting of parameters for deisotyping and annotating above.
The peak area is normalised by TIC and the annotated peak table is in tabular format:
annotated | mz | rt | pos_001 | pos_002 | pos_003 |
---|---|---|---|---|---|
[Cer(42:2)+H] | 648.6199 | 386.44 | 509476.1705 | 90147.43029 | 17059.58466 |
[DG-H20(38:3)+Na][DG-H20(40:6)+H] | 651.5342 | 389.92 | 89868.92836 | 76789.83982 | 40555.16262 |
[Cer(40:5)+K] | 652.5009 | 56.93 | 1967715.965 | 1904828.953 | 132351.8552 |
[DG-H20(40:5)+H] | 653.5499 | 396.17 | 88798.76816 | 68192.75595 | 10524.34529 |
xcmsSet R results are saved as an R file rdata for advanced users to perform further analysis.