Description Usage Arguments Value Examples
View source: R/batchMS2Score.QQQ.R
Title batchMS2Score.QQQ
1 2 3 4 5 6 7 8 9 | batchMS2Score.QQQ(
ms1Info,
ms1DeltaMZ,
ms2DeltaMZ,
deltaTR,
intThre,
mgfMatrix,
mgfData
)
|
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 |
ms2ScoreResult
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.