View source: R/idFunctionsNeg.R
| idNEG | R Documentation |
Lipids annotation based on fragmentation patterns for LC-MS/MS DIA or DDA data acquired in negative mode. This function compiles all functions writen for ESI- annotations.
idNEG(
msobject,
ppm_precursor = 5,
ppm_products = 10,
rttol = 5,
coelCutoff = 0.8,
lipidClasses = c("FA", "FAHFA", "LPC", "LPE", "LPG", "LPI", "LPS", "PC", "PCo", "PCp",
"PE", "PEo", "PEp", "PG", "PI", "PS", "Sph", "SphP", "Cer", "CerP", "AcylCer", "SM",
"CL", "BA"),
dbs,
verbose = TRUE
)
msobject |
an msobject returned by dataProcessing. |
ppm_precursor |
mass tolerance for precursor ions. By default, 5 ppm. |
ppm_products |
mass tolerance for product ions. By default, 10 ppm. |
rttol |
total rt window for coelution between precursor and product ions. By default, 5 seconds. |
coelCutoff |
coelution score threshold between parent and fragment ions. Only applied if rawData info is supplied. By default, 0.8. |
lipidClasses |
classes of interest to run the identification functions. |
dbs |
list of data bases required for annotation. By default, dbs contains the required data frames based on the default fragmentation rules. |
verbose |
print information messages. |
annotated msobject (list with several elements). The results element is a data frame that shows: ID, lipid class, CDB (total number of carbons and double bounds), FA composition (specific chains composition if it has been confirmed), mz, RT (in seconds), I (intensity), Adducts, ppm (mz error), confidenceLevel (Subclass, FA level, where chains are known but not their positions, or FA position level), peakID, and Score (parent-fragment coelution score mean in DIA data or relative sum intensity in DDA of all fragments used for the identification); and the annotatedPeaklist element shows the original MS1 peaklist with the annotations on it.
M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>
## Not run:
msobject <- idNEG(msobject)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.