getMzFromMzIdx {MALDIcellassay} | R 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 |
Value
numeric, mz value
Examples
# see example for `fitCurve()` to see how this data was generated
data(Blank2022res)
getMzFromMzIdx(Blank2022res, mzIdx = 2)
[Package MALDIcellassay version 0.4.47 Index]