require(methods) || stop("Couldnt load package methods")
setClass("xcmsFragments", representation(peaks = "matrix",
MS2spec = "list",
specinfo = "matrix"
##, pipeline = "xcmsRawPipeline"
),
prototype(peaks = matrix(nrow = 0, ncol = 6),
MS2spec=NULL,
specinfo=NULL
##, pipeline = new("xcmsRawPipeline")
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.