tests/testthat/test-gc_heatmap.R

context("gc_heatmap")

library(testthat)
data("aligned_peak_data")
x <- aligned_peak_data
out <- gc_heatmap(x)

test_that("output is correct", {
    expect_equal(length(out[["data"]][["substance"]]), 22796)

})
mastoffel/GCalignR documentation built on July 5, 2024, 4:20 a.m.