ScoresMS1: Statistical Analysis for a pair of peaks annotated for a...

Description Usage Arguments Value Author(s) References Examples

View source: R/ScoresMS1.R

Description

Isotopic distribution or multiple adducts of a particular compound can be evaluated by the ScoresMS1.R function that searches the output generated by the FullMS.R function for compounds annotated with multiple adducts or isotopes, calculating the isotope peak intensity ratio between monoisotopic or first isotopologue and the next one. Function calculates PPC based on intensity for both peaks at each scan forming EICs.

Usage

1
ScoresMS1(fullmspos,fullmsposb,ID1,ID2)

Arguments

fullmspos

Results achieved by FullMS.R function for a particular adduct.

fullmsposb

Results achieved by FullMS.R function for a particular adduct

ID1

PeakID of the peak corresponding to fileA.

ID2

PeakID of the peak corresponding to fileB.

Value

Score

Peak-to-peak Pearson correlation coefficient for a pair of EIC peaks.

IntensityRatio

Isotope peak intensity ratio between monoisotopic or first isotopologue and the next one.

AssymetriRatio

Score for the chromatogram peak shape based on assymmetry factor.

name

Metabolite name.

Author(s)

Manuel D Peris Diaz

References

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.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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 = "negative",)


#ScoresMS1<-ScoresMS1(FullMS_results,FullMS_results,ID2=149,ID1=148)

MetaboList documentation built on Aug. 22, 2019, 5:03 p.m.