Extract reads mapping to unannotated regions
1
0
Entering edit mode
7.3 years ago

Hi,

I have single-end 75bp reads from RNASeq data mapped to bacterial reference genome via EDGE-pro software. I observed that only around 70% of mapped reads appear to be falling within annotated genes (start and stop coordinates provided to the aligner via .ptt and .rnt files). From the bam file, is there a way to extract reads mapping to the reference but falling outside the annotated regions. I would like to know where in the genome are these reads mapping to e.g. gene boundary/ UTR etc.

Thanks, Priyanka

RNA-Seq alignment • 2.0k views
ADD COMMENT
1
Entering edit mode
7.3 years ago

bedtools intersect -v -wa -a alignments.bam -b genes.gtf > non_genic.bam

ADD COMMENT

Login before adding your answer.

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