Nothing
context("Tidy Up")
dirs <- list.dirs(path = ".",full.names = TRUE,recursive = TRUE)
dirs <- grep(pattern = "methylDB",x = dirs,value = TRUE)
unlink(x = dirs, recursive = TRUE)
unlink("Rplots.pdf")
unlink("test.bed")
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.