tests/testthat/test.plotInteractionsBySource.R

library(rDGIdb)

test_that("Wrong input arguments", {
    expect_error(plotInteractionsBySource(NULL))
    expect_error(plotInteractionsBySource("a"))
    expect_error(plotInteractionsBySource(queryDGIdb('XYZA')))
})

Try the rDGIdb package in your browser

Any scripts or data that you put into this service are public.

rDGIdb documentation built on Nov. 8, 2020, 6:47 p.m.