Nothing
#Get a list of BAM files containing libraries for cells from the same organism, aligned to the same genome
#In this case these are the example BAM files provided with the package (hence the call to system.file);
data("exampleDividedChr")
library(BiocParallel)
example.dir <- file.path(system.file(package='contiBAIT'), 'extdata')
orderedContigs <- contiBAIT(path=example.dir,
cluster=1,
clusterParam=MulticoreParam(),
filter=exampleDividedChr,
pairedEnd=FALSE)
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.