remove rRNA reads before DE analysis?
1
0
Entering edit mode
12 months ago
anubhav9 • 0

Hi, I have a simple question.. I am doing RNA seq analysis on bacterial transcriptomes and most of my reads are mapping to rRNA genes (since the rRNA depletion is not very efficient). I am following a pipeline of FASTQC, aligning using bowtie 2, read counts with featureCounts and DE analysis with DESeq2.

I wanted to know if I should remove the rRNA gene rows from the count matrix before feeding it into DESeq2 or keep the count matrix as is ?

Thanks!

DE analysis • 640 views
ADD COMMENT
2
Entering edit mode
12 months ago
LChart 3.9k

Leave it as is. You can exclude rRNA genes after the fact. The fact that most reads are mapping to rRNA genes suggests that you may especially want to keep rRNA genes, as without them the library size may be mis-estimated. However, you might care to evaluate the impact of including rRNA_fraction (e.g., rRNA_reads/total_reads) as a covariate in the DE model, as this may be a proxy for differences in sample collection or sample prep.

ADD COMMENT
0
Entering edit mode

Thanks a lot!

ADD REPLY

Login before adding your answer.

Traffic: 2888 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6