R/head.DEresults.R

Defines functions head.DEresults

Documented in head.DEresults

head.DEresults <- function(x, ...) {
	cat("Testing Reults: \n")
	print(head(x$allgenes, ...))
	cat("\n",length(x$DEgenes[,1]), "genes show significant evidence of differential expression. \n")
}

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.