Nothing
      gcContent <- function(regions, ref) {
    
    seq = getSeq(ref, regions)
    gc = letterFrequency(seq, "GC")
    acgt = letterFrequency(seq, "ACGT")
    r = as.vector(gc / acgt)
    r[is.nan(r)] = r
    return(r)
}
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.