getSingleSpecIntensity | R Documentation |
Extract the intensities of single spectra for a given mzIdx
getSingleSpecIntensity(object, mz_idx)
object |
Object of class MALDIassay |
mz_idx |
Integer, index of mz |
Numeric vector, intensities of mzIdx
# see example for `fitCurve()` to see how this data was generated
data(Blank2022res)
head(getSingleSpecIntensity(Blank2022res, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.