Nothing
fns = list.files(root,
"*-mirbase-ready.counts", recursive = T)[1:14]
coldata = data.frame(row.names = dirname(fns),
condition = substr(dirname(fns), 1, 2))
ids <- IsomirDataSeqFromFiles(file.path(root, fns),
coldata = coldata)
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.