DGEList
DGEList is a data container used in the edgeR package of Bioconductor to store and organize count-based gene expression data for differential expression analysis. It is designed to hold the essential components of digital gene expression experiments, such as RNA-seq, and to be the input for downstream normalization, dispersion estimation, and statistical testing.
A DGEList object is a list-like S3 class that typically includes several components. The counts element is
Creation of a DGEList typically involves the DGEList() constructor, with counts and optional genes or group
Users can subset or modify a DGEList using standard R operations and dedicated accessor functions to retrieve