Description Usage Arguments Value Author(s) References Examples
Peak-to-peak Pearson correlation coefficient, peak-to-peak shape ratio and product/precursor ion intensity ratios are calculated for a product and precursor metabolites from LC-MS/MS DIA experiment.
1 |
input |
Peak grouped for a particular metabolite obtained with the PeakGroup. |
file |
LC-MS/MS DIA file processed by the AIF. |
ID1 |
PeakID of the precursor ion metabolite. |
ID2 |
PeakID of the product ion metabolite. |
CE |
numeric. Collision energy for the file processed. |
Score |
Peak-to-peak Pearson correlation coefficient for a pair of EIC peaks. |
IntensityRatio |
Peak intensity ratio between product and precursor ion metabolite. |
AssymetriRatio |
Score for the chromatogram peak shape based on assymmetry factor. |
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 13 14 15 | 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")
#aif10<-AIF(fileMS,fileMS2CE10,database,CE=10, ion_mode = "positive")
#Peakgroup<-PeakGroup(aif5,aif10)
#Scores5<-ScoresDIA(Peakgroup$Glutamine,aif5,ID1=90, ID2 = 95,CE=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.