tests/testthat/test-getXrefList.R

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)
})
wikipathways/rWikiPathways documentation built on Jan. 10, 2024, 11:37 p.m.