| peaks {MetCirc} | R Documentation |
peaks method for MSP-classpeaks returns the data.frame entry with peak
information of an MSP object.
peaks(object) ## S4 method for signature 'MSP' peaks(object)
object |
object of class |
data.frame
MSP: returns the data.frame of an MSP-object
data("sd02_deconvoluted", package = "MetCirc")
finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ",
splitIndMZ = 2, splitIndRT = NULL)
peaks(finalMSP)