Nothing
test_that('matrix transformations work', {
library(HiCcompare)
library(testthat)
data('HMEC.chr22')
original = as.data.table(HMEC.chr22)
full = HiCcompare::sparse2full(HMEC.chr22)
sparse = HiCcompare::full2sparse(full)
expect_equal(original, sparse)
})
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.