ddaFrags {LipidMS}R Documentation

MS/MS scan extraction of a precursor in DDA

Description

This function searches for the closest precursor selected for MS2 in DDA that matches mz tolerance and RT window of a list of candidates and extracts their fragments.

Usage

ddaFrags(candidates, precursors, rawData, ppm)

Arguments

candidates

candidates data frame. Output of findCandidates.

precursors

data frame with the whole list of precursors selected for MS2.

rawData

peaklist for MS2 function (MSMS).

ppm

m/z tolerance in ppm.

Details

MS2 scans for a given precursor are searched within a rt window from minrt-rttol/2 to maxrt+rttol/2. If the same precursor was selected several times along the peak, the closest scan to the rt at the peak maximum is selected for annotation.

Coelution score for DDA fragments represents their relative intensity within the MS2 scan.

Value

List of data frames with the fragments for each candidate.

Author(s)

M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>


[Package LipidMS version 3.0.4 Index]