View source: R/extracResFilter.R
extracResFilter | R Documentation |
Title Fliter the result of targetExtraction by entropy and intensity.
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
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.