Description Usage Arguments Value Examples
names<-
sets names in MSP
-object
1 2 | ## S4 replacement method for signature 'MSP,character'
names(x) <- value
|
x |
object of class |
value |
|
MSP
-object
1 2 3 4 | data("sd02_deconvoluted", package = "MetCirc")
finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ",
splitIndMZ = 2, splitIndRT = NULL)
names(finalMSP) <- rep("Unknown")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.