Hello all,
My adviser asked me like this,
I downloaded the fasta file containing rRNA-genes in my interest organism, made genome indexing with rRNA-genes as reference and mapped the timmed-fastq on indexed genome then I indexed genome by coding-genes sequence and mapped the unmapped reads resulted from the previous step on newly indexed genome.
Do you think I am wasting time and there another way to get rid of rRNA contamination?
Thank you
Thank you.
Can you please elaborate more on how to calculate contamination? I have a file that shows the intersect between TSS CAGE data and rRNA overlaps. I am not sure how to measure rRNA contamination from this. I would like to do so in R.
Show the first few lines of the file.
using above command first I mapped the reads on rRNA then I will have
SRR1211041_trimmed.fastq
which I aligned with indexed genome by coding-gene sequence using this syntaxHello Goutham, I am new to bioinformatics field. I want to know % of reads matching rRNA genes. Can you please give me the steps involved in it and how to do it?
Also can I get % of reads from any specific gene as well?
for % of reads matching rRNA genes, u first indecize the whole rRNA.fasta (you can get this fasta file from ensembl) then mapped your reads against them and from result you can find the percent of reads mapped on the rRNA genes
Dear Fereshteh, below is the bowtie2 output I received after running the following command.
What is aligned concordantly 0,1, >1 times?
0.12% overall alignment rate - Does this 0.12% refer to percentage of reads mapping to rRNA genes?
you know Frank, actually me also new in NGS but i think you right, totally 0.12% of the reads have been mapped on the rRNA genes... I think 0, 1,.. times (concordantly maybe means all these reads harmoniously) means that if a read has been mapped only once or twice, etc...something like multimapping that is more common in eukaryotes because of repetition in genome, introns...anyway short reads tend to be mapped on some other places in the genome especially in eukaryotes.
Thanks Fereshteh for your suggestions. I have created a new post based on this to confirm our understanding.
Hopefully somebody confirms it :)