inst/unitTests/test_completeFeatures.R

test_completeFeatures <- function(){
    data(lifetech)
    tst <- completeFeatures(object1=lifetech, qcThreshold1=1.25)
    checkEquals(as.vector(tst), c(165,375,214))
}

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.