tests/testthat/test-rc.feature.normalize.qc.R

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)
})
cbroeckl/RAMClustR documentation built on March 23, 2024, 6:45 p.m.