read_rp_xlsx {FastRet}R Documentation

Read retention times (RT) measured on a reverse phase (RP) column

Description

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()

Value

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

Source

Measured by functional genomics lab at the University of Regensburg.

See Also

RP

Examples


x <- read_rp_xlsx()
all.equal(x, RP)


[Package FastRet version 1.1.3 Index]