peaks2df {MALDIcellassay}R Documentation

Convert a list of peaks to a data.frame

Description

Convert a list of peaks to a data.frame

Usage

peaks2df(peaks)

Arguments

peaks

(list of) MALDIquant::MassPeaks

Value

Data.frame with peak data

Examples

data(Blank2022peaks)

peakdf <- peaks2df(Blank2022peaks[1:2])
head(peakdf)


[Package MALDIcellassay version 0.4.47 Index]