This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Existing Approaches For Rna-Seq Reads Aligning To Multiple Gene Loci?

Hi,

What are some existing approaches for RNA-Seq reads aligning to multiple gene loci?

It seems that most of such reads are discarded, are there any approaches?

Thanks!

rna-seq read multiple alignment

1 answer

In general, Bowtie, BWA and others aligners discard reads with more than 10 hits, but you can define the maximal number of hits to be discarded. After that, Cufflinks can deal defining the total reads from each region.

Log in to answer this question.