Description Usage Arguments Examples
This function converts a hyperSpec::hyperSpec objects (default of Raman spectra) to a MALDIquant::MassSpectrum object for downstream processing.
1 | hs_conv_mq(hs.x)
|
hs.x |
hyperSpec object |
1 2 3 4 5 6 7 | ## Short example
# Load hyperSpec object
data("hs_example")
# Convert to MassSpectrum object
mq.x <- hs_conv_mq(hs_example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.