test_that("current", {
x <- blastp(release = NULL)
expect_s4_class(x, "SplitDataFrameList")
})
test_that("stable", {
x <- blastp(release = release)
expect_s4_class(x, "SplitDataFrameList")
expect_length(x, 14620L)
expect_identical(
object = x[[1L]],
expected = DataFrame(
"wormpep" = "CE00004",
"peptide" = "ENSP00000308897",
"eValue" = 1e-46
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.