tests/testthat/test-read_alignment.R

test_that("check class & type", {
  alignment <- read_alignment('XRCC2')

  expect_s3_class(alignment, 'align_mat')
  expect_type(alignment, 'character')
})

Try the agvgd package in your browser

Any scripts or data that you put into this service are public.

agvgd documentation built on Sept. 11, 2022, 1:07 a.m.