Downloads and reads the HILIC dataset from the Retip package. The dataset is downloaded from https://github.com/oloBion/Retip/raw/master/data/HILIC.RData
, saved to a temporary file and then read and returned.
Usage
read_retip_hilic_data(verbose = 1)
Arguments
- verbose
Verbosity level. 1 == print progress messages, 0 == no progress messages.
Value
df A data frame containing the 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)