entropyCalculator: Title Use EIC data to calculate entropy and the position...

Description Usage Arguments Value References Examples

View source: R/entropyCalculator.R

Description

Title Use EIC data to calculate entropy and the position (retention time) of max intensity.

Usage

1

Arguments

eicData

a matrix containing EIC data, the first column is rt (retention time) and the second column is intensity.

Value

maxTRandEntropy

References

Ju R, Liu X, Zheng F, et al. Removal of False Positive Features to Generate Authentic Peak Table for High-resolution Mass Spectrometry-based Metabolomics Study[J]. Analytica Chimica Acta, 2019.

Examples

1
2
load(system.file("extdata/testData", "eicDataTest.rda", package = "MetEx"))
maxTRandEntropy <- entropyCalculator(eicDataTest)

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