R/head.plmDE.R

Defines functions head.plmDE

Documented in head.plmDE

head.plmDE <- function(x, ...) {
	cat(" Genes: \n")
	print(head(x$genes, ...))
	cat("\nInformation about Samples: \n")
	print(head(x$sampleInfo, ...))
	cat("\nExpression Values: \n")
	print(head(x$expressionValues, ...))
}

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.