tests/testthat/test_QSOrder.R

context("Just testing Qusian sequence order functionality")

test_that("Check whether QSOrder length vector is correct",{
  lenFun<-ncol(QSOrder(seqs = "ATSCCVYTGRILKMNSAAAFDCILG",nlag = 21))
  expectedLen<-21*2
  expect_equal(lenFun,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.