# Show methods
setMethod("show", "DBAmmd",
function(object){
cat(class(object), "instance with",
numPeaks(object), "peaks and",
numSamples(object), "samples on\n",
Genome(object), "genome: \n\n")
print(Samples(object))
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.