Nothing
show_tmp <- show_overlap_data(t_dat,
protein = t_protein,
state = t_state_1,
start = t_start,
end = t_end)
test_that("show_overlap_data colnames",
expect_equal(colnames(show_tmp),
c("Protein", "Sequence", "ID", "Start", "End")
)
)
test_that("show_overlap_data rows",
expect_equal(nrow(show_tmp), 41))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.