Nothing
library(rWikiPathways)
context("Search")
test_that("find by Xref", {
pathways = findPathwaysByXref('ENSG00000232810','En')
expect_gt(length(pathways), 0)
})
test_that("find by Xref (again)", {
pathways = findPathwaysByXref(identifier="ENSG00000232810", systemCode="En")
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.