Reads the Retip::HILIC dataset (CC BY 4.0) from the Retip package or, if
Retip is not installed, downloads the dataset directly from the Retip GitHub repository. Before returning the dataset,
SMILES strings are canonicalized and the original tibble object is
converted to a base R data.frame.
Value
A data frame with 970 rows and the following columns:
NAME: Molecule nameINCHIKEY: InChIKeySMILES: Canonical SMILES stringRT: Retention time in Minutes
Details
Attribution as required by CC BY 4.0:
Original dataset by: Paolo Bonini, Tobias Kind, Hiroshi Tsugawa, Dinesh Kumar Barupal, and Oliver Fiehn as part of the Retip project.
Source repository: https://github.com/oloBion/Retip
Original file: https://github.com/oloBion/Retip/raw/master/data/HILIC.RData
License: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
Modifications in FastRet:
converted tibble to data.frame
canonicalized SMILES using
as_canonical()renamed column 'INCHKEY' to 'INCHIKEY'