find_untargeted_ionpair {MRMLinear} R Documentation

MRM-Ion Pair Finder is used to automatically and systematically define MRM transitions from untargeted metabolomics data.

Description

Our research group first introduced the concept of pseudotargeted metabolomics using the retention time locking
GC-MS-selected ions monitoring in 2012. The pseudotargeted metabolomics method was extended to LC-MS in 2013. To define
ion pairs automatically and systematically, the in-house software “Mul-tiple Reaction Monitoring-Ion Pair Finder (MRM-Ion
Pair Finder)” was developed, which made defining of the MRM transitions for untargeted metabolic profiling easier and
less time consuming. Recently, MRM-Ion Pair Finder was updated to version 2.0. The new version is more convenient, consumes
less time and is also suitable for negative ion mode. And the function of MRM-Ion Pair Finder is also performed in R so
that users have more options when using pseudotargeted method.

Usage

find_untargeted_ionpair(ms2,
    ms1 = NULL,
    diff.MS2MS1 = 0.05,
    ms2.intensity = 0.05);

Arguments

ms2

-

env

[as Environment]

Details

https://github.com/zhengfj1994/MRM-Ion_Pair_Finder

Authors

BioNovoGene

Value

this function returns data object of type IonPair.

clr value class

Examples


[Package MRMLinear version 1.0.0.0 Index]