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