inst/unitTests/test_precision.R

test_precision <- function(){
    data(lifetech)
    tst <- precision(object1=lifetech, qcThreshold1=1.25)
    checkEqualsNumeric(as.vector(tst[[1]][1:3]), 
                       c(0.1683349, 0.1147788, 0.1715636), 
                       tolerance=1.0e-4)
}

Try the miRcomp package in your browser

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

miRcomp documentation built on Nov. 8, 2020, 5:54 p.m.