Learn R Programming

gaga (version 2.18.0)

print.gagafit: Print an object of class gagafit or nnfit

Description

Prints an object of class gagafit (as returned by fitGG or parest) or class nnfit. Provides general information and hyper-parameter estimates, if available.

Usage

"print"(x,...) "print"(x,...)

Arguments

x
Object of type gagafit or nnfit.
...
Other arguments to be passed on to the generic print function.

Value

Prints number of genes, hypotheses, details about the model fitting and hyper-parameter estimates (when available).

Details

fitGG does not create a complete gagafit object. The complete object is returned by parest, which computes the posterior probabilities of differential expression and obtain hyper-parameter estimates (these are only provided by fitGG when the option method='EBayes' is used).

See Also

fitGG, fitNN, parest