Nothing
## $Id: ChrMapPlot-class.R 2072 2009-10-05 16:00:38Z tfrayner $
setClass('ChrMapPlot',
representation=list(
labels='character',
start='numeric',
end='numeric')
)
setMethod('show',
signature=signature(object='ChrMapPlot'),
function(object) {
cat(class( object ))
cat('\n')
cat('Number of features plotted:', length(object@labels), '\n')
})
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.