data(iupac)
test_that("addpos2string() outputs DNAStringSet", {
iupac <- iupac |> addpos2string(chrom="chr1", start=1, end=1000)
expect_true(as.character(iupac@metadata$GRanges@seqnames) == "chr1")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.