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

View source: R/extracResFilter.R

extracResFilterR Documentation

Title Fliter the result of targetExtraction by entropy and intensity.

Description

Title Fliter the result of targetExtraction by entropy and intensity.

Usage

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

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

zhengfj1994/MetEx documentation built on Nov. 19, 2023, 1:34 p.m.