tests/testthat/test-mdsplot.R

context("test-mdsplot")

data(readtuples_output)
ASM <- calc_asm(readtuples_output)

test_that("end to end mdsplot", {
  p <- methyl_MDS_plot(ASM, group = c(rep("CRC",3), rep("NORM", 2)))
  expect_true(is.ggplot(p))
})

Try the DAMEfinder package in your browser

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

DAMEfinder documentation built on Nov. 8, 2020, 11:10 p.m.