library(testthat)
library(nanodsmf)
context("The DNAstringset2gr function")
test_that("The conversion works",{
expect_equal(DNAstringset2gr(genomeFile),genomeGR)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.