Calculate and return filtered DGEList object and log-CPM matrices using edgeR and optional HTSFilter
GetEdgerY(
gr,
WDpn,
colIDgene,
colCounts,
skip_preN,
filterMethod,
min_count,
min_total_count,
large_n,
min_prop,
normMethod
)
A list with total/kept gene counts, filtered DGEList objects, and log-CPM matrices
Data frame with sample metadata, including sample names and group labels
Directory containing count files (*.tab)
Column index of gene IDs in count files
Column index of counts in count files
Number of header lines to skip in count files
Either "filterByExpr" or "HTSFilter"
Minimum count per gene (filterByExpr)
Minimum total count per gene (filterByExpr)
Number of samples per group to consider as "large" (filterByExpr)
Minimum proportion of samples with expression (filterByExpr)
Normalization method (e.g., "TMM", "RLE")