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 { devtools::install_github("maialba3/LipidMSdata2") library(LipidMS) msobject <- idPOS(LipidMSdata2::msobjectDIApos) getInclusionList(msobject) # } # NOT RUN { # }
Run the code above in your browser using DataLab