Learn R Programming

FAMetA (version 0.1.7)

annotateFA: FA annotation

Description

FA annotation

Usage

annotateFA(msbatch, dmz = 5, rt, adducts = c("M-H"), db)

Value

annotated msbatch.

Arguments

msbatch

msbatch obtained from LipidMS package.

dmz

mz tolerance in ppm.

rt

Optional. Numeric vector of length two specifying the rt range to search for FA.

adducts

character vector specifying adducts.

db

FA database. Data frame with three columns: formula, total (number of carbons and double bounds, i.e. "18:1") and Mass.

Author

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

Examples

Run this code
if (FALSE) {
msbatch <- annotateFA(msbatch, dmz = 5)
}

Run the code above in your browser using DataLab