extracResFilter: Title Fliter the result of targetExtraction by entropy and...

Description Usage Arguments Value Examples

View source: R/extracResFilter.R

Description

Title Fliter the result of targetExtraction by entropy and intensity.

Usage

1
2
3
4
5
6
extracResFilter(
  targExtracRes,
  entroThre,
  intThre,
  classficationMethod = "NoSVM"
)

Arguments

targExtracRes,

the result of targetExtraction

entroThre,

the threshold of entropy

intThre,

the threshold of intensity

classficationMethod

Classfication Method, "NoSVM" or "SVM".

Value

ms1Info

Examples

1
2
3
4
5
load(system.file("extdata/testData", "targExtracResTest.rda", package = "MetEx"))
ms1Info <- extracResFilter(targExtracRes = targExtracResTest,
                           entroThre=2,
                           intThre=250,
                           classficationMethod="NoSVM")

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