adduct<- {MetCirc}R Documentation

adduct<- sets adduct ion names in MSP-object

Description

adduct<- sets adduct ion names in MSP-object

Arguments

x

object of class MSP, see ?convert2MSP for further information

value

character vector with new adduct ion names

Format

An object of class NULL of length 0.

Value

MSP-object

Examples

data("sd02_deconvoluted", package = "MetCirc")
finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ",
                         splitIndMZ = 2, splitIndRT = NULL)
adduct(finalMSP) <- rep("Unknown")

[Package MetCirc version 1.14.0 Index]