read_rp_xlsx | R Documentation |
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
.
read_rp_xlsx()
A dataframe of 442 metabolites with columns RT
, SMILES
and NAME
.
Measured by functional genomics lab at the University of Regensburg.
RP
x <- read_rp_xlsx()
all.equal(x, RP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.