Learn R Programming

MALDIcellassay (version 0.4.47)

getAllMz: Get all mz value of an MALDIassay-object

Description

Get all mz value of an MALDIassay-object

Usage

getAllMz(object, excludeNormMz = FALSE)

Value

numeric vector of mz values

Arguments

object

Object of class MALDIassay

excludeNormMz

Logical, remove normMz from list of mz values.

Examples

Run this code
# see example for `fitCurve()` to see how this data was generated
data(Blank2022res)
head(getAllMz(Blank2022res))

Run the code above in your browser using DataLab