inst/unitTests/test_helpers.R

test_get_results_for_dyes_na <- function() {
    dyes <- c('a', 'b', 'c')
    detectors <- c('e', NA, 'e')
    results <- data.frame(x=1)
    checkTrue(nrow(get_results_for_dyes(dyes, detectors, results)) == 1)
}

Try the flowQB package in your browser

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

flowQB documentation built on May 6, 2019, 3:05 a.m.