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)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.