Nothing
##checking input
test_that("Input check", {
test1 = matrix(rnorm(100*4), nrow=100, ncol=4) #test input is in matrix form
#check input has to be GRangesList
checkException(run.cin.chr(grl.seg = test1, thr.gain=2.25, thr.loss=1.75, V.def=3, V.mode="sum"), silent = TRUE)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.