getMzFromMzIdx {MALDIcellassay} | R Documentation |
Get the mz value associated with a mzIdx
getMzFromMzIdx(object, mzIdx)
object |
Object of class MALDIassay |
mzIdx |
numeric, index of mass of interest (see |
numeric, mz value
# see example for `fitCurve()` to see how this data was generated
data(Blank2022res)
getMzFromMzIdx(Blank2022res, mzIdx = 2)