EBList-class {edgeR} | R Documentation |
A simple list-based class for storing results of the approximate empirical Bayes rule parameters
Objects of this class contain the following list components:
sigma2.0.est
: numeric scale sigma_0^2
estimate.
alpha
: numeric scalar alpha estimate.
scores
: numeric scalar (likelihood) score.
infos
: numeric vector containing the (likelihood) information for each tag.
quantileAdjusted
: list from output of quantileAdjust
).
This class inherits directly from class list
so any operation appropriate for lists will work on objects of this class.
EBList
objects also have a show
method.
Mark Robinson, Davis McCarthy