| getPrecursorMZ {MetCirc} | R Documentation |
getPrecursorMZ returns precursor m/z values of an
MSP-objectgetPrecursorMZ returns a numeric vector with
precursor m/z values
getPrecursorMZ(x)
x |
object of class |
An object of class NULL of length 0.
numeric
getPrecursorMZ: returns precursor m/z values of an MSP object
data("sd02_deconvoluted", package = "MetCirc")
finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ",
splitIndMZ = 2, splitIndRT = NULL)
getPrecursorMZ(finalMSP)