| combine {MetCirc} | R Documentation |
combine method for MSP-classcombine combines two objects of class MSP.
combine(object1, object2) ## S4 method for signature 'MSP,MSP' combine(object1, object2)
object1 |
object of class |
object2 |
object of class |
MSP-object
object1 = MSP,object2 = MSP: combines two object of class MSP
data("sd02_deconvoluted", package = "MetCirc")
finalMSP1 <- convert2MSP(sd02_deconvoluted, split = " _ ",
splitIndMZ = 2, splitIndRT = NULL)
finalMSP2 <- convert2MSP(sd02_deconvoluted, split = " _ ",
splitIndMZ = 2, splitIndRT = NULL)
combine(finalMSP1, finalMSP2)