Skip to contents

Reads retention times from a reverse phase liquid chromatography experiment, performed at 35\(^\circ\)C and a flow rate of 0.3 mL/min. The data is also available as a dataframe in the package; to access it directly, use RP.

Usage

read_rp_xlsx()

Source

Measured by the Institute of Functional Genomics at the University of Regensburg.

Value

A dataframe of 442 metabolites with columns RT, SMILES and NAME.

See also

RP

Examples

x <- read_rp_xlsx()
all.equal(x, RP)
#> [1] TRUE