Nothing
#Get an example BAM file and generate a chromosome table featuring fragment names and lengths
example.bam <- list.files(file.path(system.file(package='contiBAIT'), 'extdata'), full.names=TRUE)[1]
chrTable <- makeChrTable(example.bam)
show(chrTable)
dividedChr <- makeChrTable(example.bam, splitBy=1000000)
show(dividedChr)
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.