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