Nothing
testthat::test_that("dimensions",{
#check row numbers and column numbers
fseq <- seqTools::fastqq(system.file("extdata", "10^5_reads_test.fq.gz", package = "qckitfastq"))
testthat::expect_equal(dimensions(fseq,"positions"),100)
testthat::expect_equal(dimensions(fseq,"reads"),25000)
})
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.