combineSpectraParam = setClass("combineSpectraParam",
slots=c(
fcol="character",
mzd="numeric",
intensityFun="ANY"
),
prototype=prototype(
fcol="peak_id",
mzd=0.005,
intensityFun=mean
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.