context("checking that the length of CC feature vector is equal to 380")
test_that("whether the CC function gives us the expected output",{
ss<-pssm_cc(system.file("extdata","C7GQS7.txt.pssm",package="PSSMCOOL"),19)
expect_equal(length(ss),380)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.