I'm doing DEG analysis using edgeR. I have some questions.
- Difference between 'edgeR' and 'Limma'
- Interpreting 'dispersion plot' : after estimating dispersions
Code:
dgList2 <- estimateGLMCommonDisp(dgList1,design = designMat)
dgList3 <- estimateGLMTrendedDisp(dgList2, design=designMat)
dgList4 <- estimateGLMTagwiseDisp(dgList3, design=designMat)
plotBCV(dgList4)
In this plot, what information can I get? Please help me.
Probably better on the Bioconductor forum.