Nothing
context("cross2_to_grcm39")
test_that("cross2_to_grcm39 works for DOex", {
library(qtl2)
skip_if(isnt_karl(), "this test only run locally")
file <- paste0("https://raw.githubusercontent.com/rqtl/",
"qtl2data/main/DOex/DOex.zip")
DOex <- read_cross2(file)
DOex_rev <- cross2_to_grcm39(DOex)
expect_equal(tot_mar(DOex_rev), tot_mar(DOex)-14)
expect_equal(n_ind(DOex_rev), n_ind(DOex))
DOex_rev2 <- cross2_to_grcm39(DOex, "mm")
expect_equal(DOex_rev2, DOex_rev)
})
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.