Nothing
twobit_seqstats <- function(filepath)
{
filepath <- normarg_filepath(filepath)
.Call("C_get_twobit_seqstats", filepath, PACKAGE="Rtwobitlib")
}
twobit_seqlengths <- function(filepath)
{
filepath <- normarg_filepath(filepath)
.Call("C_get_twobit_seqlengths", filepath, PACKAGE="Rtwobitlib")
}
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.