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 { results <- idPOS(LipidMS::MS1_neg, LipidMS::MSMS1_neg, LipidMS::MSMS2_neg) getInclusionList(results$results) # } # NOT RUN { # }
Run the code above in your browser using DataLab