inst/unitTests/test_mCSEAIntegrate.R

test_mCSEAIntegrate <- function() {
    library(leukemiasEset)
    data(exprTest)
    resultsInt <- mCSEAIntegrate(myResults, exprTest, "promoters", "ENSEMBL", "GATA2",
                                    makePlot = FALSE)
    checkEqualsNumeric(resultsInt[1,4],
                    -0.8908771, tolerance=1.0e-6)
}

Try the mCSEA package in your browser

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

mCSEA documentation built on Nov. 8, 2020, 5:37 p.m.