| classes {MetCirc} | R Documentation |
classes returns class names of compounds in MSP-objectclasses returns class names of compounds in MSP-object.
classes(x)
x |
object of class |
An object of class NULL of length 0.
character
classes: returns class names of metabolites in MSP-object
data("sd02_deconvoluted", package = "MetCirc")
finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ",
splitIndMZ = 2, splitIndRT = NULL)
classes(finalMSP)