tests/testthat/test-Cleaning.R

test_that("Beta-matrix has been input in the correct format in clean_beta", {
  # Check that SE is a SummarizedExperiment object
  data("GSE121961", envir = environment())
  expect_error(
    clean_beta(SE = GSE121961),
    "Please make sure SE is a SummarizedExperiment object."
  )
})

Try the MEAT package in your browser

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

MEAT documentation built on April 1, 2021, 6:01 p.m.