batchMS2Score.QQQ: Title batchMS2Score.QQQ

Description Usage Arguments Value Examples

View source: R/batchMS2Score.QQQ.R

Description

Title batchMS2Score.QQQ

Usage

1
2
3
4
5
6
7
8
9
batchMS2Score.QQQ(
  ms1Info,
  ms1DeltaMZ,
  ms2DeltaMZ,
  deltaTR,
  intThre,
  mgfMatrix,
  mgfData
)

Arguments

ms1Info

the result of extracResFliter

ms1DeltaMZ

the difference of m/z between ms1Info and mgf files

ms2DeltaMZ

the difference of m/z between mgf and database of MS2

deltaTR

the difference of retention time between ms1Info and mgf

intThre

Intensity threshold

mgfMatrix

the mgf mateix that created by importMgf

mgfData

the mgf data that created by inportMgf

Value

ms2ScoreResult

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
load(system.file("extdata/testData", "ms1InfoQQQTest.rda", package = "MetEx"))
load(system.file("extdata/testData", "mgfMatrixTest.rda", package = "MetEx"))
load(system.file("extdata/testData", "mgfDataTest.rda", package = "MetEx"))
ms2ScoreResult <- batchMS2Score.QQQ(ms1Info = ms1InfoQQQTest,
                                    ms1DeltaMZ = 0.01,
                                    ms2DeltaMZ = 0.02,
                                    deltaTR = 15,
                                    intThre = 270,
                                    mgfMatrix = mgfMatrixTest,
                                    mgfData = mgfDataTest)

zhengfj1994/MeTEA documentation built on June 29, 2021, 5:21 a.m.