Nothing
library(GenomicDataCommons)
context('readHTSeqFile')
test_that("readHTSeqFile works on example data", {
dat = readHTSeqFile(system.file(package="GenomicDataCommons",
'extdata/example.htseq.counts.gz'))
expect_equal(nrow(dat),50)
expect_equal(ncol(dat),2)
})
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.