read_rp_xlsx: Read retention times (RT) measured on a reverse phase (RP)...

View source: R/util.R

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


FastRet documentation built on June 25, 2024, 5:07 p.m.