test_that("RAMClustR rc.feature.normalize.qc", {
ramclustObj <- readRDS(file.path("testdata", "rc.feature.filter.blanks.rds"))
expected <- readRDS(file.path("testdata", "rc.feature.normalize.qc.rds"))
actual <- rc.feature.normalize.qc(ramclustObj = ramclustObj, qc.tag = "QC")
expect_equal(actual, expected)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.