inst/unitTests/test_limitOfDetection.R

test_limitOfDetection <- function(){
    data(lifetech)
    tst <- limitOfDetection(object=lifetech, qcThreshold=1.25, 
                            plotType="scatterplot")
    checkEquals(as.vector(tst), c(27.6, 28.9, 29.1, 
                                  26.8, 28.4, 29.0, 
                                  26.3, 28.4, 29.2))
}

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.