tests/testthat/test_fill.in.zeros.R

context('fill.in.zeros');

test_that('Upper limit on number of baits/ fragments', {
    
    data(bre80);
    
    expect_error(
        fill.in.zeros(
            interaction.data = bre80,
            baits = rnorm(10^4),
            fragments = rnorm(10^6)
            )
        );
        
});

Try the chicane package in your browser

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

chicane documentation built on Nov. 7, 2021, 1:07 a.m.