tests/testthat/test-create_phe_table_from_plink_text_data.R

test_that("use", {
  plink_text_data <- create_test_plink_text_data()
  phe_table <- create_phe_table_from_plink_text_data(plink_text_data)
  phe_table_too <- create_phe_table_from_ped_table(
    plink_text_data$ped_table
  )
  expect_identical(phe_table, phe_table_too)
})
richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.