I use EdgeR to perform DE analysis using the standard protocol.
The steps are as follows.
- Alignment using
HiSAT2,
- Count matrix generation using
PrepDE.py,
- DE analysis using
EdgeR using LRT.
When I perform DE analysis with count matrix for only two samples groups which I need to compare, I get larger number of deferentially expressed genes, as compared to, when I perform DE analysis with count matrix for large number of samples, and compare the same two samples groups using contrast parameter.
I am assuming that presence of counts from other group samples affects normalisation and dispersion of counts of samples from these two groups which are of my interest.
My question is, which DE genes should I trust? The ones I get when I use only two-sample-group-count-matrix or the one I get when I use an all-sample-group-count-matrix?
edger
rna-seq