intEntropyCalculator: Title Calculate entropy

Description Usage Arguments Value References Examples

View source: R/intEntropyCalculator.R

Description

Title Calculate entropy

Usage

1
intEntropyCalculator(dataPeakSheak)

Arguments

dataPeakSheak,

a matrix which has two column of MSMS

Value

entropy

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", "dataPeakSheakTest.rda", package = "MetEx"))
entropy <- intEntropyCalculator(dataPeakSheak = dataPeakSheakTest)

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