Nothing
library(rWikiPathways)
context("Search")
test_that("find by keyword", {
pathways = findPathwaysByText("cancer")
expect_gt(length(pathways),0)
})
test_that("find by datanode label (again)", {
pathways = findPathwaysByText(query="5-FU")
expect_gt(length(pathways), 0)
})
test_that("find by multiple keywords", {
pathways = findPathwaysByText(query=c("cancer", "5-FU"))
expect_gt(length(pathways), 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.