inst/unitTests/test_plot.R

test_plot <- function() {
    data(hypoData)
    group <- c(1, 1, 1, 2, 2, 2)
    tcc <- new("TCC", hypoData, group)
    plot(tcc)

    tcc <- calcNormFactors(tcc, iteration = 0)
    plot(tcc)

    tcc <- estimateDE(tcc, test.method = "edger")
    plot(tcc)

    group <- c("A", "A", "A", "B", "B", "B")
    tcc <- new("TCC", hypoData, group)
    plot(tcc)
}

Try the TCC package in your browser

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

TCC documentation built on Nov. 8, 2020, 8:20 p.m.