Description Usage Arguments Author(s) References Examples
Plot an Extracted Ion Chromatogram (EIC) either from processed MS1 or MS/MS file with FullMS or AIF.
1 | plot_EIC(fullms,peakID=333,ms=1,CE=0)
|
fullms |
A fullms or DIA file processed by FullMS or AIF. |
peakID |
Identity of the EIC desired to plot. The peakID is indicated in the ouput obtained with FullMS or AIF. |
ms |
numeric. MS level of EIC desired to plot. |
CE |
numeric. Collision energy for the file processed. |
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 | library(MetaboList)
#Reading the file.mzXML
# file<-fullMS.mzXML
#Reading the database.csv file:
# database<- read.csv("C:/FullMS1.csv")
#Processing peak-picking and annotation with default parameters
# FullMS_results<-FullMS(file,database, ion_mode = "positive",)
#Output:
#FullMS_results$ms
#plot_EIC(fullmsposH,peakID=413)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.