Description Usage Arguments Examples
This function converts a list of MALDIquant::MassSpectrum objects to a hyperSpec::hyperSpec object for downstream processing. It assumes all MassSpectrum objects have the same wavelengths as the first entry in the list.
1 | mq_conv_hs(mq.x)
|
mq.x |
list of MALDIquant objects |
1 2 3 4 5 6 7 8 | # Load hyperSpec object
data("hs_example")
# Convert to MassSpectrum object
mq.x <- hs_conv_mq(hs_example)
# Convert to hyperspec object
hs.x <- mq_conv_hs(mq.x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.