Skip to contents

If the Retip package is installed, its HILIC dataset is read from its installation directory. If not, the dataset is downloaded from https://github.com/oloBion/Retip/raw/master/data/HILIC.RData to a temporary file and then read from there.

Usage

read_retip_hilic_data(verbose = 1)

Arguments

verbose

Verbosity level. Set to 1 to enable progress messages, 0 to suppress them.

Value

A data frame containing the Retip HILIC dataset.

References

Retip: Retention Time Prediction for Compound Annotation in Untargeted Metabolomics Paolo Bonini, Tobias Kind, Hiroshi Tsugawa, Dinesh Kumar Barupal, and Oliver Fiehn Analytical Chemistry 2020 92 (11), 7515-7522 DOI: 10.1021/acs.analchem.9b05765

Examples

df <- read_retip_hilic_data(verbose = 0)