yes sangram_keshari that what im confusing about . how does deseq2 transform featureCount's read count data ?
I'm comparing the gene expression of 3 patients and 3 controls. I used FeatureCount to generate the raw read count data for my rna seq data. I then used it as an input file in deseq2 to get my differential expression results between the patients and controls . Im wondering why the read count of deSeq2 and featurecount are drastically different for one of the genes Im looking at . On FeatureCount I get a read count of around 2000 but for Deseq2 I get a read count of around 4000
1 answer
First of all, DESeq2 does not do read counting. The main purpose of it to do differential analysis using the RAW read counts generated from tools like FeatureCount.
Although DESeq2 internally transform the RAW read count value to do the analysis. I guess that's what you getting confused with read count values.
Here is an explanation from DESeq2 vignettes - Count data transformations
@sangram_keshari : I moved your comment to answer
Log in to answer this question.
could you please post your featurecounts and DESeq2 commands ?
hello Nicolas Rosewick here is the command I used for featurecounts:
here is the command I used for DEseq2