Nothing
test_that("verify against ribd", {
test_peds <- list(pedtools::nuclearPed(nch = 2),
pedtools::avuncularPed(),
pedtools::cousinPed(degree = 1),
pedtools::cousinPed(degree = 2),
pedtools::cousinPed(degree = 5))
for (ped in test_peds){
expected <- ribd::multiPersonIBD(ped,
ids = pedtools::leaves(ped))
observed <- multi_ibd_patterns(ped)
expect_equal(observed, expected, ignore_attr = TRUE)
}
})
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.