Nothing
## Methods for xcmsPeaks
#' @include DataClasses.R
setMethod("show", "xcmsPeaks", function(object) {
cat("A matrix of", nrow(object), "peaks\n")
cat("Column names:\n")
print(colnames(object))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.