tests/testthat/test_PSEAAC.R

context("Just testing PSEAAC functionality")

test_that("Check whether length of PSEAAC vector is correct",{
  apaac<-PSEAAC(seqs = "AYCMLWTIL",lambda = 3,l = 2)
  lenApaac<-length(apaac)
  expectedLen<-400+(3)
  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.