rRNA rate from RNA seq data- Qualimap
1
0
Entering edit mode
2.7 years ago
Ahmed.waraky ▴ 10

Hi

I have a question regarding RNAseq quality control.

I have used Qualimap for RNAseq quality control and wanted to know how can I calculate the rRNA rate (Ratio of all reads aligned to rRNA regions to total uniquely mapped reads) from the alignment reads I got. Or is there any possible way to do that using Qualimap??

Anyone can help?

Thanks!

quality-control Qualimap RNAseq • 1.8k views
ADD COMMENT
0
Entering edit mode

Possible duplicate of RNAseq quality control-rRNA rate.

ADD REPLY
1
Entering edit mode
2.7 years ago
opplatek ▴ 280

I don't think comparing rRNA-aligned reads with uniquely mapped reads makes a lot of sense. In general, rRNA mapping reads will be multimapped. One solution to this would be to take only primary mappings, evaluate mapped RNAs, and then calculate ratio of rRNA and other RNAs (protein-coding, for example).

For this, you can use featureCounts, for example (with --primary -M). You can either get gene counts and then assign biotypes or you can go straight to biotypes with -g gene_biotype (assuming your gene annotation has gene_biotype in the attribute field.

Just be careful your gene annotation has all the rRNA annotated correctly. Ensembl, for example, doesn't annotate all rRNAs. I prefer to get rRNA from Silva, map to genome, add to gene annotation, and then estimate rRNA abundance.

ADD COMMENT
0
Entering edit mode

Thanks alot, It's required by reviewer, i guess to check for percentage of ribosomal RNA to protein coding-RNA. Do you know if HT-Seq has similar feature or not? I will have to use Silva then as we were using Ensembl.

ADD REPLY
1
Entering edit mode

I haven't used HTSeq in a long time but according to the manual if you set --type gene_biotype and ----nonunique all --secondary-alignments ignore you should get similar behavior like the one I described for featureCounts. But it would be better if you test it on your own.

ADD REPLY
0
Entering edit mode

Thanks alot :)

ADD REPLY

Login before adding your answer.

Traffic: 3032 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