test_that("mapGencodeToEnsembl", {
expect_identical(
object = mapGencodeToEnsembl(42L),
expected = 108L
)
expect_identical(
object = mapGencodeToEnsembl("M31"),
expected = 108L
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.