Dear all,
I'm looking to detect differentially expressed genes between different conditions, each represented by minimum 3 replicates. Preliminary in-depth analysis of my data showed inconsistent distributions of read counts between my samples. Normally I would do DE analysis using the EdgeR package and thus the TMM normalization method. However, EdgeR assumes comparable distribution of read counts, which I have not.
Looking to other ways to normalize my data I regularly came across the workflow to quantile normalize with the LIMMA package function, and then using the DESeq package for DE analysis, manually specifying the sizeFactors to accomodate for the quantile normalization. However, it is unclear to me how this is exactly done? Is this uberhaupt a valid way to do this?
Any help would be much appreciated!
Thanks,
Dieter
I'm looking to detect differentially expressed genes between different conditions, each represented by minimum 3 replicates. Preliminary in-depth analysis of my data showed inconsistent distributions of read counts between my samples. Normally I would do DE analysis using the EdgeR package and thus the TMM normalization method. However, EdgeR assumes comparable distribution of read counts, which I have not.
Looking to other ways to normalize my data I regularly came across the workflow to quantile normalize with the LIMMA package function, and then using the DESeq package for DE analysis, manually specifying the sizeFactors to accomodate for the quantile normalization. However, it is unclear to me how this is exactly done? Is this uberhaupt a valid way to do this?
Any help would be much appreciated!
Thanks,
Dieter
Comment