getMzFromMzIdx: Get the mz value associated with a mzIdx

View source: R/getters.R

getMzFromMzIdxR Documentation

Get the mz value associated with a mzIdx

Description

Get the mz value associated with a mzIdx

Usage

getMzFromMzIdx(object, mzIdx)

Arguments

object

Object of class MALDIassay

mzIdx

numeric, index of mass of interest (see getPeakStatistics())

Value

numeric, mz value

Examples

# see example for `fitCurve()` to see how this data was generated
data(Blank2022res)
getMzFromMzIdx(Blank2022res, mzIdx = 2)

MALDIcellassay documentation built on Sept. 11, 2024, 8:29 p.m.