tests/testthat/test-DISSULFID.R

context("checking that the dimention of dataframe obtained from disulfid function is 45*521 ")

test_that("whether the disulfid gives us the expected output",{
  ss<-disulfid(system.file("extdata", "C7GQS7.txt.pssm", package="PSSMCOOL"))
  expect_equal(dim(ss),c(28,521))
})

Try the PSSMCOOL package in your browser

Any scripts or data that you put into this service are public.

PSSMCOOL documentation built on Jan. 4, 2022, 5:07 p.m.