DGEList-class {edgeR} | R Documentation |
A simple list-based class for storing read counts from digital gene expression technologies.
Objects of this class contain the following list components:
data
: numeric matrix containing the read counts.
lib.size
: numeric vector containing the total number of reads for each library (column of code
).
group
: vector giving the experimental group/condition.
This class inherits directly from class list
so any operation appropriate for lists will work on objects of this class.
DGEList
objects also have a show
method.
Mark Robinson