setGeneric('GRanges2ucsc', function(Object)
standardGeneric('GRanges2ucsc'))
setMethod('GRanges2ucsc','GRanges', function(Object) {
ucscf <- paste0(as.character(seqnames(Object)), ':',
start(Object), '-', end(Object))
return(ucscf)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.