peaks {MetCirc}R Documentation

peaks method for MSP-class

Description

peaks returns the data.frame entry with peak information of an MSP object.

Usage

peaks(object)

## S4 method for signature 'MSP'
peaks(object)

Arguments

object

object of class MSP

Value

data.frame

Methods (by class)

Examples

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

[Package MetCirc version 1.14.0 Index]