library(PharmacoGx)
require(parallel)
context("Checking drugPerturbationSig.")
test_that("Perturbation result did not change since last time", {
data(CMAPsmall)
drug.perturbation <- drugPerturbationSig(CMAPsmall, mDataType="rna", nthread=1)
expect_equal_to_reference(drug.perturbation@.Data, "drug.perturbationSmall.rds")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.