Output RNA-seq reads that don't map to the transcriptome
1
0
Entering edit mode
9.3 years ago

Hi everyone. I am trying to identify reads from human RNA-seq data the are NOT mapped to the transcriptome. Is there a way to get a software like SoapSplice to output this kind of reads?

Thanks in advance.

Arturo

RNA-Seq • 1.5k views
ADD COMMENT
1
Entering edit mode

Once you have transcriptome ref-seq and its bowtie index, run tophat2, and then from output unmapped.bam is consisting the reads you are interested in , isn't it?

ADD REPLY
2
Entering edit mode
9.3 years ago

Why not just use STAR/tophat/whatever to map as normal and then use htseq-count and parse the output of the -o option? You'll then have all alignments annotated with whether they align to a feature (just grepping for something like "no_feature" should then find all of the alignments you're after).

ADD COMMENT

Login before adding your answer.

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