getInclusionList {LipidMS} | R Documentation |
Obtain an inclusion list from the annotation results.
getInclusionList(results, adductsTable = LipidMS::adductsTable)
results |
data frame. Output of identification functions. |
adductsTable |
data frame with the adducts allowed and their mass difference. |
Data frame with 6 columns: formula, RT, neutral mass, m/z, adduct and the compound name.
M Isabel Alcoriza-Balaguer <maialba@alumni.uv.es>
library(LipidMSdata) results <- idPOS(MS1_neg, MSMS1_neg, MSMS2_neg) getInclusionList(results$results)