getRT {MetCirc} | R Documentation |
getRT
returns precursor RT values of an MSP
-objectgetRT
returns a numeric
vector with all retention
time values
getRT(x)
x |
object of class |
An object of class NULL
of length 0.
numeric
getRT
: returns precursor RT values of an MSP
-object
data("sd02_deconvoluted", package = "MetCirc") finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ", splitIndMZ = 2, splitIndRT = NULL) getRT(finalMSP)