getInclusionList {LipidMS}R Documentation

Obtain an inclusion list from the annotation results

Description

Obtain an inclusion list from the annotation results.

Usage

getInclusionList(results, adductsTable = LipidMS::adductsTable)

Arguments

results

data frame. Output of identification functions.

adductsTable

data frame with the adducts allowed and their mass difference.

Value

Data frame with 6 columns: formula, RT, neutral mass, m/z, adduct and the compound name.

Author(s)

M Isabel Alcoriza-Balaguer <maialba@alumni.uv.es>

Examples


library(LipidMSdata)
results <- idPOS(MS1_neg, MSMS1_neg, MSMS2_neg)
getInclusionList(results$results)



[Package LipidMS version 1.2.0 Index]