tests/testthat/test_manipulations.R

library(soGGi)
context("Test rbind and c give ChIPprofile object")
data(chipExampleBig)
expect_that(class(rbind(chipExampleBig[[1]],chipExampleBig[[1]])) == "ChIPprofile",
            is_true()
)

expect_that(class(c(chipExampleBig[[1]],chipExampleBig[[1]])) == "ChIPprofile",
            is_true()
)
ThomasCarroll/soGGi documentation built on May 7, 2019, 8:40 a.m.