test_that("one topology", {
topology_text <- c(">Protein A", "iiiimmmmmooooo")
expect_silent(plot_topology_text(topology_text))
})
test_that("two topologies", {
topology_text <- c(">A", "iiiimmmmmooooo", ">B", "iiiiii")
expect_silent(plot_topology_text(topology_text))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.