tests/testthat/test_conjointKS.R

context("Just testing conjointTriadKs functionality")

test_that("Check conjointTriadKs length with 0 space with conjoint tirad",{

  ConjointKs<-conjointTriadKS(seqs="AYAAACAACAFL",rng = 0,normalized = FALSE)
  expected<-conjointTriad(seqs = "AYAAACAACAFL",normalized = FALSE)
  dimnames(ConjointKs)<-NULL
  dimnames(expected)<-NULL
  expect_equal(ConjointKs,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.