tests/testthat/test-kmeRs_show_alignment.R

test_that("multiplication works", {
  # Show example alignment
  kmeRs_align <- kmeRs_show_alignment(kmer_A = "AAATTTCCCGGG", kmer_B = "TCACCC", submat = "BLOSUM62")
  # Test
  expect_true(is.data.frame(kmeRs_align))
})

Try the kmeRs package in your browser

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

kmeRs documentation built on Sept. 11, 2024, 6:52 p.m.