Summarise results from glmmSeq or lmmSeq analysis
# S3 method for lmmSeq
summary(object, gene = NULL, digits = max(3L, getOption("digits") - 3L), ...)# S3 method for GlmmSeq
summary(object, gene = NULL, ...)
If gene=NULL
a dataframe of results for all genes is returned. Otherwise
the output of GLMM or LMM model results for a single gene including
coefficients, test statistics, p-values is printed and the dataframe for all
genes is returned invisibly.
an object of class "GlmmSeq"
or "lmmSeq"
an optional character value specifying a single gene whose results are summarised
integer, used for number formatting
arguments to be passed to other methods
glmmSeq()
, lmmSeq()