Description Usage Arguments Value References Examples
View source: R/entropyCalculator.R
Title Use EIC data to calculate entropy and the position (retention time) of max intensity.
1 | entropyCalculator(eicData)
|
eicData |
a matrix containing EIC data, the first column is rt (retention time) and the second column is intensity. |
maxTRandEntropy
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.
1 2 | load(system.file("extdata/testData", "eicDataTest.rda", package = "MetEx"))
maxTRandEntropy <- entropyCalculator(eicDataTest)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.