Hi.
I have ~30 biological replicate RNAseq data, and the plan is to measure the variance/dispersion of expression for each gene and use this information for the future dataset from this system for the improved inference.
Question is :
1) Is it okay to use gene-specific dispersion estimated from this dataset and use them for the other dataset and bypass its
estimateGLMCommonDisp, estimateGLMTrendedDisp, estimateGLMTagwiseDisp steps in edgeR? or is there way to use dispersion from 30 biological replicates as a prior?
2) If so, I was wondering if I can replace DGEList$tagwise.dispersion of the second dataset with the ones obtained from the first one? or is there better way to achieve this?
3) If there is better approach to this problem, please let me know!