Description Usage Arguments Value Examples
View source: R/extracResFilter.R
Title Fliter the result of targetExtraction by entropy and intensity.
1 2 3 4 5 6 | extracResFilter(
targExtracRes,
entroThre,
intThre,
classficationMethod = "NoSVM"
)
|
targExtracRes, |
the result of targetExtraction |
entroThre, |
the threshold of entropy |
intThre, |
the threshold of intensity |
classficationMethod |
Classfication Method, "NoSVM" or "SVM". |
ms1Info
1 2 3 4 5 | load(system.file("extdata/testData", "targExtracResTest.rda", package = "MetEx"))
ms1Info <- extracResFilter(targExtracRes = targExtracResTest,
entroThre=2,
intThre=250,
classficationMethod="NoSVM")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.