Analysis and annotation of LC-MS/MS DIA data with the use of in-house mass spectral libraries.
AIF(fileMS1,fileMS2,CE=0, database,rtw=7,
ppm_tol=10,dmzgap=50,drtdens =20,drtgap=25,
drtsmallMS1=100,drtsmallMS2=30,dmzdensMS1=15,
dmzdensMS2=30,drtfill=5,drttotal=100,minpeakMS1=5,
minpeakMS2=3,recurs=2,weight=2,SB=3, SN=2,
minintMS1=1000,minintMS2=100,maxint=9e+09,
ion_mode="positive",ppm=TRUE,ended=6)
A .mzXML file extension with the MS/MS experiment obtained at particular collision energy (CE).
A .mzXML file extension with the MS/MS experiment obtained at particular collision energy (CE).
Collision energy employed for the MS/MS experiment.
A csv file with data arranged in columns including the names in the first row: Metabolite; Monoisotopic mass for the precursor; Mass Fragment 1; Mass Fragment 2; Mass Fragment 3... There is no need to used retention times as a constraint.
numeric. The difference between the theoretical retention time value and the experimental. Default value=3
numeric. Mass error in ppm between the theoretical m/z value and the experimental. Default value=10
Arguments to be passed from enviPickwrap
Arguments to be passed from enviPickwrapfor MS1 mode
Arguments to be passed from enviPickwrapfor MS2 mode
Arguments to be passed from enviPickwrap
Arguments to be passed from enviPickwrap for MS1 mode
Arguments to be passed from enviPickwrap for MS2 mode
Arguments to be passed from enviPickwrap
Arguments to be passed from enviPickwrap
Arguments to be passed from enviPickwrap
Mininum number of scans that comprise a peak for MS1 mode.
Mininum number of scans that comprise a peak for MS2 mode.
Arguments to be passed from enviPickwrap
Arguments to be passed from enviPickwrap
Arguments to be passed from enviPickwrap
Arguments to be passed from enviPickwrap
Arguments to be passed from enviPickwrap. Value for the MS1 mode.
Arguments to be passed from enviPickwrap. Value for the MS2 mode
Arguments to be passed from enviPickwrap
Arguments to be passed from enviPickwrap
Arguments to be passed from enviPickwrap
Arguments to be passed from enviPickwrap
Peak picking for MS1 level
Peak picking for MS2 level
Matrix with the metabolites annotated.
Raw scans from raw data.
Raw scans from raw data.
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.
# NOT RUN {
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")
# }
Run the code above in your browser using DataLab