| 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. |
score: | numeric scalar (likelihood) score. |
inos: | numeric vector containing the (likelihood) information. |
exact: | list containing info with respect to quantile adjustment. |
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