test_that("plotStructuresFromNscs", {
drugAnnot <- as(featureData(getAct(rcellminerData::drugData)), "data.frame")
file <- tempfile()
pdf(file)
plotStructuresFromNscs("94600")
dev.off()
expect_true(file.exists(file))
file <- tempfile()
pdf(file)
plotStructuresFromNscs(c("609699", "94600"))
dev.off()
expect_true(file.exists(file))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.