extract-methods: Extract parts of a 'MSP'-object

Description Usage Arguments Value Examples

Description

[ operator acting on an MSP-object to extract parts.

Usage

1
2
## S4 method for signature 'MSP,numeric'
x[i]

Arguments

x

object of class MSP

i

numeric

Value

MSP-object

Examples

1
2
3
4
data("sd02_deconvoluted", package = "MetCirc")
finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ",
                         splitIndMZ = 2, splitIndRT = NULL)
finalMSP[1]

PlantDefenseMetabolism/MetCirc documentation built on May 8, 2019, 2:52 p.m.