View source: R/subfunctionsIdentification.R
crossTables | R Documentation |
Cross the original MS1 peaklist with the annotation results.
crossTables(msobject, ppm = 5, rttol = 10, dbs)
msobject |
annotated msobject |
ppm |
mass tolerance in ppm. |
rttol |
rt tolerance to match peaks in seconds. |
dbs |
list of data bases required for annotation. By default, dbs contains the required data frames based on the default fragmentation rules. If these rules are modified, dbs may need to be supplied. See createLipidDB and assignDB. |
msobject with an annotatedPeaklist, which is a data frame with 6 columns: mz, RT, int, LipidMSid, adduct and confidence level for the annotation. When multiple IDs are proposed for the same feature, they are sorted based on the annotation level and score.
M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.