tests/testthat/test_needleman.R

context("Just testing needleman functionality")

test_that("Check Effective needleman works properly",{
  seq1="HELLO_WORLD"
  seq2="HELLOWORLD"
  need=needleman(seq1,seq2)
  expect_equal(need,9)

})

Try the ftrCOOL package in your browser

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

ftrCOOL documentation built on Nov. 30, 2021, 1:07 a.m.