test.findPeaksMassIfQuant <- function() {
file <- system.file('microtofq/MM14.mzdata', package = "msdata")
xraw <- xcmsRaw(file)
p <- findPeaks(xraw, method="massifquant")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.