This is a test version of Biostars. For the public version, visit https://www.biostars.org.
High number of reads with the incorrect strand designation.

I have used CollectRnaSeqMetrics to check the numbers of reads with the correct/incorrect strand designation. The results showed that more than 80% of reads in almost all of the samples are mapped to the incorrect strand!

What would be a good explanation for these results?

Thank you in advance!

picard collectrnaseqmetrics rna-seq rna-seq picard

Every RNAseq kit out there does not capture the reverse strand. There are some that capture coding strand as well. Have you checked into what kind of kit was used?

I'm not sure about the exact kit but it was a stranded RNA-seq library prep kit.

Make sure to set the right flags and use the tool correctly, depending on the library prep either the second in pair or the first in pair will indicate the correct strand. So you can easily get the opposite result.

Do visualize your data as well.

Thanks! As my data is paired I have specified STRAND=SECOND_READ_TRANSCRIPTION_STRAND. That's why I'm a bit surprise with the results!

Plus the nomenclature is non standardized and quite confusing. Different tools may designate the same protocol with different names.

For example, the TrueSeq Illumina protocol when analyzed with TopHat you need to specify fr-firststrand designation, but as a matter of fact, in the read pair, the second in pair will match in the original orientation.

That's now clear to me! Thank you!

0 answers

No answers yet.

Log in to answer this question.