tests/testthat/test_revComp.R

context("Just testing revers Compelement functionality")

test_that("Check whether revCompm works properly",{
  revFun<-revComp(seq = "ATCGC",outputType = "char")
  expected<-c("G","C","G","A","T")
  expect_equal(revFun,expected)
})

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.