DGEExact-class {edgeR} | R Documentation |
A simple list-based class for storing results of differential expression analysis for DGE data
Objects of this class contain the following list components:
table
: data frame containing the log-concentration (i.e. expression level), the log-fold change in expression between the two groups/conditions and the exact p-value for differential expression, for each tag.
comparison
: vector giving the two experimental groups/conditions being compared.
genes
: a data frame containing information about each transcript (can be NULL
).
This class inherits directly from class list
so any operation appropriate for lists will work on objects of this class.
DGEExact
objects also have a show
method.
Mark Robinson, Davis McCarthy