inst/unitTests/test_plotFCPseudocolor.R

test_plotFCPseudocolor <- function() {
    tcc <- simulateReadCounts(Ngene = 1000)
    plotFCPseudocolor(tcc)

    tcc <- simulateReadCounts(Ngene = 1000, replicates = c(3, 3, 3))
    plotFCPseudocolor(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.