I am analysing my RNA-Seq data with DESeq2.
- First, DESeq2 analysis with covariates (e.g., gender, age, Batch-ID, etc.) was performed and 2,000+ genes were found to be differentially expressed between two groups.
Added PCT_RIBOSOMAL_BASES (fraction of reads mapped to ribosomal regions) as a covariate to the covariate list and then run the DESeq2, method displays the following message and result table shows few genes were found to be differentially expressed.
Finally log10-transformed the PCT_RIBOSOMAL_BASES values and then run the DESeq2, method finished without any warning and result table gives 2,000+ differentially expressed genes between two groups.
I was wondering what was the reason in difference between step 2 and step 3 results. What causes the DESeq2 to perform so differently from step1 to step2.
PCT_RIBOSOMAL_BASES (i.e., 6 records values: 0.000002659168 0.000002308961 0.000004758736 0.000005656651 0.000002397121 0.000003582599)
Any help will be appreciated.
(DESeq2 message with step 2)
estimating size factors estimating dispersions gene-wise dispersion estimates: 32 workers mean-dispersion relationship -- note: fitType='parametric', but the dispersion trend was not well captured by the function: y = a/x + b, and a local regression fit was automatically substituted. specify fitType='local' or 'mean' to avoid this message next time.
Thanks Michael, highly appreciated.
The source code is:
Please use
ADD COMMENT/ADD REPLY
when responding to existing posts to keep threads logically organized.