Nothing
# the size of a genome interval is in terms of its bases, i.e. computed on integers 'Z'
# inter_base intervals have size 0
setMethod(
"size",
signature( "Genome_intervals" ),
function( x ) {
rv <- callNextMethod(x)
rv[ inter_base(x) ] <- 0
rv
}
)
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.