library(rWikiPathways)
context("Pathway")
test_that("get WP2338 Xrefs", {
xrefs = getXrefList("WP2338", "S")
expect_true("Q15633" %in% xrefs)
})
test_that("get WP2338 (again)", {
xrefs = getXrefList(pathway="WP2338", systemCode="S")
expect_true("Q15633" %in% xrefs)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.