Description Usage Arguments Value Methods (by class) Examples
combine
combines two objects of class MSP
.
1 2 3 4 |
object1 |
object of class |
object2 |
object of class |
MSP
-object
object1 = MSP,object2 = MSP
: combines two object of class MSP
1 2 3 4 5 6 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.