R/hist.DEresults.R

Defines functions hist.DEresults

Documented in hist.DEresults

hist.DEresults <- function(x, ...) {
	pValDistribution = x$allgenes[["p.val.Adjusted"]]
	hist(pValDistribution, main = NULL, xlab = "Adjusted p-values", freq = FALSE, col = colors()[311], ...); box()
}

Try the plmDE package in your browser

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

plmDE documentation built on May 29, 2017, 6:37 p.m.