# the show method:
setMethod("show", "ballgown",
function(object)
cat(class(object), "instance with", length(structure(object)$trans),
"transcripts and", length(object@dirs), "samples\n")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.