getAllMz {MALDIcellassay} | R Documentation |
Get all mz value of an MALDIassay-object
getAllMz(object, excludeNormMz = FALSE)
object |
Object of class MALDIassay |
excludeNormMz |
Logical, remove normMz from list of mz values. |
numeric vector of mz values
# see example for `fitCurve()` to see how this data was generated
data(Blank2022res)
head(getAllMz(Blank2022res))