Nothing
library(rWikiPathways)
context("Lists")
test_that("pathways are found", {
organisms = listPathways()
expect_gt(length(organisms), 0)
})
test_that("Anopheles gambiae pathways are found", {
organisms = listPathways(organism="Anopheles gambiae")
expect_gt(length(organisms), 0)
})
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.