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()
)

Try the soGGi package in your browser

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

soGGi documentation built on Nov. 8, 2020, 5:24 p.m.