setClass("cpPeaks", contains = c("PipelineData", "xcmsPeaks"))
setMethod("show", "cpPeaks", function(object) {
callNextMethod()
cat("\nVia a ")
show(object@pipeline)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.