powered by
Obtain an inclusion list from the annotation results.
getInclusionList(results, adductsTable = LipidMS::adductsTable)
data frame. Output of identification functions.
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.
# NOT RUN { library(LipidMSdata) results <- idPOS(MS1_neg, MSMS1_neg, MSMS2_neg) getInclusionList(results$results) # } # NOT RUN { # }
Run the code above in your browser using DataLab