Skip to contents

Read retention time data from a reverse phase liquid chromatography measured with a temperature of 35 degree and a flowrate of 0.3ml/min. The data also exists as dataframe in the package. To use it directly in R just enter RP.

Usage

read_rp_xlsx()

Source

Measured by functional genomics lab at the University of Regensburg.

Value

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

See also

RP

Examples

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