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

test_that("RAMClustR rc.feature.normalize.quantile", {
  ramclustObj <- readRDS(file.path("testdata", "rc.feature.filter.blanks.rds"))
  expected <- readRDS(file.path("testdata", "rc.feature.normalize.quantile.rds"))
  
  actual <- rc.feature.normalize.quantile(ramclustObj = ramclustObj)
  expect_equal(actual, expected)
})

Try the RAMClustR package in your browser

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

RAMClustR documentation built on Oct. 20, 2023, 5:08 p.m.