tests/testthat/test_MMI.R

context("Just testing MMI functionality")

test_that("Check whether length of MMI vector is correct",{
  apaac<-MMI_DNA(seqs = "ACCGACGT")
  lenApaac<-length(apaac)
  expectedLen<-30
  expect_equal(lenApaac,expectedLen)
})

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.