Shows the top `n` genes by z score on `by`
# S3 method for summaryZlmFit
print(x, n = 2, by = "logFC", ...)
output from summary(ZlmFit)
number of genes to show
one of 'C' , 'D' or 'logFC' for continuous, discrete and log fold change z-scores for each contrast
ignored
prints a pretty table and invisibly returns a data.table
representing the table.
summary,ZlmFit-method