tests/testthat/test-get_codons.R

test_that("get_codons is working well !", {
  expect_equal(get_codons(DNA_seq = "ATGCGC", start = 1), c( "ATG" , "CGC") )
})
rforbiodatascience22/group_18_package documentation built on April 5, 2022, 7:51 p.m.