Galaxy | Tool Preview

lcms (version 0.1.0)
Choose if you want to process MS data or only annotate it.
At least two LC-MS data files (positive or negative mode) in mzXML or mzML format.
(FWHM) Approximate FWHM (in seconds) of chromatographic peaks.
(snthresh) Defining the signal to noise cutoff to be used in the chromatographic peak detection step
(profmethod) Method to use for profile generation.
(minfrac) Minimum fraction of samples necessary for it to be a valid peak group
Save xcmsSet R file after runninbg xcms.
Making libraries
Making library 0
Perform deisotoping on LC-MS datas
Perform deisotoping on LC-MS data 0
Perform putative annotation on deisotoped LC-MS datas
Perform putative annotation on deisotoped LC-MS data 0

LC-MS processing, deisotoping and annotating

Description

This tool performs deisotyping and annotating of LC-MS data.

Inputs

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:

  • FWHM: specifying the full width at half maximum of matched filtration Gaussian model peak. Default value is 3.
  • snthresh: defining the signal to noise cutoff to be used in the chromatographic peak detection step. Default value is 5.
  • profmethod: Method to use for profile generation. Supported values are "bin", "binlin" (default), "binlinbase" and "intlin". "bin" is better for centroid data, "binlin" for profile data.
  • minfrac: minimum fraction (fefault: 0.25) of samples necessary in at least one of the sample groups for it to be a valid group.,

2. R data file

Already processed data can be loaded as xcmsSet object R data file, produced by the R package xcms.

Parameters

See brief description on the setting of parameters for deisotyping and annotating above.

Outputs

Annotated Peak Table

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 data file (OPTIONAL)

xcmsSet R results are saved as an R file rdata for advanced users to perform further analysis.