Description Usage Arguments Author(s) References Examples
Analysis and annotation of LC-MS/MS DIA data with the use of in-house mass spectral libraries.
1 | Filter_AIF(aif5,a=1,database,rttol=0.2)
|
aif5 |
DIA file processed |
a |
Rule to restrict number of product ions. |
database |
database employed for targeted annotation. |
rttol |
numeric. Retention time tolerance for aligning fragments and precursors.Default value=0.2min |
Manuel D Peris Diaz
1. R-MetaboList: a flexible tool for metabolite extraction from high-resolution data-independent acquisition mass spectrometry analysis. Metabolites. Soon
2. A Survey of Orbitrap All Ion Fragmentation Analysis Assessed by an R MetaboList Package to Study Small-Molecule Metabolites. Chromatographia. 2018, 81, 981-994.
1 2 3 4 5 6 7 8 9 10 11 12 | library(MetaboList)
CE.isolation("AIFpos1000-AIF.mzXML","fileposB")
#Reading the database.csv file:
# database<- read.csv("C:/database.csv")
#Processing peak-picking and annotation with default parameters
#aif5<-AIF(fileMS,fileMS2CE5,database,CE=5, ion_mode = "positive")
#Filter_AIF(aif5,full=TRUE,a=0,database)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.