Description Usage Arguments Value Examples
Title Give MSMS Score.
1 2 3 4 5 6 7 8 9 | ms2Score(
ms2Act,
ms2DB,
ms2DeltaMZ,
sn.threshold = 3,
noise.intensity = "minimum",
missing.value.padding,
scoreMode
)
|
ms2Act, |
measured ms2 |
ms2DB, |
ms2 in database |
ms2DeltaMZ, |
the tolerence between ms2Act and ms2DB |
sn.threshold |
The S/N threshold of MS2 spectrum. |
noise.intensity |
The intensity of noise of MS2 spectrum. |
missing.value.padding |
The missing value padding method of MS2. |
scoreMode, |
the mode of score, obverse, reverse or average |
scoreOfMS2
1 2 3 4 5 6 7 8 | load(system.file("extdata/testData", "ms2ActTest.rda", package = "MetEx"))
load(system.file("extdata/testData", "ms2DBTest.rda", package = "MetEx"))
scoreOfMS2 <- ms2Score(ms2Act = ms2ActTest,
ms2DB = ms2DBTest,
ms2DeltaMZ=0.02,
sn.threshold = 3,
missing.value.padding = "minimal.value",
scoreMode='average')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.