adduct {MetCirc}R Documentation

adduct returns adduct ion names of compounds in MSP-object

Description

adduct returns adduct ion names of compounds in MSP-object.

Usage

adduct(x)

Arguments

x

object of class MSP

Format

An object of class NULL of length 0.

Value

character

Functions

Examples

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

[Package MetCirc version 1.14.0 Index]