LipidMS (version 0.1.0)

getInclusionList: 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.

Examples

Run this code
# NOT RUN {
results <- idPOS(LipidMS::serum_pos_fullMS, LipidMS::serum_pos_Ce20,
LipidMS::serum_pos_Ce40)
getInclusionList(results$results)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace